<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
    font-family: iconsmind;
    src: url('../../fonts/iconsmind/iconsmind.eot?ioqkm7');
    src: url('../../fonts/iconsmind/iconsmind.eot?ioqkm7#iefix') format("embedded-opentype"), url('../../fonts/iconsmind/iconsmind.ttf?ioqkm7') format("truetype"), url('../../fonts/iconsmind/iconsmind.woff?ioqkm7') format("woff"),
        url('../../fonts/iconsmind/iconsmind.svg?ioqkm7#iconsmind') format("svg");
    font-weight: 400;
    font-style: normal;
}
/* GLOBAL HOVER TOOLTIP */
.main-info-tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: default;
}

.main-info-tooltip-wrapper .main-info-tooltip-baloon {
    visibility: hidden;
    width: var(--balloon-width);
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    color: #000;
    font-weight: 200;
    text-align: start;
    padding: .5rem;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: calc((var(--balloon-width) / 2) * -1);

    opacity: 0;
    transition: opacity 0.3s;
}

.main-info-tooltip-wrapper.all-right .main-info-tooltip-baloon{
    left: unset;
    right: -10%;
}
.main-info-tooltip-wrapper.all-right .main-info-tooltip-baloon::after {
    left: unset;
    right: 2%;
}
.main-info-tooltip-wrapper.all-left .main-info-tooltip-baloon{
    left: calc(var(--balloon-width) / 2);
    right: unset;
}
.main-info-tooltip-wrapper.all-left .main-info-tooltip-baloon::after {
    left: 3%;
    right: unset;
}
.main-info-tooltip-wrapper .main-info-tooltip-baloon::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    rotate: 180deg;
}
.main-info-tooltip-wrapper:hover .main-info-tooltip-baloon { visibility: visible; opacity: 1; }
/* GLOBAL SIDEBAR HOVER TOOLTIP */
.sidebar-info-tooltip-wrapper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.sidebar-info-tooltip-wrapper .sidebar-info-tooltip-baloon {
    visibility: hidden;
    width: var(--sidebar-baloon-width);
    background-color: #0a1331;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    color: #000;
    font-weight: 200;
    text-align: start;
    padding: .3rem .5rem;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: 0%;
    left: 450%;
    margin-left: calc((var(--sidebar-baloon-width) / 2) * -1);

    opacity: 0;
    transition: opacity 0.3s;
}
.sidebar-info-tooltip-wrapper .sidebar-info-tooltip-baloon p {
    font-size: 11px;
    color: #fff;
    margin: 0px
}
.sidebar-info-tooltip-wrapper .sidebar-info-tooltip-baloon::after {
    content: "";
    position: absolute;
    bottom: 35%;
    left: -2.5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    rotate: 90deg;
}
.sidebar-info-tooltip-wrapper:hover .sidebar-info-tooltip-baloon { visibility: visible; opacity: 1; }
[class*=" i-"],
[class^="i-"] {
    font-family: iconsmind !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.i-Add-Window:before {
    content: "\e918";
}
.i-Approved-Window:before {
    content: "\e919";
}
.i-Block-Window:before {
    content: "\e91a";
}
.i-Close-Window:before {
    content: "\e91b";
}
.i-Code-Window:before {
    content: "\e91c";
}
.i-Delete-Window:before {
    content: "\e91d";
}
.i-Download-Window:before {
    content: "\e91e";
}
.i-Duplicate-Window:before {
    content: "\e91f";
}
.i-Error-404-Window:before {
    content: "\e920";
}
.i-Favorite-Window:before {
    content: "\e921";
}
.i-Font-Window:before {
    content: "\e922";
}
.i-Full-View-Window:before {
    content: "\e923";
}
.i-Height-Window:before {
    content: "\e924";
}
.i-Home-Window:before {
    content: "\e925";
}
.i-Info-Window:before {
    content: "\e926";
}
.i-Loading-Window:before {
    content: "\e927";
}
.i-Lock-Window:before {
    content: "\e928";
}
.i-Love-Window:before {
    content: "\e929";
}
.i-Maximize-Window:before {
    content: "\e92a";
}
.i-Minimize-Maximize-Close-Window:before {
    content: "\e92b";
}
.i-Minimize-Window:before {
    content: "\e92c";
}
.i-Navigation-Left-Window:before {
    content: "\e92d";
}
.i-Navigation-Right-Window:before {
    content: "\e92e";
}
.i-Network-Window:before {
    content: "\e92f";
}
.i-New-Tab:before {
    content: "\e930";
}
.i-One-Window:before {
    content: "\e931";
}
.i-Refresh-Window:before {
    content: "\e932";
}
.i-Remove-Window:before {
    content: "\e933";
}
.i-Restore-Window:before {
    content: "\e934";
}
.i-Save-Window:before {
    content: "\e935";
}
.i-Settings-Window:before {
    content: "\e936";
}
.i-Share-Window:before {
    content: "\e937";
}
.i-Sidebar-Window:before {
    content: "\e938";
}
.i-Split-Four-Square-Window:before {
    content: "\e939";
}
.i-Split-Horizontal-2-Window:before {
    content: "\e93a";
}
.i-Split-Horizontal:before {
    content: "\e93b";
}
.i-Split-Vertical-2:before {
    content: "\e93c";
}
.i-Split-Vertical:before {
    content: "\e93d";
}
.i-Split-Window:before {
    content: "\e93e";
}
.i-Time-Window:before {
    content: "\e93f";
}
.i-Touch-Window:before {
    content: "\e940";
}
.i-Two-Windows:before {
    content: "\e941";
}
.i-Upload-Window:before {
    content: "\e942";
}
.i-URL-Window:before {
    content: "\e943";
}
.i-Warning-Window:before {
    content: "\e944";
}
.i-Width-Window:before {
    content: "\e945";
}
.i-Window-2:before {
    content: "\e946";
}
.i-Windows-2:before {
    content: "\e947";
}
.i-Cloud-Sun:before {
    content: "\e94e";
}
.i-Cloud-Weather:before {
    content: "\e94f";
}
.i-Clouds-Weather:before {
    content: "\e950";
}
.i-Drop:before {
    content: "\e951";
}
.i-Dry:before {
    content: "\e952";
}
.i-Fahrenheit:before {
    content: "\e953";
}
.i-Windsock:before {
    content: "\e973";
}
.i-Film-Video:before {
    content: "\e97e";
}
.i-Film:before {
    content: "\e97f";
}
.i-Flash-Video:before {
    content: "\e980";
}
.i-HD-Video:before {
    content: "\e981";
}
.i-Movie:before {
    content: "\e982";
}
.i-Old-TV:before {
    content: "\e983";
}
.i-Reel:before {
    content: "\e984";
}
.i-Tripod-and-Video:before {
    content: "\e985";
}
.i-TV:before {
    content: "\e986";
}
.i-Video-2:before {
    content: "\e987";
}
.i-Video-3:before {
    content: "\e988";
}
.i-Video-4:before {
    content: "\e989";
}
.i-Video-5:before {
    content: "\e98a";
}
.i-Video-6:before {
    content: "\e98b";
}
.i-Video-Photographer:before {
    content: "\e98e";
}
.i-Video-Tripod:before {
    content: "\e98f";
}
.i-Video:before {
    content: "\e990";
}
.i-Affiliate:before {
    content: "\e991";
}
.i-Background:before {
    content: "\e992";
}
.i-Billing:before {
    content: "\e993";
}
.i-Control-2:before {
    content: "\e994";
}
.i-Control:before {
    content: "\e995";
}
.i-Crop-2:before {
    content: "\e996";
}
.i-Dashboard:before {
    content: "\e997";
}
.i-Duplicate-Layer:before {
    content: "\e998";
}
.i-Filter-2:before {
    content: "\e999";
}
.i-Gear-2:before {
    content: "\e99a";
}
.i-Gear:before {
    content: "\e99b";
}
.i-Gears-2:before {
    content: "\e99c";
}
.i-Gears:before {
    content: "\e99d";
}
.i-Information:before {
    content: "\e99e";
}
.i-Layer-Backward:before {
    content: "\e99f";
}
.i-Layer-Forward:before {
    content: "\e9a0";
}
.i-Library:before {
    content: "\e9a1";
}
.i-Loading-2:before {
    content: "\e9a2";
}
.i-Loading-3:before {
    content: "\e9a3";
}
.i-Loading:before {
    content: "\e9a4";
}
.i-Magnifi-Glass:before {
    content: "\e9a5";
}
.i-Magnifi-Glass-:before {
    content: "\e9a6";
}
.i-Magnifi-Glass1:before {
    content: "\e9a7";
}
.i-Share:before {
    content: "\e9b5";
}
.i-Statistic:before {
    content: "\e9b6";
}
.i-Support:before {
    content: "\e9b7";
}
.i-Bicycle-2:before {
    content: "\e9be";
}
.i-Bicycle:before {
    content: "\e9bf";
}
.i-Car-2:before {
    content: "\e9c4";
}
.i-Car-3:before {
    content: "\e9c5";
}
.i-Car-Wheel:before {
    content: "\e9c6";
}
.i-Car:before {
    content: "\e9c7";
}
.i-Gaugage-2:before {
    content: "\e9c8";
}
.i-Gaugage:before {
    content: "\e9c9";
}
.i-Helicopter-2:before {
    content: "\e9ca";
}
.i-Helicopter:before {
    content: "\e9cb";
}
.i-Helmet:before {
    content: "\e9cc";
}
.i-Jeep-2:before {
    content: "\e9cd";
}
.i-Jeep:before {
    content: "\e9ce";
}
.i-Jet:before {
    content: "\e9cf";
}
.i-Motorcycle:before {
    content: "\e9d0";
}
.i-Plane-2:before {
    content: "\e9d1";
}
.i-Plane:before {
    content: "\e9d2";
}
.i-Road-2:before {
    content: "\e9d3";
}
.i-Road:before {
    content: "\e9d4";
}
.i-Rocket:before {
    content: "\e9d5";
}
.i-Sailing-Ship:before {
    content: "\e9d6";
}
.i-Scooter-Front:before {
    content: "\e9d7";
}
.i-Scooter:before {
    content: "\e9d8";
}
.i-Ship-2:before {
    content: "\e9d9";
}
.i-Ship:before {
    content: "\e9da";
}
.i-Skateboard-2:before {
    content: "\e9db";
}
.i-Skateboard:before {
    content: "\e9dc";
}
.i-Taxi-2:before {
    content: "\e9dd";
}
.i-Taxi-Sign:before {
    content: "\e9de";
}
.i-Taxi:before {
    content: "\e9df";
}
.i-Tractor:before {
    content: "\e9e0";
}
.i-Traffic-Light-2:before {
    content: "\e9e1";
}
.i-traffic-Light:before {
    content: "\e9e2";
}
.i-Train-2:before {
    content: "\e9e3";
}
.i-Train:before {
    content: "\e9e4";
}
.i-Tram:before {
    content: "\e9e5";
}
.i-Truck:before {
    content: "\e9e6";
}
.i-Yacht:before {
    content: "\e9e7";
}
.i-Double-Tap:before {
    content: "\e9e8";
}
.i-Drag-Down:before {
    content: "\e9e9";
}
.i-Drag-Left:before {
    content: "\e9ea";
}
.i-Drag-Right:before {
    content: "\e9eb";
}
.i-Drag-Up:before {
    content: "\e9ec";
}
.i-Drag:before {
    content: "\e9ed";
}
.i-Clock-3:before {
    content: "\ea18";
}
.i-Clock-4:before {
    content: "\ea19";
}
.i-Clock-Back:before {
    content: "\ea1a";
}
.i-Clock-Forward:before {
    content: "\ea1b";
}
.i-Clock:before {
    content: "\ea1c";
}
.i-Old-Clock:before {
    content: "\ea1d";
}
.i-Over-Time-2:before {
    content: "\ea1e";
}
.i-Over-Time:before {
    content: "\ea1f";
}
.i-Sand-watch-2:before {
    content: "\ea20";
}
.i-Sand-watch:before {
    content: "\ea21";
}
.i-Stopwatch-2:before {
    content: "\ea22";
}
.i-Stopwatch:before {
    content: "\ea23";
}
.i-Time-Backup:before {
    content: "\ea24";
}
.i-Medal-2:before {
    content: "\ea5e";
}
.i-Medal-3:before {
    content: "\ea5f";
}
.i-Medal:before {
    content: "\ea60";
}
.i-Speach-Bubble-2:before {
    content: "\ea77";
}
.i-Speach-Bubble-3:before {
    content: "\ea78";
}
.i-Speach-Bubble-4:before {
    content: "\ea79";
}
.i-Speach-Bubble-5:before {
    content: "\ea7a";
}
.i-Speach-Bubble-6:before {
    content: "\ea7b";
}
.i-Speach-Bubble-7:before {
    content: "\ea7c";
}
.i-Speach-Bubble-8:before {
    content: "\ea7d";
}
.i-Speach-Bubble-9:before {
    content: "\ea7e";
}
.i-Speach-Bubble-10:before {
    content: "\ea7f";
}
.i-Speach-Bubble-11:before {
    content: "\ea80";
}
.i-Speach-Bubble-12:before {
    content: "\ea81";
}
.i-Speach-Bubble-13:before {
    content: "\ea82";
}
.i-Speach-Bubble-Asking:before {
    content: "\ea83";
}
.i-Speach-Bubble-Dialog:before {
    content: "\ea88";
}
.i-Speach-Bubble:before {
    content: "\ea89";
}
.i-Speach-Bubbles:before {
    content: "\ea8a";
}
.i-Aim:before {
    content: "\ea8b";
}
.i-Ask:before {
    content: "\ea8c";
}
.i-Bebo:before {
    content: "\ea8d";
}
.i-Behance:before {
    content: "\ea8e";
}
.i-Betvibes:before {
    content: "\ea8f";
}
.i-Bing:before {
    content: "\ea90";
}
.i-Blinklist:before {
    content: "\ea91";
}
.i-Blogger:before {
    content: "\ea92";
}
.i-Brightkite:before {
    content: "\ea93";
}
.i-Delicious:before {
    content: "\ea94";
}
.i-Deviantart:before {
    content: "\ea95";
}
.i-Digg:before {
    content: "\ea96";
}
.i-Diigo:before {
    content: "\ea97";
}
.i-Doplr:before {
    content: "\ea98";
}
.i-Dribble:before {
    content: "\ea99";
}
.i-Email:before {
    content: "\ea9a";
}
.i-Evernote:before {
    content: "\ea9b";
}
.i-Facebook-2:before {
    content: "\ea9c";
}
.i-Facebook:before {
    content: "\ea9d";
}
.i-Feedburner:before {
    content: "\ea9e";
}
.i-Flickr:before {
    content: "\ea9f";
}
.i-Formspring:before {
    content: "\eaa0";
}
.i-Forsquare:before {
    content: "\eaa1";
}
.i-Friendfeed:before {
    content: "\eaa2";
}
.i-Friendster:before {
    content: "\eaa3";
}
.i-Furl:before {
    content: "\eaa4";
}
.i-Google-Buzz:before {
    content: "\eaa5";
}
.i-Google-Plus:before {
    content: "\eaa6";
}
.i-Google:before {
    content: "\eaa7";
}
.i-Gowalla:before {
    content: "\eaa8";
}
.i-ICQ:before {
    content: "\eaa9";
}
.i-ImDB:before {
    content: "\eaaa";
}
.i-Instagram:before {
    content: "\eaab";
}
.i-Last-FM:before {
    content: "\eaac";
}
.i-Like-2:before {
    content: "\eaad";
}
.i-Like:before {
    content: "\eaae";
}
.i-Linkedin-2:before {
    content: "\eaaf";
}
.i-Linkedin:before {
    content: "\eab0";
}
.i-Livejournal:before {
    content: "\eab1";
}
.i-Metacafe:before {
    content: "\eab2";
}
.i-Mixx:before {
    content: "\eab3";
}
.i-Myspace:before {
    content: "\eab4";
}
.i-Newsvine:before {
    content: "\eab5";
}
.i-Orkut:before {
    content: "\eab6";
}
.i-Picasa:before {
    content: "\eab7";
}
.i-Pinterest:before {
    content: "\eab8";
}
.i-Plaxo:before {
    content: "\eab9";
}
.i-Plurk:before {
    content: "\eaba";
}
.i-Posterous:before {
    content: "\eabb";
}
.i-QIK:before {
    content: "\eabc";
}
.i-Reddit:before {
    content: "\eabd";
}
.i-Reverbnation:before {
    content: "\eabe";
}
.i-RSS:before {
    content: "\eabf";
}
.i-Sharethis:before {
    content: "\eac0";
}
.i-Shoutwire:before {
    content: "\eac1";
}
.i-Skype:before {
    content: "\eac2";
}
.i-Soundcloud:before {
    content: "\eac3";
}
.i-Spurl:before {
    content: "\eac4";
}
.i-Stumbleupon:before {
    content: "\eac5";
}
.i-Technorati:before {
    content: "\eac6";
}
.i-Tumblr:before {
    content: "\eac7";
}
.i-Twitter-2:before {
    content: "\eac8";
}
.i-Twitter:before {
    content: "\eac9";
}
.i-Unlike-2:before {
    content: "\eaca";
}
.i-Unlike:before {
    content: "\eacb";
}
.i-Ustream:before {
    content: "\eacc";
}
.i-Viddler:before {
    content: "\eacd";
}
.i-Vimeo:before {
    content: "\eace";
}
.i-Wordpress:before {
    content: "\eacf";
}
.i-Xanga:before {
    content: "\ead0";
}
.i-Xing:before {
    content: "\ead1";
}
.i-Yahoo-Buzz:before {
    content: "\ead2";
}
.i-Yahoo:before {
    content: "\ead3";
}
.i-Yelp:before {
    content: "\ead4";
}
.i-Youtube:before {
    content: "\ead5";
}
.i-Zootool:before {
    content: "\ead6";
}
.i-Bisexual:before {
    content: "\ead7";
}
.i-Cancer1:before {
    content: "\ead8";
}
.i-Couple-Sign:before {
    content: "\ead9";
}
.i-David-Star:before {
    content: "\eada";
}
.i-Family-Sign:before {
    content: "\eadb";
}
.i-Female-2:before {
    content: "\eadc";
}
.i-Gey:before {
    content: "\eadd";
}
.i-Heart:before {
    content: "\eade";
}
.i-Homosexual:before {
    content: "\eadf";
}
.i-Inifity:before {
    content: "\eae0";
}
.i-Lesbian:before {
    content: "\eae1";
}
.i-Lesbians:before {
    content: "\eae2";
}
.i-Love:before {
    content: "\eae3";
}
.i-Male-2:before {
    content: "\eae4";
}
.i-Men:before {
    content: "\eae5";
}
.i-No-Smoking:before {
    content: "\eae6";
}
.i-Paw:before {
    content: "\eae7";
}
.i-Quotes-2:before {
    content: "\eae8";
}
.i-Quotes:before {
    content: "\eae9";
}
.i-Add-Cart:before {
    content: "\eaf8";
}
.i-Bag-Coins:before {
    content: "\eaf9";
}
.i-Bag-Items:before {
    content: "\eafa";
}
.i-Bar-Code:before {
    content: "\eafc";
}
.i-Bitcoin:before {
    content: "\eb00";
}
.i-Car-Coins:before {
    content: "\eb01";
}
.i-Car-Items:before {
    content: "\eb02";
}
.i-Cart-Quantity:before {
    content: "\eb03";
}
.i-Cash-register-2:before {
    content: "\eb04";
}
.i-Cash-Register:before {
    content: "\eb05";
}
.i-Checkout-Bag:before {
    content: "\eb06";
}
.i-Checkout-Basket:before {
    content: "\eb07";
}
.i-Checkout:before {
    content: "\eb08";
}
.i-Full-Basket:before {
    content: "\eb09";
}
.i-Full-Cart:before {
    content: "\eb0a";
}
.i-Password-shopping:before {
    content: "\eb0e";
}
.i-Receipt-3:before {
    content: "\eb11";
}
.i-Receipt-4:before {
    content: "\eb12";
}
.i-Receipt:before {
    content: "\eb13";
}
.i-Remove-Bag:before {
    content: "\eb14";
}
.i-Remove-Basket:before {
    content: "\eb15";
}
.i-Remove-Cart:before {
    content: "\eb16";
}
.i-Shop-2:before {
    content: "\eb17";
}
.i-Shop-3:before {
    content: "\eb18";
}
.i-Shop-4:before {
    content: "\eb19";
}
.i-Shop:before {
    content: "\eb1a";
}
.i-Shopping-Bag:before {
    content: "\eb1b";
}
.i-Shopping-Basket:before {
    content: "\eb1c";
}
.i-Shopping-Cart:before {
    content: "\eb1d";
}
.i-Tag-2:before {
    content: "\eb1e";
}
.i-Tag-3:before {
    content: "\eb1f";
}
.i-Tag-4:before {
    content: "\eb20";
}
.i-Tag-5:before {
    content: "\eb21";
}
.i-This-Side-Up:before {
    content: "\eb22";
}
.i-Broke-Link-2:before {
    content: "\eb23";
}
.i-Coding:before {
    content: "\eb24";
}
.i-Consulting:before {
    content: "\eb25";
}
.i-Copyright:before {
    content: "\eb26";
}
.i-Idea-2:before {
    content: "\eb27";
}
.i-Idea-3:before {
    content: "\eb28";
}
.i-Internet-2:before {
    content: "\eb2b";
}
.i-Internet:before {
    content: "\eb2c";
}
.i-Link-2:before {
    content: "\eb2d";
}
.i-Management:before {
    content: "\eb2e";
}
.i-Monitor-Analytics:before {
    content: "\eb2f";
}
.i-Monitoring:before {
    content: "\eb30";
}
.i-Optimization:before {
    content: "\eb31";
}
.i-Search-People:before {
    content: "\eb32";
}
.i-Tag:before {
    content: "\eb33";
}
.i-Target-Market:before {
    content: "\eb34";
}
.i-Target:before {
    content: "\eb35";
}
.i-Testimonal:before {
    content: "\eb36";
}
.i-Computer-Secure:before {
    content: "\eb37";
}
.i-Eye-Scan:before {
    content: "\eb38";
}
.i-Finger-Print:before {
    content: "\eb39";
}
.i-Firewall:before {
    content: "\eb3a";
}
.i-Key-Lock:before {
    content: "\eb3b";
}
.i-Laptop-Secure:before {
    content: "\eb3c";
}
.i-Layer-1:before {
    content: "\eb3d";
}
.i-532:before {
    content: "\eb3d";
}
.i-Lock-2:before {
    content: "\eb3e";
}
.i-Lock-3:before {
    content: "\eb3f";
}
.i-Lock:before {
    content: "\eb40";
}
.i-Password-Field:before {
    content: "\eb41";
}
.i-Password:before {
    content: "\eb42";
}
.i-Police:before {
    content: "\eb43";
}
.i-Safe-Box:before {
    content: "\eb44";
}
.i-Security-Block:before {
    content: "\eb45";
}
.i-Security-Bug:before {
    content: "\eb46";
}
.i-Security-Camera:before {
    content: "\eb47";
}
.i-Security-Check:before {
    content: "\eb48";
}
.i-Security-Settings:before {
    content: "\eb49";
}
.i-Securiy-Remove:before {
    content: "\eb4a";
}
.i-Shield:before {
    content: "\eb4b";
}
.i-Smartphone--Secure:before {
    content: "\eb4c";
}
.i-SSL:before {
    content: "\eb4d";
}
.i-Tablet-Secure:before {
    content: "\eb4e";
}
.i-Type-Pass:before {
    content: "\eb4f";
}
.i-Unlock-2:before {
    content: "\eb50";
}
.i-Unlock-3:before {
    content: "\eb51";
}
.i-Unlock:before {
    content: "\eb52";
}
.i-Ambulance:before {
    content: "\eb53";
}
.i-Atom:before {
    content: "\eb55";
}
.i-Band-Aid:before {
    content: "\eb57";
}
.i-Bio-Hazard:before {
    content: "\eb58";
}
.i-Biotech:before {
    content: "\eb59";
}
.i-Brain:before {
    content: "\eb5a";
}
.i-Chemical-2:before {
    content: "\eb5b";
}
.i-Chemical-3:before {
    content: "\eb5c";
}
.i-Chemical-4:before {
    content: "\eb5d";
}
.i-Chemical-5:before {
    content: "\eb5e";
}
.i-Chemical:before {
    content: "\eb5f";
}
.i-Clinic:before {
    content: "\eb60";
}
.i-Cube-Molecule-2:before {
    content: "\eb61";
}
.i-Cube-Molecule:before {
    content: "\eb62";
}
.i-Danger-2:before {
    content: "\eb63";
}
.i-Danger:before {
    content: "\eb64";
}
.i-First-Aid:before {
    content: "\eb68";
}
.i-Flask-2:before {
    content: "\eb69";
}
.i-Flask:before {
    content: "\eb6a";
}
.i-Helix-2:before {
    content: "\eb6b";
}
.i-Hospital:before {
    content: "\eb6c";
}
.i-Medicine-2:before {
    content: "\eb6f";
}
.i-Medicine-3:before {
    content: "\eb70";
}
.i-Medicine:before {
    content: "\eb71";
}
.i-Microscope:before {
    content: "\eb72";
}
.i-Neutron:before {
    content: "\eb73";
}
.i-Nuclear:before {
    content: "\eb74";
}
.i-Physics:before {
    content: "\eb75";
}
.i-Plasmid:before {
    content: "\eb76";
}
.i-Pulse:before {
    content: "\eb78";
}
.i-Radioactive:before {
    content: "\eb79";
}
.i-Stethoscope:before {
    content: "\eb7d";
}
.i-Temperature1:before {
    content: "\eb7e";
}
.i-Test-Tube-2:before {
    content: "\eb7f";
}
.i-Test-Tube:before {
    content: "\eb80";
}
.i-Virus-2:before {
    content: "\eb81";
}
.i-Virus-3:before {
    content: "\eb82";
}
.i-Virus:before {
    content: "\eb83";
}
.i-Camera:before {
    content: "\eb8d";
}
.i-Edit:before {
    content: "\eb90";
}
.i-Eye:before {
    content: "\eb91";
}
.i-Film-Cartridge:before {
    content: "\eb92";
}
.i-Film1:before {
    content: "\eb93";
}
.i-Filter:before {
    content: "\eb94";
}
.i-Flash-2:before {
    content: "\eb95";
}
.i-Flash:before {
    content: "\eb96";
}
.i-Fluorescent:before {
    content: "\eb97";
}
.i-Gopro:before {
    content: "\eb98";
}
.i-Landscape:before {
    content: "\eb99";
}
.i-Len-2:before {
    content: "\eb9a";
}
.i-Len-3:before {
    content: "\eb9b";
}
.i-Len:before {
    content: "\eb9c";
}
.i-Macro:before {
    content: "\eb9d";
}
.i-Memory-Card-2:before {
    content: "\eb9e";
}
.i-Memory-Card-3:before {
    content: "\eb9f";
}
.i-Memory-Card:before {
    content: "\eba0";
}
.i-No-Flash:before {
    content: "\eba1";
}
.i-Shutter:before {
    content: "\ebae";
}
.i-Signal:before {
    content: "\ebaf";
}
.i-Snow1:before {
    content: "\ebb0";
}
.i-Sport-Mode:before {
    content: "\ebb1";
}
.i-Studio-Flash:before {
    content: "\ebb2";
}
.i-Studio-Lightbox:before {
    content: "\ebb3";
}
.i-Timer1:before {
    content: "\ebb4";
}
.i-Tripod-2:before {
    content: "\ebb5";
}
.i-Tripod-with-Camera:before {
    content: "\ebb6";
}
.i-Tripod-with-Gopro:before {
    content: "\ebb7";
}
.i-Add-User:before {
    content: "\ebb8";
}
.i-Add-UserStar:before {
    content: "\ebb9";
}
.i-Administrator:before {
    content: "\ebba";
}
.i-Alien-2:before {
    content: "\ebbb";
}
.i-Alien:before {
    content: "\ebbc";
}
.i-Assistant:before {
    content: "\ebbd";
}
.i-Baby-Cry:before {
    content: "\ebbe";
}
.i-Baby:before {
    content: "\ebbf";
}
.i-Boy:before {
    content: "\ebc0";
}
.i-Business-Man:before {
    content: "\ebc1";
}
.i-Business-ManWoman:before {
    content: "\ebc2";
}
.i-Business-Mens:before {
    content: "\ebc3";
}
.i-Business-Woman:before {
    content: "\ebc4";
}
.i-Checked-User:before {
    content: "\ebc5";
}
.i-Chef:before {
    content: "\ebc6";
}
.i-Conference:before {
    content: "\ebc7";
}
.i-Cool-Guy:before {
    content: "\ebc8";
}
.i-Criminal:before {
    content: "\ebc9";
}
.i-Dj:before {
    content: "\ebca";
}
.i-Doctor:before {
    content: "\ebcb";
}
.i-Engineering:before {
    content: "\ebcc";
}
.i-Farmer:before {
    content: "\ebcd";
}
.i-Female-21:before {
    content: "\ebce";
}
.i-Female:before {
    content: "\ebcf";
}
.i-Find-User:before {
    content: "\ebd0";
}
.i-Geek:before {
    content: "\ebd1";
}
.i-Genius:before {
    content: "\ebd2";
}
.i-Girl:before {
    content: "\ebd3";
}
.i-Headphone:before {
    content: "\ebd4";
}
.i-Headset:before {
    content: "\ebd5";
}
.i-ID-2:before {
    content: "\ebd6";
}
.i-ID-3:before {
    content: "\ebd7";
}
.i-ID-Card:before {
    content: "\ebd8";
}
.i-King-2:before {
    content: "\ebd9";
}
.i-Lock-User:before {
    content: "\ebda";
}
.i-Love-User:before {
    content: "\ebdb";
}
.i-Male-21:before {
    content: "\ebdc";
}
.i-Male:before {
    content: "\ebdd";
}
.i-MaleFemale:before {
    content: "\ebde";
}
.i-Man-Sign:before {
    content: "\ebdf";
}
.i-Mens:before {
    content: "\ebe0";
}
.i-Network:before {
    content: "\ebe1";
}
.i-Nurse:before {
    content: "\ebe2";
}
.i-Pilot:before {
    content: "\ebe4";
}
.i-Professor:before {
    content: "\ebe7";
}
.i-Punker:before {
    content: "\ebe8";
}
.i-Remove-User:before {
    content: "\ebea";
}
.i-Robot:before {
    content: "\ebeb";
}
.i-Speak-2:before {
    content: "\ebec";
}
.i-Speak:before {
    content: "\ebed";
}
.i-Spy:before {
    content: "\ebee";
}
.i-Student-Female:before {
    content: "\ebef";
}
.i-Student-Male:before {
    content: "\ebf0";
}
.i-Student-MaleFemale:before {
    content: "\ebf1";
}
.i-Students:before {
    content: "\ebf2";
}
.i-Superman:before {
    content: "\ebf3";
}
.i-Talk-Man:before {
    content: "\ebf4";
}
.i-Teacher:before {
    content: "\ebf5";
}
.i-Coffee-Machine:before {
    content: "\ec07";
}
.i-Flag-2:before {
    content: "\ec11";
}
.i-Flag:before {
    content: "\ec12";
}
.i-Flashlight:before {
    content: "\ec13";
}
.i-Gas-Pump:before {
    content: "\ec15";
}
.i-Gift-Box:before {
    content: "\ec16";
}
.i-Key-3:before {
    content: "\ec1d";
}
.i-Key:before {
    content: "\ec1e";
}
.i-Lamp:before {
    content: "\ec1f";
}
.i-Life-Safer:before {
    content: "\ec21";
}
.i-Light-Bulb:before {
    content: "\ec23";
}
.i-Luggage-2:before {
    content: "\ec25";
}
.i-Magnet:before {
    content: "\ec27";
}
.i-Mirror:before {
    content: "\ec2a";
}
.i-Movie-Ticket:before {
    content: "\ec2b";
}
.i-Office-Lamp:before {
    content: "\ec2c";
}
.i-Paint-Brush:before {
    content: "\ec2d";
}
.i-Paint-Bucket:before {
    content: "\ec2e";
}
.i-Paper-Plane:before {
    content: "\ec2f";
}
.i-Post-Sign-2-ways:before {
    content: "\ec30";
}
.i-Post-Sign:before {
    content: "\ec31";
}
.i-Scale:before {
    content: "\ec34";
}
.i-Stroller:before {
    content: "\ec38";
}
.i-Suitcase:before {
    content: "\ec39";
}
.i-Teddy-Bear:before {
    content: "\ec3a";
}
.i-Telescope:before {
    content: "\ec3b";
}
.i-Tent:before {
    content: "\ec3c";
}
.i-Thread:before {
    content: "\ec3d";
}
.i-Ticket:before {
    content: "\ec3e";
}
.i-Time-Bomb:before {
    content: "\ec3f";
}
.i-Tourch:before {
    content: "\ec40";
}
.i-Vase:before {
    content: "\ec41";
}
.i-Video-Game-Controller:before {
    content: "\ec42";
}
.i-Conservation:before {
    content: "\ec43";
}
.i-Eci-Icon:before {
    content: "\ec44";
}
.i-Environmental-2:before {
    content: "\ec45";
}
.i-Environmental-3:before {
    content: "\ec46";
}
.i-Green-Energy:before {
    content: "\ec4c";
}
.i-Green-House:before {
    content: "\ec4d";
}
.i-Landscape1:before {
    content: "\ec4e";
}
.i-Leafs-2:before {
    content: "\ec4f";
}
.i-Light-Bulb-Leaf:before {
    content: "\ec51";
}
.i-Palm-Tree:before {
    content: "\ec52";
}
.i-Plant:before {
    content: "\ec53";
}
.i-Recycling-2:before {
    content: "\ec54";
}
.i-Tree-3:before {
    content: "\ec59";
}
.i-Bell:before {
    content: "\ec5d";
}
.i-Casette-Tape:before {
    content: "\ec5e";
}
.i-Drum:before {
    content: "\ec63";
}
.i-Electric-Guitar:before {
    content: "\ec66";
}
.i-First:before {
    content: "\ec68";
}
.i-Keyboard3:before {
    content: "\ec6b";
}
.i-Last:before {
    content: "\ec6c";
}
.i-Microphone-3:before {
    content: "\ec71";
}
.i-Music-Note-2:before {
    content: "\ec79";
}
.i-Next-Music:before {
    content: "\ec7f";
}
.i-Old-Radio:before {
    content: "\ec80";
}
.i-On-Air:before {
    content: "\ec81";
}
.i-Play-Music:before {
    content: "\ec83";
}
.i-Stop-Music:before {
    content: "\ec8c";
}
.i-Trumpet:before {
    content: "\ec8d";
}
.i-Voice:before {
    content: "\ec8e";
}
.i-Pause-2:before {
    content: "\ec99";
}
.i-Pause:before {
    content: "\ec9a";
}
.i-Power-2:before {
    content: "\ec9b";
}
.i-Power-3:before {
    content: "\ec9c";
}
.i-Record-2:before {
    content: "\ec9d";
}
.i-Record1:before {
    content: "\ec9e";
}
.i-Repeat-2:before {
    content: "\ec9f";
}
.i-Repeat:before {
    content: "\eca0";
}
.i-Shuffle-2:before {
    content: "\eca1";
}
.i-Shuffle:before {
    content: "\eca2";
}
.i-Start-2:before {
    content: "\eca3";
}
.i-Start:before {
    content: "\eca4";
}
.i-Stop-2:before {
    content: "\eca5";
}
.i-Stop:before {
    content: "\eca6";
}
.i-Compass-2:before {
    content: "\eca7";
}
.i-Compass-Rose:before {
    content: "\eca8";
}
.i-Edit-Map:before {
    content: "\ecae";
}
.i-Geo2-:before {
    content: "\ecb7";
}
.i-Geo21:before {
    content: "\ecbc";
}
.i-Globe-2:before {
    content: "\ecc5";
}
.i-Globe:before {
    content: "\ecc6";
}
.i-Map-Marker:before {
    content: "\eccb";
}
.i-Map:before {
    content: "\eccc";
}
.i-Map2:before {
    content: "\eccd";
}
.i-Android-Store:before {
    content: "\ecd3";
}
.i-Apple-Store:before {
    content: "\ecd4";
}
.i-Box1:before {
    content: "\ecd5";
}
.i-Dropbox:before {
    content: "\ecd6";
}
.i-Google-Drive:before {
    content: "\ecd7";
}
.i-Google-Play:before {
    content: "\ecd8";
}
.i-Paypal:before {
    content: "\ecd9";
}
.i-Skrill:before {
    content: "\ecda";
}
.i-X-Box:before {
    content: "\ecdb";
}
.i-Add:before {
    content: "\ecdc";
}
.i-Back1:before {
    content: "\ecdd";
}
.i-Broken-Link:before {
    content: "\ecde";
}
.i-Check:before {
    content: "\ece0";
}
.i-Circular-Point:before {
    content: "\ece1";
}
.i-Close:before {
    content: "\ece2";
}
.i-Cursor-Click-2:before {
    content: "\ece3";
}
.i-Cursor-Click:before {
    content: "\ece4";
}
.i-Cursor-Move-2:before {
    content: "\ece5";
}
.i-Cursor-Move:before {
    content: "\ece6";
}
.i-Cursor-Select:before {
    content: "\ece7";
}
.i-Cursor:before {
    content: "\ece8";
}
.i-Down:before {
    content: "\ece9";
}
.i-Download:before {
    content: "\ecea";
}
.i-Downward:before {
    content: "\eceb";
}
.i-Endways:before {
    content: "\ecec";
}
.i-Forward:before {
    content: "\eced";
}
.i-Left:before {
    content: "\ecee";
}
.i-Link:before {
    content: "\ecef";
}
.i-Next1:before {
    content: "\ecf0";
}
.i-Orientation:before {
    content: "\ecf1";
}
.i-Pointer:before {
    content: "\ecf2";
}
.i-Previous:before {
    content: "\ecf3";
}
.i-Redo:before {
    content: "\ecf4";
}
.i-Refresh:before {
    content: "\ecf5";
}
.i-Reload:before {
    content: "\ecf6";
}
.i-Remove:before {
    content: "\ecf7";
}
.i-Repeat1:before {
    content: "\ecf8";
}
.i-Reset:before {
    content: "\ecf9";
}
.i-Rewind:before {
    content: "\ecfa";
}
.i-Right:before {
    content: "\ecfb";
}
.i-Rotation-390:before {
    content: "\ecfc";
}
.i-Up:before {
    content: "\ed03";
}
.i-Upload:before {
    content: "\ed04";
}
.i-Upward:before {
    content: "\ed05";
}
.i-Yes:before {
    content: "\ed06";
}
.i-Electricity:before {
    content: "\ed0b";
}
.i-Factory:before {
    content: "\ed0d";
}
.i-Bag:before {
    content: "\ed1e";
}
.i-Bakelite:before {
    content: "\ed1f";
}
.i-Bicycle1:before {
    content: "\ed23";
}
.i-Bow-2:before {
    content: "\ed24";
}
.i-Bow-3:before {
    content: "\ed25";
}
.i-Bow:before {
    content: "\ed26";
}
.i-Hipster-Glasses-2:before {
    content: "\ed31";
}
.i-Hipster-Glasses-3:before {
    content: "\ed32";
}
.i-Hipster-Glasses:before {
    content: "\ed33";
}
.i-Hipster-Headphones:before {
    content: "\ed34";
}
.i-Hipster-Men-2:before {
    content: "\ed35";
}
.i-Hipster-Men-3:before {
    content: "\ed36";
}
.i-Hipster-Men:before {
    content: "\ed37";
}
.i-Hipster-Sunglasses-2:before {
    content: "\ed38";
}
.i-Hipster-Sunglasses-3:before {
    content: "\ed39";
}
.i-Hipster-Sunglasses:before {
    content: "\ed3a";
}
.i-Jacket:before {
    content: "\ed3b";
}
.i-Mustache-2:before {
    content: "\ed3c";
}
.i-Mustache-3:before {
    content: "\ed3d";
}
.i-Mustache:before {
    content: "\ed3e";
}
.i-Old-Camera:before {
    content: "\ed3f";
}
.i-Old-Cassette:before {
    content: "\ed40";
}
.i-Old-Sticky-2:before {
    content: "\ed41";
}
.i-Old-Sticky:before {
    content: "\ed42";
}
.i-Disk:before {
    content: "\ed56";
}
.i-Fan:before {
    content: "\ed58";
}
.i-Gamepad-2:before {
    content: "\ed59";
}
.i-Folder-Add-:before {
    content: "\edd9";
}
.i-Folder-Archive:before {
    content: "\edda";
}
.i-Folder-Binder-2:before {
    content: "\eddb";
}
.i-Folder-Binder:before {
    content: "\eddc";
}
.i-Folder-Block:before {
    content: "\eddd";
}
.i-Folder-Close:before {
    content: "\eddf";
}
.i-Folder-Download:before {
    content: "\ede2";
}
.i-Folder-Hide:before {
    content: "\ede6";
}
.i-Folder-Loading:before {
    content: "\ede8";
}
.i-Folder-Music:before {
    content: "\edeb";
}
.i-Folder-Network:before {
    content: "\edec";
}
.i-Folder-Open-2:before {
    content: "\eded";
}
.i-Folder-Open:before {
    content: "\edee";
}
.i-Folder-Organizing:before {
    content: "\edef";
}
.i-Folder-Pictures:before {
    content: "\edf0";
}
.i-Folder-Refresh:before {
    content: "\edf1";
}
.i-Folder-Remove:before {
    content: "\edf2";
}
.i-Folder-Search:before {
    content: "\edf3";
}
.i-Folder-Settings:before {
    content: "\edf4";
}
.i-Folder-Share:before {
    content: "\edf5";
}
.i-Folder-Trash:before {
    content: "\edf6";
}
.i-Folder-Upload:before {
    content: "\edf7";
}
.i-Folder-Video:before {
    content: "\edf8";
}
.i-Folder-With-Document:before {
    content: "\edf9";
}
.i-Folder-Zip:before {
    content: "\edfa";
}
.i-Folder:before {
    content: "\edfb";
}
.i-Folders:before {
    content: "\edfc";
}
.i-Add-File:before {
    content: "\ee24";
}
.i-Delete-File:before {
    content: "\ee25";
}
.i-File-Block:before {
    content: "\ee26";
}
.i-File-Bookmark:before {
    content: "\ee27";
}
.i-File-Chart:before {
    content: "\ee28";
}
.i-File-Clipboard-File--Text:before {
    content: "\ee29";
}
.i-File-Clipboard-Text--Image:before {
    content: "\ee2a";
}
.i-File-Clipboard:before {
    content: "\ee2b";
}
.i-File-Cloud:before {
    content: "\ee2c";
}
.i-File-Copy-2:before {
    content: "\ee2d";
}
.i-File-Copy:before {
    content: "\ee2e";
}
.i-File-CSV:before {
    content: "\ee2f";
}
.i-File-Download:before {
    content: "\ee30";
}
.i-File-Edit:before {
    content: "\ee31";
}
.i-File-Excel:before {
    content: "\ee32";
}
.i-File-Favorite:before {
    content: "\ee33";
}
.i-File-Fire:before {
    content: "\ee34";
}
.i-File-Graph:before {
    content: "\ee35";
}
.i-File-Hide:before {
    content: "\ee36";
}
.i-File-Horizontal-Text:before {
    content: "\ee37";
}
.i-File-Horizontal:before {
    content: "\ee38";
}
.i-File-HTML:before {
    content: "\ee39";
}
.i-File-JPG:before {
    content: "\ee3a";
}
.i-File-Link:before {
    content: "\ee3b";
}
.i-File-Loading:before {
    content: "\ee3c";
}
.i-File-Lock:before {
    content: "\ee3d";
}
.i-File-Love:before {
    content: "\ee3e";
}
.i-File-Music:before {
    content: "\ee3f";
}
.i-File-Network:before {
    content: "\ee40";
}
.i-File-Pictures:before {
    content: "\ee41";
}
.i-File-Pie:before {
    content: "\ee42";
}
.i-File-Presentation:before {
    content: "\ee43";
}
.i-File-Refresh:before {
    content: "\ee44";
}
.i-File-Search:before {
    content: "\ee45";
}
.i-File-Settings:before {
    content: "\ee46";
}
.i-File-Share:before {
    content: "\ee47";
}
.i-File-Text--Image:before {
    content: "\ee48";
}
.i-File-Trash:before {
    content: "\ee49";
}
.i-File-TXT:before {
    content: "\ee4a";
}
.i-File-Upload:before {
    content: "\ee4b";
}
.i-File-Video:before {
    content: "\ee4c";
}
.i-File-Word:before {
    content: "\ee4d";
}
.i-File-Zip:before {
    content: "\ee4e";
}
.i-File:before {
    content: "\ee4f";
}
.i-Files:before {
    content: "\ee50";
}
.i-Remove-File:before {
    content: "\ee51";
}
.i-Angry:before {
    content: "\ee53";
}
.i-Cap:before {
    content: "\ee54";
}
.i-Clown:before {
    content: "\ee55";
}
.i-Confused:before {
    content: "\ee56";
}
.i-Cool:before {
    content: "\ee57";
}
.i-Crying:before {
    content: "\ee58";
}
.i-Depression:before {
    content: "\ee59";
}
.i-Eyeglasses-Smiley-2:before {
    content: "\ee5a";
}
.i-Eyeglasses-Smiley:before {
    content: "\ee5b";
}
.i-Geek1:before {
    content: "\ee5e";
}
.i-Happy:before {
    content: "\ee5f";
}
.i-Humor:before {
    content: "\ee61";
}
.i-Laughing:before {
    content: "\ee64";
}
.i-Love1:before {
    content: "\ee65";
}
.i-Money:before {
    content: "\ee66";
}
.i-Moustache-Smiley:before {
    content: "\ee67";
}
.i-Smile:before {
    content: "\ee6d";
}
.i-Sunglasses-Smiley-2:before {
    content: "\ee6e";
}
.i-Sunglasses-Smiley:before {
    content: "\ee6f";
}
.i-Surprise:before {
    content: "\ee70";
}
.i-Thumbs-Down-Smiley:before {
    content: "\ee71";
}
.i-Thumbs-Up-Smiley:before {
    content: "\ee72";
}
.i-Tongue:before {
    content: "\ee73";
}
.i-At-Sign:before {
    content: "\ee75";
}
.i-Box-Full:before {
    content: "\ee76";
}
.i-Empty-Box:before {
    content: "\ee77";
}
.i-Envelope-2:before {
    content: "\ee78";
}
.i-Envelope:before {
    content: "\ee79";
}
.i-Inbox-Empty:before {
    content: "\ee7a";
}
.i-Inbox-Full:before {
    content: "\ee7c";
}
.i-Inbox-Into:before {
    content: "\ee7d";
}
.i-Inbox-Out:before {
    content: "\ee7e";
}
.i-Letter-Close:before {
    content: "\ee81";
}
.i-Letter-Open:before {
    content: "\ee82";
}
.i-Letter-Sent:before {
    content: "\ee83";
}
.i-Mail-2:before {
    content: "\ee84";
}
.i-Mail-3:before {
    content: "\ee85";
}
.i-Mail-Add-:before {
    content: "\ee86";
}
.i-Mail-Attachement:before {
    content: "\ee87";
}
.i-Mail-Block:before {
    content: "\ee88";
}
.i-Mail-Delete:before {
    content: "\ee89";
}
.i-Mail-Favorite:before {
    content: "\ee8a";
}
.i-Mail-Forward:before {
    content: "\ee8b";
}
.i-Mail-Gallery:before {
    content: "\ee8c";
}
.i-Mail-Inbox:before {
    content: "\ee8d";
}
.i-Mail-Link:before {
    content: "\ee8e";
}
.i-Mail-Lock:before {
    content: "\ee8f";
}
.i-Mail-Love:before {
    content: "\ee90";
}
.i-Mail-Money:before {
    content: "\ee91";
}
.i-Mail-Open:before {
    content: "\ee92";
}
.i-Mail-Outbox:before {
    content: "\ee93";
}
.i-Mail-Password:before {
    content: "\ee94";
}
.i-Mail-Photo:before {
    content: "\ee95";
}
.i-Mail-Read:before {
    content: "\ee96";
}
.i-Mail-Remove-x:before {
    content: "\ee97";
}
.i-Mail-Reply-All:before {
    content: "\ee98";
}
.i-Mail-Reply:before {
    content: "\ee99";
}
.i-Mail-Search:before {
    content: "\ee9a";
}
.i-Mail-Send:before {
    content: "\ee9b";
}
.i-Mail-Settings:before {
    content: "\ee9c";
}
.i-Mail-Unread:before {
    content: "\ee9d";
}
.i-Mail-Video:before {
    content: "\ee9e";
}
.i-Mail-with-At-Sign:before {
    content: "\ee9f";
}
.i-Mail-With-Cursors:before {
    content: "\eea0";
}
.i-Mail:before {
    content: "\eea1";
}
.i-Mailbox-Empty:before {
    content: "\eea2";
}
.i-Mailbox-Full:before {
    content: "\eea3";
}
.i-New-Mail:before {
    content: "\eea4";
}
.i-Post-Mail-2:before {
    content: "\eea5";
}
.i-Post-Mail:before {
    content: "\eea6";
}
.i-Spam-Mail:before {
    content: "\eea7";
}
.i-Stamp-2:before {
    content: "\eea8";
}
.i-Stamp:before {
    content: "\eea9";
}
.i-Voicemail:before {
    content: "\eeaa";
}
.i-Alpha:before {
    content: "\eeab";
}
.i-Beta:before {
    content: "\eeac";
}
.i-Blackboard:before {
    content: "\eead";
}
.i-Book:before {
    content: "\eeae";
}
.i-Bookmark:before {
    content: "\eeaf";
}
.i-Diploma-2:before {
    content: "\eeb3";
}
.i-Diploma:before {
    content: "\eeb4";
}
.i-Eraser-2:before {
    content: "\eeb5";
}
.i-Notepad-2:before {
    content: "\eeba";
}
.i-Notepad:before {
    content: "\eebb";
}
.i-Open-Book:before {
    content: "\eebc";
}
.i-Pen-2:before {
    content: "\eebd";
}
.i-Pen-3:before {
    content: "\eebe";
}
.i-Pen-4:before {
    content: "\eebf";
}
.i-Pen-5:before {
    content: "\eec0";
}
.i-Pen-6:before {
    content: "\eec1";
}
.i-Pi:before {
    content: "\eec2";
}
.i-Pipette:before {
    content: "\eec3";
}
.i-Quill-2:before {
    content: "\eec4";
}
.i-Quill-3:before {
    content: "\eec5";
}
.i-Quill:before {
    content: "\eec6";
}
.i-Spell-Check-ABC:before {
    content: "\eec7";
}
.i-Spell-Check:before {
    content: "\eec8";
}
.i-Stapler:before {
    content: "\eec9";
}
.i-Student-Hat-2:before {
    content: "\eeca";
}
.i-Student-Hat:before {
    content: "\eecb";
}
.i-Sum1:before {
    content: "\eecc";
}
.i-University:before {
    content: "\eecd";
}
.i-Computer-2:before {
    content: "\eece";
}
.i-Monitor-2:before {
    content: "\eed9";
}
.i-Monitor-3:before {
    content: "\eeda";
}
.i-Monitor-5:before {
    content: "\eedc";
}
.i-Monitor-Vertical:before {
    content: "\eedd";
}
.i-Orientation-2:before {
    content: "\eedf";
}
.i-Board:before {
    content: "\eef5";
}
.i-Brush:before {
    content: "\eef6";
}
.i-Clamp:before {
    content: "\eef7";
}
.i-CMYK:before {
    content: "\eef8";
}
.i-Idea:before {
    content: "\eefe";
}
.i-Knife1:before {
    content: "\eeff";
}
.i-Marker:before {
    content: "\ef00";
}
.i-Note:before {
    content: "\ef01";
}
.i-Paintbrush:before {
    content: "\ef02";
}
.i-Vector:before {
    content: "\ef18";
}
.i-Big-Data:before {
    content: "\ef19";
}
.i-Data-Backup:before {
    content: "\ef1a";
}
.i-Data-Block:before {
    content: "\ef1b";
}
.i-Data-Center:before {
    content: "\ef1c";
}
.i-Data-Clock:before {
    content: "\ef1d";
}
.i-Data-Cloud:before {
    content: "\ef1e";
}
.i-Data-Compress:before {
    content: "\ef1f";
}
.i-Data-Copy:before {
    content: "\ef20";
}
.i-Data-Download:before {
    content: "\ef21";
}
.i-Data-Financial:before {
    content: "\ef22";
}
.i-Data-Key:before {
    content: "\ef23";
}
.i-Data-Lock:before {
    content: "\ef24";
}
.i-Data-Network:before {
    content: "\ef25";
}
.i-Data-Password:before {
    content: "\ef26";
}
.i-Data-Power:before {
    content: "\ef27";
}
.i-Data-Refresh:before {
    content: "\ef28";
}
.i-Data-Save:before {
    content: "\ef29";
}
.i-Data-Search:before {
    content: "\ef2a";
}
.i-Data-Security:before {
    content: "\ef2b";
}
.i-Data-Settings:before {
    content: "\ef2c";
}
.i-Data-Sharing:before {
    content: "\ef2d";
}
.i-Data-Shield:before {
    content: "\ef2e";
}
.i-Data-Signal:before {
    content: "\ef2f";
}
.i-Data-Storage:before {
    content: "\ef30";
}
.i-Data-Stream:before {
    content: "\ef31";
}
.i-Data-Transfer:before {
    content: "\ef32";
}
.i-Data-Unlock:before {
    content: "\ef33";
}
.i-Data-Upload:before {
    content: "\ef34";
}
.i-Data-Yes:before {
    content: "\ef35";
}
.i-Data:before {
    content: "\ef36";
}
.i-Hub:before {
    content: "\ef37";
}
.i-Address-Book-2:before {
    content: "\ef38";
}
.i-Address-Book:before {
    content: "\ef39";
}
.i-Bell1:before {
    content: "\ef3a";
}
.i-Bird-Delivering-Letter:before {
    content: "\ef3b";
}
.i-Communication-Tower-2:before {
    content: "\ef3c";
}
.i-Communication-Tower:before {
    content: "\ef3d";
}
.i-Fax:before {
    content: "\ef3e";
}
.i-Megaphone:before {
    content: "\ef3f";
}
.i-Newspaper-2:before {
    content: "\ef40";
}
.i-Newspaper:before {
    content: "\ef41";
}
.i-Old-Telephone:before {
    content: "\ef42";
}
.i-Plastic-Cup-Phone-2:before {
    content: "\ef43";
}
.i-Plastic-Cup-Phone:before {
    content: "\ef44";
}
.i-Router-2:before {
    content: "\ef45";
}
.i-Router:before {
    content: "\ef46";
}
.i-Telephone-2:before {
    content: "\ef47";
}
.i-Telephone:before {
    content: "\ef48";
}
.i-VPN:before {
    content: "\ef49";
}
.i-Walkie-Talkie:before {
    content: "\ef4a";
}
.i-Wifi-2:before {
    content: "\ef4b";
}
.i-Wifi:before {
    content: "\ef4c";
}
.i-Wireless:before {
    content: "\ef4d";
}
.i-Block-Cloud:before {
    content: "\ef4e";
}
.i-Cloud:before {
    content: "\ef4f";
}
.i-Cloud-:before {
    content: "\ef50";
}
.i-Cloud-Camera:before {
    content: "\ef51";
}
.i-Cloud-Computer:before {
    content: "\ef52";
}
.i-Cloud-Email:before {
    content: "\ef53";
}
.i-Cloud-Laptop:before {
    content: "\ef54";
}
.i-Cloud-Lock:before {
    content: "\ef55";
}
.i-Cloud-Music:before {
    content: "\ef56";
}
.i-Cloud-Picture:before {
    content: "\ef57";
}
.i-Cloud-Remove:before {
    content: "\ef58";
}
.i-Cloud-Secure:before {
    content: "\ef59";
}
.i-Cloud-Settings:before {
    content: "\ef5a";
}
.i-Cloud-Smartphone:before {
    content: "\ef5b";
}
.i-Cloud-Tablet:before {
    content: "\ef5c";
}
.i-Cloud-Video:before {
    content: "\ef5d";
}
.i-Cloud1:before {
    content: "\ef5e";
}
.i-Clouds:before {
    content: "\ef5f";
}
.i-Device-Sync-with-Cloud:before {
    content: "\ef60";
}
.i-Download-from-Cloud:before {
    content: "\ef61";
}
.i-People-on-Cloud:before {
    content: "\ef62";
}
.i-Search-on-Cloud:before {
    content: "\ef63";
}
.i-Share-on-Cloud:before {
    content: "\ef64";
}
.i-Belt-3:before {
    content: "\ef6b";
}
.i-Wallet-2:before {
    content: "\ef9f";
}
.i-Womans-Underwear-2:before {
    content: "\efa0";
}
.i-Womans-Underwear:before {
    content: "\efa1";
}
.i-Dec:before {
    content: "\efa3";
}
.i-Angel:before {
    content: "\efa4";
}
.i-Bow1:before {
    content: "\efa5";
}
.i-Christmas-Ball:before {
    content: "\efa7";
}
.i-Christmas-Bell:before {
    content: "\efa8";
}
.i-Christmas-Candle:before {
    content: "\efa9";
}
.i-Christmas-Hat:before {
    content: "\efaa";
}
.i-Present:before {
    content: "\efb6";
}
.i-Tactic:before {
    content: "\efca";
}
.i-AMX:before {
    content: "\efcc";
}
.i-ATM:before {
    content: "\efcd";
}
.i-Bar-Chart-2:before {
    content: "\efce";
}
.i-Bar-Chart-3:before {
    content: "\efcf";
}
.i-Bar-Chart-4:before {
    content: "\efd0";
}
.i-Bar-Chart-5:before {
    content: "\efd1";
}
.i-Bar-Chart:before {
    content: "\efd2";
}
.i-Calculator-2:before {
    content: "\efd3";
}
.i-Calculator-3:before {
    content: "\efd4";
}
.i-Calculator:before {
    content: "\efd5";
}
.i-Calendar-2:before {
    content: "\efd6";
}
.i-Calendar-3:before {
    content: "\efd7";
}
.i-Calendar-4:before {
    content: "\efd8";
}
.i-Calendar:before {
    content: "\efd9";
}
.i-Claps:before {
    content: "\efda";
}
.i-Coin:before {
    content: "\efdb";
}
.i-Coins-2:before {
    content: "\efdc";
}
.i-Coins-3:before {
    content: "\efdd";
}
.i-Coins:before {
    content: "\efde";
}
.i-Credit-Card-2:before {
    content: "\efdf";
}
.i-Credit-Card-3:before {
    content: "\efe0";
}
.i-Credit-Card:before {
    content: "\efe1";
}
.i-Diamond:before {
    content: "\efe2";
}
.i-Dollar-Sign-2:before {
    content: "\efe3";
}
.i-Dollar-Sign:before {
    content: "\efe4";
}
.i-Dollar:before {
    content: "\efe5";
}
.i-Euro-Sign-2:before {
    content: "\efe6";
}
.i-Euro-Sign:before {
    content: "\efe7";
}
.i-Euro:before {
    content: "\efe8";
}
.i-Financial:before {
    content: "\efe9";
}
.i-Handshake:before {
    content: "\efea";
}
.i-Line-Chart-2:before {
    content: "\efeb";
}
.i-Line-Chart-3:before {
    content: "\efec";
}
.i-Line-Chart-4:before {
    content: "\efed";
}
.i-Line-Chart:before {
    content: "\efee";
}
.i-Money-2:before {
    content: "\eff0";
}
.i-Money-Bag:before {
    content: "\eff1";
}
.i-Money1:before {
    content: "\eff2";
}
.i-Pie-Chart-2:before {
    content: "\eff3";
}
.i-Pie-Chart-3:before {
    content: "\eff4";
}
.i-Pie-Chart:before {
    content: "\eff5";
}
.i-Pound-Sign-2:before {
    content: "\eff6";
}
.i-Pound-Sign:before {
    content: "\eff7";
}
.i-Pound:before {
    content: "\eff8";
}
.i-Safe-Box1:before {
    content: "\eff9";
}
.i-Token-:before {
    content: "\effa";
}
.i-Visa:before {
    content: "\effb";
}
.i-Wallet-21:before {
    content: "\effc";
}
.i-Wallet:before {
    content: "\effd";
}
.i-Bank:before {
    content: "\effe";
}
.i-Building:before {
    content: "\f003";
}
.i-Clothing-Store:before {
    content: "\f00a";
}
.i-Column-2:before {
    content: "\f00c";
}
.i-Column-3:before {
    content: "\f00d";
}
.i-Column:before {
    content: "\f00e";
}
.i-Door:before {
    content: "\f00f";
}
.i-Factory1:before {
    content: "\f014";
}
.i-Home-2:before {
    content: "\f016";
}
.i-Home-4:before {
    content: "\f018";
}
.i-Home1:before {
    content: "\f019";
}
.i-Hospital1:before {
    content: "\f01a";
}
.i-Hotel:before {
    content: "\f01b";
}
.i-Japanese-Gate:before {
    content: "\f01c";
}
.i-Police-Station:before {
    content: "\f027";
}
.i-Post-Office:before {
    content: "\f028";
}
.i-Structure:before {
    content: "\f02e";
}
.i-Tower-2:before {
    content: "\f032";
}
.i-Tower:before {
    content: "\f034";
}
.i-University1:before {
    content: "\f035";
}
.i-Window:before {
    content: "\f037";
}
.i-Android:before {
    content: "\f039";
}
.i-Chrome:before {
    content: "\f03a";
}
.i-Debian:before {
    content: "\f03b";
}
.i-Firefox:before {
    content: "\f03c";
}
.i-Internet-Explorer:before {
    content: "\f03d";
}
.i-iOS-Apple:before {
    content: "\f03e";
}
.i-Linux:before {
    content: "\f03f";
}
.i-Netscape:before {
    content: "\f040";
}
.i-Opera:before {
    content: "\f041";
}
.i-Windows-Microsoft:before {
    content: "\f044";
}
.i-Brain1:before {
    content: "\f047";
}
.i-Cardiovascular:before {
    content: "\f048";
}
.i-Elbow:before {
    content: "\f04a";
}
.i-Eye-Visible:before {
    content: "\f04d";
}
.i-Eye1:before {
    content: "\f04e";
}
.i-Eyebrow-2:before {
    content: "\f04f";
}
.i-Eyebrow:before {
    content: "\f051";
}
.i-Face-Style-2:before {
    content: "\f052";
}
.i-Face-Style-3:before {
    content: "\f053";
}
.i-Face-Style-4:before {
    content: "\f054";
}
.i-Face-Style-5:before {
    content: "\f055";
}
.i-Face-Style-6:before {
    content: "\f056";
}
.i-Finger:before {
    content: "\f058";
}
.i-Fingerprint-2:before {
    content: "\f059";
}
.i-Fingerprint:before {
    content: "\f05a";
}
.i-Foot:before {
    content: "\f05c";
}
.i-Hand:before {
    content: "\f05e";
}
.i-Heart1:before {
    content: "\f060";
}
.i-Leg:before {
    content: "\f063";
}
.i-Mustache-31:before {
    content: "\f065";
}
.i-Mustache-4:before {
    content: "\f066";
}
.i-Arrow-Back-2:before {
    content: "\f06c";
}
.i-Arrow-Back-3:before {
    content: "\f06d";
}
.i-Arrow-Back:before {
    content: "\f06e";
}
.i-Arrow-Down-2:before {
    content: "\f06f";
}
.i-Arrow-Down-3:before {
    content: "\f070";
}
.i-Arrow-Down-in-Circle:before {
    content: "\f071";
}
.i-Arrow-Down:before {
    content: "\f072";
}
.i-Arrow-Forward-2:before {
    content: "\f073";
}
.i-Arrow-Forward:before {
    content: "\f074";
}
.i-Arrow-Left-2:before {
    content: "\f075";
}
.i-Arrow-Left-in-Circle:before {
    content: "\f076";
}
.i-Arrow-Left:before {
    content: "\f077";
}
.i-Arrow-Next:before {
    content: "\f078";
}
.i-Arrow-Refresh-2:before {
    content: "\f079";
}
.i-Arrow-Refresh:before {
    content: "\f07a";
}
.i-Arrow-Right-2:before {
    content: "\f07b";
}
.i-Arrow-Right-in-Circle:before {
    content: "\f07c";
}
.i-Arrow-Right:before {
    content: "\f07d";
}
.i-Arrow-Turn-Left:before {
    content: "\f07e";
}
.i-Arrow-Turn-Right:before {
    content: "\f07f";
}
.i-Arrow-Up-2:before {
    content: "\f080";
}
.i-Arrow-Up-3:before {
    content: "\f081";
}
.i-Arrow-Up-in-Circle:before {
    content: "\f082";
}
.i-Arrow-Up:before {
    content: "\f083";
}
.i-Arrow-X-Left:before {
    content: "\f084";
}
.i-Arrow-X-Right:before {
    content: "\f085";
}
.i-Bottom-To-Top:before {
    content: "\f086";
}
.i-Down-2:before {
    content: "\f087";
}
.i-Down-3:before {
    content: "\f088";
}
.i-Down1:before {
    content: "\f089";
}
.i-Download1:before {
    content: "\f08a";
}
.i-End1:before {
    content: "\f08b";
}
.i-Fit-To-2:before {
    content: "\f08c";
}
.i-Fit-To:before {
    content: "\f08d";
}
.i-Full-Screen-2:before {
    content: "\f08e";
}
.i-Full-Screen:before {
    content: "\f08f";
}
.i-Go-Bottom:before {
    content: "\f090";
}
.i-Go-Top:before {
    content: "\f091";
}
.i-Left---Right-3:before {
    content: "\f092";
}
.i-Left---Right:before {
    content: "\f093";
}
.i-Left-2:before {
    content: "\f094";
}
.i-Left-3:before {
    content: "\f095";
}
.i-Left-To-Right:before {
    content: "\f096";
}
.i-Left1:before {
    content: "\f097";
}
.i-Loop:before {
    content: "\f098";
}
.i-Navigat-Start:before {
    content: "\f099";
}
.i-Navigate-End:before {
    content: "\f09a";
}
.i-Reload-2:before {
    content: "\f09b";
}
.i-Reload1:before {
    content: "\f09c";
}
.i-Repeat-21:before {
    content: "\f09d";
}
.i-Repeat-3:before {
    content: "\f09e";
}
.i-Repeat-4:before {
    content: "\f09f";
}
.i-Repeat2:before {
    content: "\f0a0";
}
.i-Right-2:before {
    content: "\f0a1";
}
.i-Right-3:before {
    content: "\f0a2";
}
.i-Right-To-Left:before {
    content: "\f0a3";
}
.i-Right1:before {
    content: "\f0a4";
}
.i-Shuffle-21:before {
    content: "\f0a5";
}
.i-Shuffle1:before {
    content: "\f0a6";
}
.i-Start1:before {
    content: "\f0a7";
}
.i-Sync:before {
    content: "\f0a8";
}
.i-To-Bottom-2:before {
    content: "\f0a9";
}
.i-To-Bottom:before {
    content: "\f0aa";
}
.i-To-Left:before {
    content: "\f0ab";
}
.i-To-Right:before {
    content: "\f0ac";
}
.i-To-Top-2:before {
    content: "\f0ad";
}
.i-To-Top:before {
    content: "\f0ae";
}
.i-Top-To-Bottom:before {
    content: "\f0af";
}
.i-Triangle-Arrow-Down:before {
    content: "\f0b0";
}
.i-Triangle-Arrow-Left:before {
    content: "\f0b1";
}
.i-Triangle-Arrow-Right:before {
    content: "\f0b2";
}
.i-Triangle-Arrow-Up:before {
    content: "\f0b3";
}
.i-Turn-Down-2:before {
    content: "\f0b4";
}
.i-Turn-Down-From-Left:before {
    content: "\f0b5";
}
.i-Turn-Down-From-Right:before {
    content: "\f0b6";
}
.i-Turn-Down:before {
    content: "\f0b7";
}
.i-Turn-Left-3:before {
    content: "\f0b8";
}
.i-Turn-Left:before {
    content: "\f0b9";
}
.i-Turn-Right-3:before {
    content: "\f0ba";
}
.i-Turn-Right:before {
    content: "\f0bb";
}
.i-Turn-Up-2:before {
    content: "\f0bc";
}
.i-Turn-Up:before {
    content: "\f0bd";
}
.i-Up---Down-3:before {
    content: "\f0be";
}
.i-Up---Down:before {
    content: "\f0bf";
}
.i-Up-2:before {
    content: "\f0c0";
}
.i-Up-3:before {
    content: "\f0c1";
}
.i-Up1:before {
    content: "\f0c2";
}
.i-Upload1:before {
    content: "\f0c3";
}
.i-Arrow-Around:before {
    content: "\f0c4";
}
.i-Arrow-Barrier:before {
    content: "\f0c5";
}
.i-Arrow-Circle:before {
    content: "\f0c6";
}
.i-Arrow-Cross:before {
    content: "\f0c7";
}
.i-Arrow-Fork:before {
    content: "\f0c8";
}
.i-Arrow-From:before {
    content: "\f0c9";
}
.i-Arrow-Inside-45:before {
    content: "\f0ca";
}
.i-Arrow-Inside-Gap-45:before {
    content: "\f0cb";
}
.i-Arrow-Inside-Gap:before {
    content: "\f0cc";
}
.i-Arrow-Inside:before {
    content: "\f0cd";
}
.i-Arrow-Loop:before {
    content: "\f0d1";
}
.i-Arrow-Mix:before {
    content: "\f0d3";
}
.i-Arrow-Out-Left:before {
    content: "\f0d4";
}
.i-Arrow-Out-Right:before {
    content: "\f0d5";
}
.i-Arrow-Outside-45:before {
    content: "\f0d6";
}
.i-Arrow-Outside-Gap-45:before {
    content: "\f0d7";
}
.i-Arrow-Outside-Gap:before {
    content: "\f0d8";
}
.i-Arrow-Outside:before {
    content: "\f0d9";
}
.i-Arrow-Over:before {
    content: "\f0da";
}
.i-Arrow-Shuffle:before {
    content: "\f0db";
}
.i-Resize:before {
    content: "\f0e4";
}
.i-Chicken:before {
    content: "\f0f2";
}
.i-Align-Justify-All:before {
    content: "\f11a";
}
.i-Align-Justify-Center:before {
    content: "\f11b";
}
.i-Align-Justify-Left:before {
    content: "\f11c";
}
.i-Align-Justify-Right:before {
    content: "\f11d";
}
.i-Align-Left:before {
    content: "\f11e";
}
.i-Align-Right:before {
    content: "\f11f";
} /*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-purple: #663399;
    --bs-pink: #cb3066;
    --bs-red: #ff4c51;
    --bs-orange: #e97d23;
    --bs-yellow: #ffb400;
    --bs-green: #56ca00;
    --bs-teal: #20c997;
    --bs-cyan: #9c27b0;
    --bs-white: #fff;
    --bs-gray: #4b5563;
    --bs-gray-dark: #1f2937;
    --bs-gray-100: #f3f4f6;
    --bs-gray-200: #e5e7eb;
    --bs-gray-300: #d1d5db;
    --bs-gray-400: #9ca3af;
    --bs-gray-500: #6b7280;
    --bs-gray-600: #4b5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1f2937;
    --bs-gray-900: #111827;
    --bs-primary: #663399;
    --bs-secondary: #1f2937;
    --bs-success: #56ca00;
    --bs-info: #16b1ff;
    --bs-warning: #ffb400;
    --bs-danger: #ff4c51;
    --bs-light: #6b7280;
    --bs-gray-100: #f3f4f6;
    --bs-gray-200: #e5e7eb;
    --bs-gray-300: #d1d5db;
    --bs-gray-350: #CDCDCD;
    --bs-gray-400: #9ca3af;
    --bs-gray-450: #757575;
    --bs-gray-500: #6b7280;
    --bs-gray-600: #4b5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1f2937;
    --bs-gray-900: #111827;
    --bs-dark: #111827;
    --bs-primary-rgb: 102, 51, 153;
    --bs-secondary-rgb: 31, 41, 55;
    --bs-success-rgb: 86, 202, 0;
    --bs-info-rgb: 22, 177, 255;
    --bs-warning-rgb: 255, 180, 0;
    --bs-danger-rgb: 255, 76, 81;
    --bs-light-rgb: 107, 114, 128;
    --bs-gray-100-rgb: 243, 244, 246;
    --bs-gray-200-rgb: 229, 231, 235;
    --bs-gray-300-rgb: 209, 213, 219;
    --bs-gray-400-rgb: 156, 163, 175;
    --bs-gray-500-rgb: 107, 114, 128;
    --bs-gray-600-rgb: 75, 85, 99;
    --bs-gray-700-rgb: 55, 65, 81;
    --bs-gray-800-rgb: 31, 41, 55;
    --bs-gray-900-rgb: 17, 24, 39;
    --bs-dark-rgb: 17, 24, 39;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 15, 23, 42;
    --bs-body-color-rgb: 17, 24, 39;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Nunito, sans-serif;
    --bs-body-font-size: 0.813;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #111827;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #d1d5db;
    --bs-border-color-translucent: rgba(15, 23, 42, 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-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #663399;
    --bs-link-hover-color: #52297a;
    --bs-code-color: #cb3066;
    --bs-highlight-bg: #fff0cc;
    /*  */
    --blue-900: #222222;
    --blue-800: #0e1d45;
    --blue-700: rgba(6, 136, 255);
    --blue-550: #0054a2;
    --blue-400: #0688FF;
    --blue-300: rgba(6, 136, 255, 0.25);
    --blue-200: #88a2d5;
    --blue-100: #f6f9ff;
    /*  */
    --gray-700: #292929;
    --gray-500: #474747;
    /*  */
    --title-color: 332E38;

}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(15, 23, 42, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
p {
    font-size: 13px;
}
a {
    font-size: 13px;
}
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 10px;
}
.custom-small {
    font-size: 11px;
    color: #a7a7a7;
    letter-spacing: 0.3px;
    display: block;    font-size: 14px;
    font-weight: 300;
}
.mark,
mark {
    padding: 0.1875em;
    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: var(--blue-900);
    text-decoration: underline;
}
a:hover {
    color: #777777;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 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 &gt; 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: #4b5563;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
    position: relative;
}
/* LOADING STATE FOR GLOBAL BUTTON */
button span {
    transition: all 0.2s;
}
button.btn-loading span {
    visibility: hidden;
    opacity: 0;
}
.btn-loading::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
}
/*  */
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-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.01625rem;
    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.01625rem;
}
.blockquote &gt; :last-child {
    margin-bottom: 0;
}
.font-current {
    font-size: inherit !important;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #4b5563;
}
.blockquote-footer::before {
    content: "—&nbsp;";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    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: #4b5563;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.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 &gt; * {
    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 &gt; * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.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 &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .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 &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .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 &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .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 &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .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 &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 &gt; * {
        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.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: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(15, 23, 42, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(15, 23, 42, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(15, 23, 42, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table &gt; :not(caption) &gt; * &gt; * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table &gt; tbody {
    vertical-align: inherit;
}
.table &gt; thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: 2px solid currentcolor;
}
.caption-top {
    caption-side: top;
}
.table-sm &gt; :not(caption) &gt; * &gt; * {
    padding: 0.25rem 0.25rem;
}
.table-bordered &gt; :not(caption) &gt; * {
    border-width: 1px 0;
}
.table-bordered &gt; :not(caption) &gt; * &gt; * {
    border-width: 0 1px;
}
.table-borderless &gt; :not(caption) &gt; * &gt; * {
    border-bottom-width: 0;
}
.table-borderless &gt; :not(:first-child) {
    border-top-width: 0;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-striped-columns &gt; :not(caption) &gt; tr &gt; :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover &gt; tbody &gt; tr:hover &gt; * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-color: #0f172a;
    --bs-table-bg: #e0d6eb;
    --bs-table-border-color: #cbc3d8;
    --bs-table-striped-bg: #d6cce1;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #cbc3d8;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #d0c8dd;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary {
    --bs-table-color: #0f172a;
    --bs-table-bg: #d2d4d7;
    --bs-table-border-color: #bfc1c6;
    --bs-table-striped-bg: #c8cbce;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #bfc1c6;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #c3c6ca;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-success {
    --bs-table-color: #0f172a;
    --bs-table-bg: #ddf4cc;
    --bs-table-border-color: #c8debc;
    --bs-table-striped-bg: #d3e9c4;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #c8debc;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #cee3c0;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #0f172a;
    --bs-table-bg: #d0efff;
    --bs-table-border-color: #bdd9ea;
    --bs-table-striped-bg: #c6e4f4;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #bdd9ea;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #c2dfef;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-warning {
    --bs-table-color: #0f172a;
    --bs-table-bg: #fff0cc;
    --bs-table-border-color: #e7dabc;
    --bs-table-striped-bg: #f3e5c4;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #e7dabc;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #ede0c0;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #0f172a;
    --bs-table-bg: #ffdbdc;
    --bs-table-border-color: #e7c7ca;
    --bs-table-striped-bg: #f3d1d3;
    --bs-table-striped-color: #0f172a;
    --bs-table-active-bg: #e7c7ca;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #edcccf;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-light {
    --bs-table-color: #fff;
    --bs-table-bg: #6b7280;
    --bs-table-border-color: #7a808d;
    --bs-table-striped-bg: #727986;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #7a808d;
    --bs-table-active-color: #0f172a;
    --bs-table-hover-bg: #767d8a;
    --bs-table-hover-color: #0f172a;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #111827;
    --bs-table-border-color: #292f3d;
    --bs-table-striped-bg: #1d2432;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #292f3d;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #232937;
    --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: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.01625rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.711375rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #4b5563;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111827;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9ca3af;
    appearance: none;
    border-radius: 0.375rem;
    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: #111827;
    background-color: #fff;
    border-color: var(--blue-400);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(6, 136, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #4b5563;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e5e7eb;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #111827;
    background-color: #e5e7eb;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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: #dadbdf;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #111827;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.711375rem;
    border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.01625rem;
    border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111827;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #b399cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e5e7eb;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #111827;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.711375rem;
    border-radius: 0.25rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.01625rem;
    border-radius: 0.5rem;
}
.form-check {
    display: block;
    min-height: 1.2195rem;
    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 {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(15, 23, 42, 0.25);
    appearance: none;
    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: #b399cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
}
.form-check-input:checked {
    background-color: #639;
    border-color: #639;
}
.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-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #639;
    border-color: #639;
    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-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 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 {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2815, 23, 42, 0.25%29'/%3e%3c/svg%3e");
    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 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b399cc'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #639;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #d1c2e0;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d1d5db;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #639;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #d1c2e0;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d1d5db;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #6b7280;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #6b7280;
}
.form-floating {
    position: relative;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext,
.form-floating &gt; .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating &gt; label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px 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 &gt; label {
        transition: none;
    }
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext {
    padding: 1rem 0.75rem;
}
.form-floating &gt; .form-control-plaintext::placeholder,
.form-floating &gt; .form-control::placeholder {
    color: transparent;
}
.form-floating &gt; .form-control-plaintext:focus,
.form-floating &gt; .form-control-plaintext:not(:placeholder-shown),
.form-floating &gt; .form-control:focus,
.form-floating &gt; .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control-plaintext:-webkit-autofill,
.form-floating &gt; .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control-plaintext ~ label {
    border-width: 1px 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-floating,
.input-group &gt; .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-floating:focus-within,
.input-group &gt; .form-select:focus {
    z-index: 5;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 5;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111827;
    text-align: center;
    white-space: nowrap;
    background-color: #e5e7eb;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
}
.input-group-lg &gt; .btn,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.01625rem;
    border-radius: 0.5rem;
}
.input-group-sm &gt; .btn,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.711375rem;
    border-radius: 0.25rem;
}
.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select,
.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation &gt; .form-floating:nth-last-child(n + 3) &gt; .form-control,
.input-group.has-validation &gt; .form-floating:nth-last-child(n + 3) &gt; .form-select,
.input-group.has-validation &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group &gt; .form-floating:not(:first-child) &gt; .form-control,
.input-group &gt; .form-floating:not(:first-child) &gt; .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: #56ca00;
}
.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.711375rem;
    color: #0f172a;
    background-color: rgba(86, 202, 0, 0.9);
    border-radius: 0.375rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #56ca00;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2356ca00' 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.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #56ca00;
    box-shadow: 0 0 0 0.25rem rgba(86, 202, 0, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #56ca00;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2356ca00' 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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #56ca00;
    box-shadow: 0 0 0 0.25rem rgba(86, 202, 0, 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #56ca00;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #56ca00;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(86, 202, 0, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #56ca00;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group &gt; .form-control:not(:focus).is-valid,
.input-group &gt; .form-floating:not(:focus-within).is-valid,
.input-group &gt; .form-select:not(:focus).is-valid,
.was-validated .input-group &gt; .form-control:not(:focus):valid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):valid,
.was-validated .input-group &gt; .form-select:not(:focus):valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #ff4c51;
}
.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.711375rem;
    color: #0f172a;
    background-color: rgba(255, 76, 81, 0.9);
    border-radius: 0.375rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff4c51;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4c51'%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='%23ff4c51' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ff4c51;
    box-shadow: 0 0 0 0.25rem rgba(255, 76, 81, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #ff4c51;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        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='%23ff4c51'%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='%23ff4c51' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #ff4c51;
    box-shadow: 0 0 0 0.25rem rgba(255, 76, 81, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #ff4c51;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #ff4c51;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 76, 81, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ff4c51;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group &gt; .form-control:not(:focus).is-invalid,
.input-group &gt; .form-floating:not(:focus-within).is-invalid,
.input-group &gt; .form-select:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-control:not(:focus):invalid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):invalid,
.was-validated .input-group &gt; .form-select:not(:focus):invalid {
    z-index: 4;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 0.813rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #111827;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.31rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(15, 23, 42, 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), 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    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);
    height: 48px;
    width: 100%;
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 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;
}
.btn:focus {
    border-color: var(--blue-500);
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #3096f3;
    border-color: #3096f3;
}
.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: #3096f3;
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-default {
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue-800);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--blue-900);
    --bs-btn-border-color: var(--blue-900);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue-800);
    --bs-btn-hover-border-color: var(--blue-800);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1f2937;
    --bs-btn-border-color: #1f2937;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a232f;
    --bs-btn-hover-border-color: #19212c;
    --bs-btn-focus-shadow-rgb: 65, 73, 85;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #19212c;
    --bs-btn-active-border-color: #171f29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1f2937;
    --bs-btn-disabled-border-color: #1f2937;
}
.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--blue-400);
    --bs-btn-border-color: var(--blue-400);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue-550);
    --bs-btn-hover-border-color: var(--blue-800);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
}
.btn-executive {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--gray-700);
    --bs-btn-border-color: var(--gray-700);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
    font-size: 16px;
}
.btn-executive-sec {
    --bs-btn-color:  var(--gray-700);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--gray-700);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
    font-size: 16px;
}
.btn-prime-executive {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0688FF;
    --bs-btn-border-color: #0688FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
    --bs-btn-border-radius: 2px;
    font-size: 15px;
}
.btn-white {
    --bs-btn-color:  var(--gray-700);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--gray-700);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
    font-size: 16px;
}
.btn-white:hover svg path {
    stroke: #fff;
}
.btn-white-blue {
    --bs-btn-color: #222222;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #222222;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #222222;
    --bs-btn-hover-border-color: #222222;
    --bs-btn-focus-shadow-rgb: var(--blue-300);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-800);
    --bs-btn-active-border-color: var(--blue-800);
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-300);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--blue-200);
    --bs-btn-disabled-border-color: var(--blue-200);
    font-size: 16px;
}
.btn-white-blue:hover svg path {
    stroke: #fff;
}
.btn-white-blue:hover span{
    color: #fff
}
.btn-unavailable {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212121;
    --bs-btn-hover-border-color: #212121;
    --bs-btn-focus-shadow-rgb: #212121;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212121;
    --bs-btn-active-border-color: #212121;
    --bs-btn-active-shadow: inset 0 3px 5px var(--blue-900);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212121;
    --bs-btn-disabled-border-color: #212121;
    cursor: no-drop;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3CE061;
    --bs-btn-border-color: #3CE061;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6fd226;
    --bs-btn-hover-border-color: #3CE061;
    --bs-btn-focus-shadow-rgb: 75, 175, 6;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #78d533;
    --bs-btn-active-border-color: #3CE061;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #56ca00;
    --bs-btn-disabled-border-color: #56ca00;
}
.btn-info {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #16b1ff;
    --bs-btn-border-color: #16b1ff;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #39bdff;
    --bs-btn-hover-border-color: #2db9ff;
    --bs-btn-focus-shadow-rgb: 21, 154, 223;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #45c1ff;
    --bs-btn-active-border-color: #2db9ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #16b1ff;
    --bs-btn-disabled-border-color: #16b1ff;
}
.btn-warning {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #ffb400;
    --bs-btn-border-color: #ffb400;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #ffbf26;
    --bs-btn-hover-border-color: #ffbc1a;
    --bs-btn-focus-shadow-rgb: 219, 156, 6;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #ffc333;
    --bs-btn-active-border-color: #ffbc1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #ffb400;
    --bs-btn-disabled-border-color: #ffb400;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF2E2E;
    --bs-btn-border-color: #FF2E2E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff676b;
    --bs-btn-hover-border-color: #ff5e62;
    --bs-btn-focus-shadow-rgb: 219, 68, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff7074;
    --bs-btn-active-border-color: #ff5e62;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF2E2E;
    --bs-btn-disabled-border-color: #FF2E2E;
}
.btn-danger-light {
    --bs-btn-color: #FF2E2E;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #FF2E2E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff676b;
    --bs-btn-hover-border-color: #ff5e62;
    --bs-btn-focus-shadow-rgb: 219, 68, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff7074;
    --bs-btn-active-border-color: #ff5e62;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF2E2E;
    --bs-btn-disabled-border-color: #FF2E2E;
    font-weight: bold;
}
.btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b616d;
    --bs-btn-hover-border-color: #565b66;
    --bs-btn-focus-shadow-rgb: 129, 135, 147;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565b66;
    --bs-btn-active-border-color: #505660;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6b7280;
    --bs-btn-disabled-border-color: #6b7280;
}
.btn-gray-100 {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #f3f4f6;
    --bs-btn-border-color: #f3f4f6;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #f5f6f7;
    --bs-btn-hover-border-color: #f4f5f7;
    --bs-btn-focus-shadow-rgb: 209, 211, 215;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #f5f6f8;
    --bs-btn-active-border-color: #f4f5f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #f3f4f6;
    --bs-btn-disabled-border-color: #f3f4f6;
}
.btn-gray-200 {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #e5e7eb;
    --bs-btn-border-color: #e5e7eb;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #e9ebee;
    --bs-btn-hover-border-color: #e8e9ed;
    --bs-btn-focus-shadow-rgb: 197, 200, 206;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #eaecef;
    --bs-btn-active-border-color: #e8e9ed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #e5e7eb;
    --bs-btn-disabled-border-color: #e5e7eb;
}
.btn-gray-300 {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #d1d5db;
    --bs-btn-border-color: #d1d5db;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #d8dbe0;
    --bs-btn-hover-border-color: #d6d9df;
    --bs-btn-focus-shadow-rgb: 180, 185, 192;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #dadde2;
    --bs-btn-active-border-color: #d6d9df;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #d1d5db;
    --bs-btn-disabled-border-color: #d1d5db;
}
.btn-gray-400 {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #9ca3af;
    --bs-btn-border-color: #9ca3af;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #abb1bb;
    --bs-btn-hover-border-color: #a6acb7;
    --bs-btn-focus-shadow-rgb: 135, 142, 155;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #b0b5bf;
    --bs-btn-active-border-color: #a6acb7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #9ca3af;
    --bs-btn-disabled-border-color: #9ca3af;
}
.btn-gray-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b616d;
    --bs-btn-hover-border-color: #565b66;
    --bs-btn-focus-shadow-rgb: 129, 135, 147;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565b66;
    --bs-btn-active-border-color: #505660;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6b7280;
    --bs-btn-disabled-border-color: #6b7280;
}
.btn-gray-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4b5563;
    --bs-btn-border-color: #4b5563;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #404854;
    --bs-btn-hover-border-color: #3c444f;
    --bs-btn-focus-shadow-rgb: 102, 111, 122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c444f;
    --bs-btn-active-border-color: #38404a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4b5563;
    --bs-btn-disabled-border-color: #4b5563;
}
.btn-gray-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #374151;
    --bs-btn-border-color: #374151;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f3745;
    --bs-btn-hover-border-color: #2c3441;
    --bs-btn-focus-shadow-rgb: 85, 94, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c3441;
    --bs-btn-active-border-color: #29313d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #374151;
    --bs-btn-disabled-border-color: #374151;
}
.btn-gray-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1f2937;
    --bs-btn-border-color: #1f2937;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a232f;
    --bs-btn-hover-border-color: #19212c;
    --bs-btn-focus-shadow-rgb: 65, 73, 85;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #19212c;
    --bs-btn-active-border-color: #171f29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1f2937;
    --bs-btn-disabled-border-color: #1f2937;
}
.btn-gray-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #111827;
    --bs-btn-border-color: #111827;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e1421;
    --bs-btn-hover-border-color: #0e131f;
    --bs-btn-focus-shadow-rgb: 53, 59, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e131f;
    --bs-btn-active-border-color: #0d121d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #111827;
    --bs-btn-disabled-border-color: #111827;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #111827;
    --bs-btn-border-color: #111827;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #353b47;
    --bs-btn-hover-border-color: #292f3d;
    --bs-btn-focus-shadow-rgb: 53, 59, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #414652;
    --bs-btn-active-border-color: #292f3d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #111827;
    --bs-btn-disabled-border-color: #111827;
}
.btn-outline-primary {
    --bs-btn-color: #663399;
    --bs-btn-border-color: #663399;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #663399;
    --bs-btn-hover-border-color: #663399;
    --bs-btn-focus-shadow-rgb: 102, 51, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #663399;
    --bs-btn-active-border-color: #663399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #663399;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #663399;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #1f2937;
    --bs-btn-border-color: #1f2937;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f2937;
    --bs-btn-hover-border-color: #1f2937;
    --bs-btn-focus-shadow-rgb: 31, 41, 55;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f2937;
    --bs-btn-active-border-color: #1f2937;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #1f2937;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1f2937;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #56ca00;
    --bs-btn-border-color: #56ca00;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #56ca00;
    --bs-btn-hover-border-color: #56ca00;
    --bs-btn-focus-shadow-rgb: 86, 202, 0;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #56ca00;
    --bs-btn-active-border-color: #56ca00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #56ca00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #56ca00;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #16b1ff;
    --bs-btn-border-color: #16b1ff;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #16b1ff;
    --bs-btn-hover-border-color: #16b1ff;
    --bs-btn-focus-shadow-rgb: 22, 177, 255;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #16b1ff;
    --bs-btn-active-border-color: #16b1ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #16b1ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #16b1ff;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #ffb400;
    --bs-btn-border-color: #ffb400;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #ffb400;
    --bs-btn-hover-border-color: #ffb400;
    --bs-btn-focus-shadow-rgb: 255, 180, 0;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #ffb400;
    --bs-btn-active-border-color: #ffb400;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #ffb400;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffb400;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #ff4c51;
    --bs-btn-border-color: #ff4c51;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #ff4c51;
    --bs-btn-hover-border-color: #ff4c51;
    --bs-btn-focus-shadow-rgb: 255, 76, 81;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #ff4c51;
    --bs-btn-active-border-color: #ff4c51;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #ff4c51;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4c51;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b7280;
    --bs-btn-hover-border-color: #6b7280;
    --bs-btn-focus-shadow-rgb: 107, 114, 128;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b7280;
    --bs-btn-active-border-color: #6b7280;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #6b7280;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b7280;
    --bs-gradient: none;
}
.btn-outline-gray-100 {
    --bs-btn-color: #f3f4f6;
    --bs-btn-border-color: #f3f4f6;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #f3f4f6;
    --bs-btn-hover-border-color: #f3f4f6;
    --bs-btn-focus-shadow-rgb: 243, 244, 246;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #f3f4f6;
    --bs-btn-active-border-color: #f3f4f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #f3f4f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f3f4f6;
    --bs-gradient: none;
}
.btn-outline-gray-200 {
    --bs-btn-color: #e5e7eb;
    --bs-btn-border-color: #e5e7eb;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #e5e7eb;
    --bs-btn-hover-border-color: #e5e7eb;
    --bs-btn-focus-shadow-rgb: 229, 231, 235;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #e5e7eb;
    --bs-btn-active-border-color: #e5e7eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #e5e7eb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e5e7eb;
    --bs-gradient: none;
}
.btn-outline-gray-300 {
    --bs-btn-color: #d1d5db;
    --bs-btn-border-color: #d1d5db;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #d1d5db;
    --bs-btn-hover-border-color: #d1d5db;
    --bs-btn-focus-shadow-rgb: 209, 213, 219;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #d1d5db;
    --bs-btn-active-border-color: #d1d5db;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #d1d5db;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d1d5db;
    --bs-gradient: none;
}
.btn-outline-gray-400 {
    --bs-btn-color: #9ca3af;
    --bs-btn-border-color: #9ca3af;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #9ca3af;
    --bs-btn-hover-border-color: #9ca3af;
    --bs-btn-focus-shadow-rgb: 156, 163, 175;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #9ca3af;
    --bs-btn-active-border-color: #9ca3af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #9ca3af;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9ca3af;
    --bs-gradient: none;
}
.btn-outline-gray-500 {
    --bs-btn-color: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b7280;
    --bs-btn-hover-border-color: #6b7280;
    --bs-btn-focus-shadow-rgb: 107, 114, 128;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b7280;
    --bs-btn-active-border-color: #6b7280;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #6b7280;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b7280;
    --bs-gradient: none;
}
.btn-outline-gray-600 {
    --bs-btn-color: #4b5563;
    --bs-btn-border-color: #4b5563;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4b5563;
    --bs-btn-hover-border-color: #4b5563;
    --bs-btn-focus-shadow-rgb: 75, 85, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4b5563;
    --bs-btn-active-border-color: #4b5563;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #4b5563;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4b5563;
    --bs-gradient: none;
}
.btn-outline-gray-700 {
    --bs-btn-color: #374151;
    --bs-btn-border-color: #374151;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #374151;
    --bs-btn-hover-border-color: #374151;
    --bs-btn-focus-shadow-rgb: 55, 65, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #374151;
    --bs-btn-active-border-color: #374151;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #374151;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #374151;
    --bs-gradient: none;
}
.btn-outline-gray-800 {
    --bs-btn-color: #1f2937;
    --bs-btn-border-color: #1f2937;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f2937;
    --bs-btn-hover-border-color: #1f2937;
    --bs-btn-focus-shadow-rgb: 31, 41, 55;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f2937;
    --bs-btn-active-border-color: #1f2937;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #1f2937;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1f2937;
    --bs-gradient: none;
}
.btn-outline-gray-900 {
    --bs-btn-color: #111827;
    --bs-btn-border-color: #111827;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #111827;
    --bs-btn-hover-border-color: #111827;
    --bs-btn-focus-shadow-rgb: 17, 24, 39;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111827;
    --bs-btn-active-border-color: #111827;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #111827;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #111827;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #111827;
    --bs-btn-border-color: #111827;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #111827;
    --bs-btn-hover-border-color: #111827;
    --bs-btn-focus-shadow-rgb: 17, 24, 39;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111827;
    --bs-btn-active-border-color: #111827;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #111827;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #111827;
    --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: #4b5563;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 125, 82, 168;
    text-decoration: underline;
}
.btn-small {
    height: 37px;
    font-size: 14px;
}
.btn-x-small {
    height: 25px;
    font-size: 14px;
}
.btn-small-dark {
    height: 37px;
    font-size: 14px;
}
.btn-height-small {
    height: 37px;
    font-size: 14px;
    width: 35%;
}
.btn-action-table {
    height: 26px;
    font-size: 14px;

}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-link-light {
    --bs-btn-font-weight: 400;
    color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-gray-400);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-gray-400);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #4b5563;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 125, 82, 168;
    text-decoration: none;
}
.btn-link-light:focus-visible {
    color: var(--bs-gray-400);
}
.btn-link-light:hover {
    color: var(--bs-gray-400)
}
.btn-group-lg &gt; .btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.01625rem;
    --bs-btn-border-radius: 0.5rem;
}
.btn-group-sm &gt; .btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.711375rem;
    --bs-btn-border-radius: 0.25rem;
}
.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;
    }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-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: 15rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.813rem;
    --bs-dropdown-color: #111827;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.15);
    --bs-dropdown-link-color: #111827;
    --bs-dropdown-link-hover-color: #0f1623;
    --bs-dropdown-link-hover-bg: #e5e7eb;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #222222;
    --bs-dropdown-link-disabled-color: #6b7280;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #4b5563;
    --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);
    top: 10px !important;
}
.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;
    cursor: pointer;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem;
    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;
}
.dropdown-item-wrapper span{
    color: #757575;
}
.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.711375rem;
    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: #d1d5db;
    --bs-dropdown-bg: #1f2937;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #d1d5db;
    --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: #222222;
    --bs-dropdown-link-disabled-color: #6b7280;
    --bs-dropdown-header-color: #6b7280;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: 0.375rem;
}
.btn-group &gt; .btn-group:not(:first-child),
.btn-group &gt; :not(.btn-check:first-child) + .btn {
    margin-left: -1px;
}
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn.dropdown-toggle-split:first-child,
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn:nth-child(n + 3),
.btn-group &gt; :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm &gt; .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg &gt; .btn + .dropdown-toggle-split,
.btn-lg + .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group {
    width: 100%;
}
.btn-group-vertical &gt; .btn-group:not(:first-child),
.btn-group-vertical &gt; .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.2rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #4b5563;
    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);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-divider {
    height: 2px;
    background-color: var(--blue-100);
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #222222;
}
.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #d1d5db;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e5e7eb #e5e7eb #d1d5db;
    --bs-nav-tabs-link-active-color: #374151;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #d1d5db #d1d5db #fff;
    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));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.1rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #1D2846;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill .nav-item,
.nav-fill &gt; .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified &gt; .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content &gt; .tab-pane {
    display: none;
}
.tab-content &gt; .active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(15, 23, 42, 0.55);
    --bs-navbar-hover-color: rgba(15, 23, 42, 0.7);
    --bs-navbar-disabled-color: rgba(15, 23, 42, 0.3);
    --bs-navbar-active-color: rgba(15, 23, 42, 0.9);
    --bs-navbar-brand-padding-y: 0.3475625rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.01625rem;
    --bs-navbar-brand-color: rgba(15, 23, 42, 0.9);
    --bs-navbar-brand-hover-color: rgba(15, 23, 42, 0.9);
    --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.01625rem;
    --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%2815, 23, 42, 0.55%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(15, 23, 42, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-lg,
.navbar &gt; .container-md,
.navbar &gt; .container-sm,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.2rem;
    --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 .show &gt; .nav-link {
    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:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(15, 23, 42, 0.03);
    --bs-card-bg: #fff;
    --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);
    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 &gt; hr {
    margin-right: 0;
    margin-left: 0;
}
.card &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card &gt; .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 &gt; .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 &gt; .card-header + .list-group,
.card &gt; .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);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}
.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-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group &gt; .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group &gt; .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group &gt; .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:not(:last-child) .card-header,
    .card-group &gt; .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group &gt; .card:not(:last-child) .card-footer,
    .card-group &gt; .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) .card-header,
    .card-group &gt; .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) .card-footer,
    .card-group &gt; .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --bs-accordion-color: #111827;
    --bs-accordion-bg: #fff;
    --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: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #111827;
    --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='%23111827'%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='%235c2e8a'%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: #b399cc;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #5c2e8a;
    --bs-accordion-active-bg: #f0ebf5;
}
.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: 0.813rem;
    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: rotate(180deg);
}
.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:not(first-child) {
    margin-top: .2rem;
}
.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;
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-divider-color: #4b5563;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #4b5563;
    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, "/");
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.breadcrumb-filter {
    margin-left: auto;
    position: relative;
    height: 45px;
    display: flex;
}
.breadcrumb-filter-label {
    border: 1px solid #222222;
    width: 120px;
    position: relative;
    padding-right: 20px;
    margin-left: auto;
    height: 37px;
    cursor: pointer;
    border-radius: 2px;
}
.breadcrumb-filter-select {
    appearance: none;
    border: none;
    height: 35px;
    width: 120px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
}
.breadcrumb-filter-select:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.813rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #d1d5db;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e5e7eb;
    --bs-pagination-hover-border-color: #d1d5db;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e5e7eb;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 14, 53, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #222222;
    --bs-pagination-active-border-color: #222222;
    --bs-pagination-disabled-color: #4b5563;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #d1d5db;
    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(--blue-800);
    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(--blue-800);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active &gt; .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.disabled &gt; .page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.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.01625rem;
    --bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.711375rem;
    --bs-pagination-border-radius: 0.25rem;
}
.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: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    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;
}
.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: #3d1f5c;
    --bs-alert-bg: #e0d6eb;
    --bs-alert-border-color: #d1c2e0;
}
.alert-primary .alert-link {
    color: #31194a;
}
.alert-secondary {
    --bs-alert-color: #131921;
    --bs-alert-bg: #d2d4d7;
    --bs-alert-border-color: #bcbfc3;
}
.alert-secondary .alert-link {
    color: #0f141a;
}
.alert-success {
    --bs-alert-color: #347900;
    --bs-alert-bg: #ddf4cc;
    --bs-alert-border-color: #ccefb3;
}
.alert-success .alert-link {
    color: #2a6100;
}
.alert-info {
    --bs-alert-color: #0d6a99;
    --bs-alert-bg: #d0efff;
    --bs-alert-border-color: #b9e8ff;
}
.alert-info .alert-link {
    color: #0a557a;
}
.alert-warning {
    --bs-alert-color: #6f5619;
    --bs-alert-bg: #fff0cc;
    --bs-alert-border-color: #ffe9b3;
}
.alert-warning .alert-link {
    color: #594514;
}
.alert-danger {
    --bs-alert-color: #992e31;
    --bs-alert-bg: #ffdbdc;
    --bs-alert-border-color: #ffc9cb;
}
.alert-danger .alert-link {
    color: #7a2527;
}
.alert-light {
    --bs-alert-color: #40444d;
    --bs-alert-bg: #e1e3e6;
    --bs-alert-border-color: #d3d5d9;
}
.alert-light .alert-link {
    color: #33363e;
}
.alert-gray-100 {
    --bs-alert-color: #6a6f7c;
    --bs-alert-bg: #fdfdfd;
    --bs-alert-border-color: #fbfcfc;
}
.alert-gray-100 .alert-link {
    color: #555963;
}
.alert-gray-200 {
    --bs-alert-color: #656a77;
    --bs-alert-bg: #fafafb;
    --bs-alert-border-color: #f7f8f9;
}
.alert-gray-200 .alert-link {
    color: #51555f;
}
.alert-gray-300 {
    --bs-alert-color: #5d6371;
    --bs-alert-bg: #f6f7f8;
    --bs-alert-border-color: #f1f2f4;
}
.alert-gray-300 .alert-link {
    color: #4a4f5a;
}
.alert-gray-400 {
    --bs-alert-color: #5e6269;
    --bs-alert-bg: #ebedef;
    --bs-alert-border-color: #e1e3e7;
}
.alert-gray-400 .alert-link {
    color: #4b4e54;
}
.alert-gray-500 {
    --bs-alert-color: #40444d;
    --bs-alert-bg: #e1e3e6;
    --bs-alert-border-color: #d3d5d9;
}
.alert-gray-500 .alert-link {
    color: #33363e;
}
.alert-gray-600 {
    --bs-alert-color: #2d333b;
    --bs-alert-bg: #dbdde0;
    --bs-alert-border-color: #c9ccd0;
}
.alert-gray-600 .alert-link {
    color: #24292f;
}
.alert-gray-700 {
    --bs-alert-color: #212731;
    --bs-alert-bg: #d7d9dc;
    --bs-alert-border-color: #c3c6cb;
}
.alert-gray-700 .alert-link {
    color: #1a1f27;
}
.alert-gray-800 {
    --bs-alert-color: #131921;
    --bs-alert-bg: #d2d4d7;
    --bs-alert-border-color: #bcbfc3;
}
.alert-gray-800 .alert-link {
    color: #0f141a;
}
.alert-gray-900 {
    --bs-alert-color: #0a0e17;
    --bs-alert-bg: #cfd1d4;
    --bs-alert-border-color: #b8babe;
}
.alert-gray-900 .alert-link {
    color: #080b12;
}
.alert-dark {
    --bs-alert-color: #0a0e17;
    --bs-alert-bg: #cfd1d4;
    --bs-alert-border-color: #b8babe;
}
.alert-dark .alert-link {
    color: #080b12;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.60975rem;
    --bs-progress-bg: #e5e7eb;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #663399;
    --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-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: #111827;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(15, 23, 42, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #374151;
    --bs-list-group-action-hover-color: #374151;
    --bs-list-group-action-hover-bg: #f3f4f6;
    --bs-list-group-action-active-color: #111827;
    --bs-list-group-action-active-bg: #e5e7eb;
    --bs-list-group-disabled-color: #4b5563;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #663399;
    --bs-list-group-active-border-color: #663399;
    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 &gt; .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl &gt; .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 &gt; .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush &gt; .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #3d1f5c;
    background-color: #e0d6eb;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #3d1f5c;
    background-color: #cac1d4;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3d1f5c;
    border-color: #3d1f5c;
}
.list-group-item-secondary {
    color: #131921;
    background-color: #d2d4d7;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #131921;
    background-color: #bdbfc2;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #131921;
    border-color: #131921;
}
.list-group-item-success {
    color: #347900;
    background-color: #ddf4cc;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #347900;
    background-color: #c7dcb8;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #347900;
    border-color: #347900;
}
.list-group-item-info {
    color: #0d6a99;
    background-color: #d0efff;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0d6a99;
    background-color: #bbd7e6;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0d6a99;
    border-color: #0d6a99;
}
.list-group-item-warning {
    color: #6f5619;
    background-color: #fff0cc;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #6f5619;
    background-color: #e6d8b8;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #6f5619;
    border-color: #6f5619;
}
.list-group-item-danger {
    color: #992e31;
    background-color: #ffdbdc;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #992e31;
    background-color: #e6c5c6;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #992e31;
    border-color: #992e31;
}
.list-group-item-light {
    color: #40444d;
    background-color: #e1e3e6;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #40444d;
    background-color: #cbcccf;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d;
}
.list-group-item-gray-100 {
    color: #6a6f7c;
    background-color: #fdfdfd;
}
.list-group-item-gray-100.list-group-item-action:focus,
.list-group-item-gray-100.list-group-item-action:hover {
    color: #6a6f7c;
    background-color: #e4e4e4;
}
.list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #6a6f7c;
    border-color: #6a6f7c;
}
.list-group-item-gray-200 {
    color: #656a77;
    background-color: #fafafb;
}
.list-group-item-gray-200.list-group-item-action:focus,
.list-group-item-gray-200.list-group-item-action:hover {
    color: #656a77;
    background-color: #e1e1e2;
}
.list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #656a77;
    border-color: #656a77;
}
.list-group-item-gray-300 {
    color: #5d6371;
    background-color: #f6f7f8;
}
.list-group-item-gray-300.list-group-item-action:focus,
.list-group-item-gray-300.list-group-item-action:hover {
    color: #5d6371;
    background-color: #dddedf;
}
.list-group-item-gray-300.list-group-item-action.active {
    color: #fff;
    background-color: #5d6371;
    border-color: #5d6371;
}
.list-group-item-gray-400 {
    color: #5e6269;
    background-color: #ebedef;
}
.list-group-item-gray-400.list-group-item-action:focus,
.list-group-item-gray-400.list-group-item-action:hover {
    color: #5e6269;
    background-color: #d4d5d7;
}
.list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #5e6269;
    border-color: #5e6269;
}
.list-group-item-gray-500 {
    color: #40444d;
    background-color: #e1e3e6;
}
.list-group-item-gray-500.list-group-item-action:focus,
.list-group-item-gray-500.list-group-item-action:hover {
    color: #40444d;
    background-color: #cbcccf;
}
.list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d;
}
.list-group-item-gray-600 {
    color: #2d333b;
    background-color: #dbdde0;
}
.list-group-item-gray-600.list-group-item-action:focus,
.list-group-item-gray-600.list-group-item-action:hover {
    color: #2d333b;
    background-color: #c5c7ca;
}
.list-group-item-gray-600.list-group-item-action.active {
    color: #fff;
    background-color: #2d333b;
    border-color: #2d333b;
}
.list-group-item-gray-700 {
    color: #212731;
    background-color: #d7d9dc;
}
.list-group-item-gray-700.list-group-item-action:focus,
.list-group-item-gray-700.list-group-item-action:hover {
    color: #212731;
    background-color: #c2c3c6;
}
.list-group-item-gray-700.list-group-item-action.active {
    color: #fff;
    background-color: #212731;
    border-color: #212731;
}
.list-group-item-gray-800 {
    color: #131921;
    background-color: #d2d4d7;
}
.list-group-item-gray-800.list-group-item-action:focus,
.list-group-item-gray-800.list-group-item-action:hover {
    color: #131921;
    background-color: #bdbfc2;
}
.list-group-item-gray-800.list-group-item-action.active {
    color: #fff;
    background-color: #131921;
    border-color: #131921;
}
.list-group-item-gray-900 {
    color: #0a0e17;
    background-color: #cfd1d4;
}
.list-group-item-gray-900.list-group-item-action:focus,
.list-group-item-gray-900.list-group-item-action:hover {
    color: #0a0e17;
    background-color: #babcbf;
}
.list-group-item-gray-900.list-group-item-action.active {
    color: #fff;
    background-color: #0a0e17;
    border-color: #0a0e17;
}
.list-group-item-dark {
    color: #0a0e17;
    background-color: #cfd1d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #0a0e17;
    background-color: #babcbf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0a0e17;
    border-color: #0a0e17;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #0f172a;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%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")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #0f172a;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 51, 153, 0.25);
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.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-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.15);
    --bs-toast-header-color: #4b5563;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(15, 23, 42, 0.05);
    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 &gt; :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-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.9rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --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: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    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: #0f172a;
    --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 &gt; * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.711375rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #0f172a;
    --bs-tooltip-border-radius: 0.375rem;
    --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;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.711375rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.813rem;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #111827;
    --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: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow,
.bs-popover-top &gt; .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::after,
.bs-popover-top &gt; .popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after,
.bs-popover-top &gt; .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow,
.bs-popover-end &gt; .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::after,
.bs-popover-end &gt; .popover-arrow::before {
    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-auto[data-popper-placement^="right"] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after,
.bs-popover-end &gt; .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow,
.bs-popover-bottom &gt; .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::after,
.bs-popover-bottom &gt; .popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after,
.bs-popover-bottom &gt; .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow,
.bs-popover-start &gt; .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::after,
.bs-popover-start &gt; .popover-arrow::before {
    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-auto[data-popper-placement^="left"] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after,
.bs-popover-start &gt; .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.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-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0f172a;
}
.carousel-dark .carousel-caption {
    color: #0f172a;
}
.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
}
@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: transform 0.3s ease-in-out;
    }
}
@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.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}
@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.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}
@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.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}
@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.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}
@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.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible;
    }
}
@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0f172a;
}
.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: 1.5;
}
.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 {
    mask-image: linear-gradient(130deg, #0f172a 55%, rgba(0, 0, 0, 0.8) 75%, #0f172a 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(102, 51, 153, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(31, 41, 55, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #0f172a !important;
    background-color: RGBA(86, 202, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #0f172a !important;
    background-color: RGBA(22, 177, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #0f172a !important;
    background-color: RGBA(255, 180, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #0f172a !important;
    background-color: RGBA(255, 76, 81, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #fff !important;
    background-color: RGBA(107, 114, 128, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-100 {
    color: #0f172a !important;
    background-color: RGBA(243, 244, 246, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-200 {
    color: #0f172a !important;
    background-color: RGBA(229, 231, 235, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-300 {
    color: #0f172a !important;
    background-color: RGBA(209, 213, 219, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-400 {
    color: #0f172a !important;
    background-color: RGBA(156, 163, 175, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-500 {
    color: #fff !important;
    background-color: RGBA(107, 114, 128, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-600 {
    color: #fff !important;
    background-color: RGBA(75, 85, 99, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-700 {
    color: #fff !important;
    background-color: RGBA(55, 65, 81, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-800 {
    color: #fff !important;
    background-color: RGBA(31, 41, 55, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-900 {
    color: #fff !important;
    background-color: RGBA(17, 24, 39, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(17, 24, 39, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
    color: #639 !important;
}
.link-primary:focus,
.link-primary:hover {
    color: #52297a !important;
}
.link-secondary {
    color: #1f2937 !important;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #19212c !important;
}
.link-success {
    color: #56ca00 !important;
}
.link-success:focus,
.link-success:hover {
    color: #78d533 !important;
}
.link-info {
    color: #16b1ff !important;
}
.link-info:focus,
.link-info:hover {
    color: #45c1ff !important;
}
.link-warning {
    color: #ffb400 !important;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffc333 !important;
}
.link-danger {
    color: #ff4c51 !important;
}
.link-danger:focus,
.link-danger:hover {
    color: #ff7074 !important;
}
.link-light {
    color: #6b7280 !important;
}
.link-light:focus,
.link-light:hover {
    color: #565b66 !important;
}
.link-gray-100 {
    color: #f3f4f6 !important;
}
.link-gray-100:focus,
.link-gray-100:hover {
    color: #f5f6f8 !important;
}
.link-gray-200 {
    color: #e5e7eb !important;
}
.link-gray-200:focus,
.link-gray-200:hover {
    color: #eaecef !important;
}
.link-gray-300 {
    color: #d1d5db !important;
}
.link-gray-300:focus,
.link-gray-300:hover {
    color: #dadde2 !important;
}
.link-gray-400 {
    color: #9ca3af !important;
}
.link-gray-400:focus,
.link-gray-400:hover {
    color: #b0b5bf !important;
}
.link-gray-500 {
    color: #6b7280 !important;
}
.link-gray-500:focus,
.link-gray-500:hover {
    color: #565b66 !important;
}
.link-gray-600 {
    color: #4b5563 !important;
}
.link-gray-600:focus,
.link-gray-600:hover {
    color: #3c444f !important;
}
.link-gray-700 {
    color: #374151 !important;
}
.link-gray-700:focus,
.link-gray-700:hover {
    color: #2c3441 !important;
}
.link-gray-800 {
    color: #1f2937 !important;
}
.link-gray-800:focus,
.link-gray-800:hover {
    color: #19212c !important;
}
.link-gray-900 {
    color: #111827 !important;
}
.link-gray-900:focus,
.link-gray-900:hover {
    color: #0e131f !important;
}
.link-dark {
    color: #111827 !important;
}
.link-dark:focus,
.link-dark:hover {
    color: #0e131f !important;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio &gt; * {
    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) {
    position: absolute !important;
    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;
}
.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: 1px;
    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;
}
.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;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: 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: 0 0.5rem 1rem rgba(15, 23, 42, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(15, 23, 42, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.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-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-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-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
    --bs-border-width: 1px;
}
.border-2 {
    --bs-border-width: 2px;
}
.border-3 {
    --bs-border-width: 3px;
}
.border-4 {
    --bs-border-width: 4px;
}
.border-5 {
    --bs-border-width: 5px;
}
.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;
}
.wd-150 {
    width: 150px;
}
.w-25 {
    width: 25% !important;
}
.w-35 {
    width: 35% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-100px {
    width: 100px !important;
}
.w-125px {
    width: 125px;
}
.w-150px {
    width: 150px;
}
.w-200 {
    width: 200px !important;
}
.w-250px {
    width: 250px;
}
.w-350px {
    width: 350px;
}
.w-auto {
    width: auto !important;
}
.mw-50 {
    max-width: 50%;
}
.mw-100 {
    max-width: 100% !important;
}
.mw-200 {
    max-width: 200px;
}
.mw-400 {
    max-width: 434px;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.min-h-110 {
    min-height: 110px;
}
.min-h-120 {
    min-height: 120px;
}
.min-h-150 {
    min-height: 150px;
}
.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;
}
.h-38 {
    height: 38px;
}
.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;
}
.mt-2rem{
    margin-top: 2rem;
}
.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;
}
.mb-5px { margin-bottom: 5px; }
.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;
}
.p-6 {
    padding: 4rem !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;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.32825rem + 0.939vw) !important;
}
.fs-2 {
    font-size: calc(1.2876rem + 0.4512vw) !important;
}
.fs-3 {
    font-size: calc(1.267275rem + 0.2073vw) !important;
}
.fs-4 {
    font-size: 1.2195rem !important;
}
.fs-5 {
    font-size: 1.01625rem !important;
}
.fs-6 {
    font-size: 0.813rem !important;
}
.fs-8 { font-size: 8px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17.6px; }
.fs-18 { font-size: 18px; }
.fs-48 { font-size: 48px; }
.fs-28 { font-size: 28px; }
.lh-13 { line-height: 13px; }
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-extra-light {
    font-weight: 100 !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-800 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-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: #4b5563 !important;
}
.text-muted-100 {
    --bs-text-opacity: 1;
    color: #a0a7b5;
    font-size: 11px;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(15, 23, 42, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !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;
}
.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-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-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-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-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    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-2xl) !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-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: 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-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;
    }
    .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;
    }
    .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-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;
    }
    .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;
    }
    .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-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;
    }
    .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;
    }
    .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-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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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.0325rem !important;
    }
    .fs-2 {
        font-size: 1.626rem !important;
    }
    .fs-3 {
        font-size: 1.42275rem !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-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;
    }
}
[dir="rtl"] .text-left {
    text-align: right !important;
}
[dir="rtl"] .text-right {
    text-align: left !important;
}
@media (min-width: 576px) {
    [dir="rtl"] .text-sm-left {
        text-align: right !important;
    }
    [dir="rtl"] .text-sm-right {
        text-align: left !important;
    }
}
@media (min-width: 768px) {
    [dir="rtl"] .text-md-left {
        text-align: right !important;
    }
    [dir="rtl"] .text-md-right {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .text-lg-left {
        text-align: right !important;
    }
    [dir="rtl"] .text-lg-right {
        text-align: left !important;
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .text-xl-left {
        text-align: right !important;
    }
    [dir="rtl"] .text-xl-right {
        text-align: left !important;
    }
}
@media (min-width: 1400px) {
    [dir="rtl"] .text-xxl-left {
        text-align: right !important;
    }
    [dir="rtl"] .text-xxl-right {
        text-align: left !important;
    }
}
[dir="rtl"] .float-left {
    float: right !important;
}
[dir="rtl"] .float-right {
    float: left !important;
}
@media (min-width: 576px) {
    [dir="rtl"] .float-sm-left {
        float: right !important;
    }
    [dir="rtl"] .float-sm-right {
        float: left !important;
    }
}
@media (min-width: 768px) {
    [dir="rtl"] .float-md-left {
        float: right !important;
    }
    [dir="rtl"] .float-md-right {
        float: left !important;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .float-lg-left {
        float: right !important;
    }
    [dir="rtl"] .float-lg-right {
        float: left !important;
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .float-xl-left {
        float: right !important;
    }
    [dir="rtl"] .float-xl-right {
        float: left !important;
    }
}
@media (min-width: 1400px) {
    [dir="rtl"] .float-xxl-left {
        float: right !important;
    }
    [dir="rtl"] .float-xxl-right {
        float: left !important;
    }
}
[dir="rtl"] .mr-0,
[dir="rtl"] .mx-0 {
    margin-left: 0 !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-0,
[dir="rtl"] .mx-0 {
    margin-right: 0 !important;
    margin-left: unset !important;
}
[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .mr-4,
[dir="rtl"] .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-4,
[dir="rtl"] .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .mr-5,
[dir="rtl"] .mx-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .ml-5,
[dir="rtl"] .mx-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-0,
[dir="rtl"] .px-0 {
    padding-left: 0 !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-0,
[dir="rtl"] .px-0 {
    padding-right: 0 !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
    padding-left: 0.25rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
    padding-right: 0.25rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
    padding-left: 0.5rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
    padding-right: 0.5rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
    padding-left: 1rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
    padding-right: 1rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-4,
[dir="rtl"] .px-4 {
    padding-left: 1.5rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-4,
[dir="rtl"] .px-4 {
    padding-right: 1.5rem !important;
    margin-left: unset !important;
}
[dir="rtl"] .pr-5,
[dir="rtl"] .px-5 {
    padding-left: 3rem !important;
    margin-right: unset !important;
}
[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
    padding-right: 3rem !important;
    margin-left: unset !important;
}
@media (min-width: 576px) {
    [dir="rtl"] .mr-sm-0,
    [dir="rtl"] .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-0,
    [dir="rtl"] .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-sm-1,
    [dir="rtl"] .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-1,
    [dir="rtl"] .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-sm-2,
    [dir="rtl"] .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-2,
    [dir="rtl"] .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-sm-3,
    [dir="rtl"] .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-3,
    [dir="rtl"] .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-sm-4,
    [dir="rtl"] .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-4,
    [dir="rtl"] .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-sm-5,
    [dir="rtl"] .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-sm-5,
    [dir="rtl"] .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-0,
    [dir="rtl"] .px-sm-0 {
        padding-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-0,
    [dir="rtl"] .px-sm-0 {
        padding-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-1,
    [dir="rtl"] .px-sm-1 {
        padding-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-1,
    [dir="rtl"] .px-sm-1 {
        padding-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-2,
    [dir="rtl"] .px-sm-2 {
        padding-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-2,
    [dir="rtl"] .px-sm-2 {
        padding-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-3,
    [dir="rtl"] .px-sm-3 {
        padding-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-3,
    [dir="rtl"] .px-sm-3 {
        padding-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-4,
    [dir="rtl"] .px-sm-4 {
        padding-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-4,
    [dir="rtl"] .px-sm-4 {
        padding-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-sm-5,
    [dir="rtl"] .px-sm-5 {
        padding-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-sm-5,
    [dir="rtl"] .px-sm-5 {
        padding-right: 3rem !important;
        margin-left: unset !important;
    }
}
@media (min-width: 768px) {
    [dir="rtl"] .mr-md-0,
    [dir="rtl"] .mx-md-0 {
        margin-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-0,
    [dir="rtl"] .mx-md-0 {
        margin-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-md-1,
    [dir="rtl"] .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-1,
    [dir="rtl"] .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-md-2,
    [dir="rtl"] .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-2,
    [dir="rtl"] .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-md-3,
    [dir="rtl"] .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-3,
    [dir="rtl"] .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-md-4,
    [dir="rtl"] .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-4,
    [dir="rtl"] .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-md-5,
    [dir="rtl"] .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-md-5,
    [dir="rtl"] .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-0,
    [dir="rtl"] .px-md-0 {
        padding-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-0,
    [dir="rtl"] .px-md-0 {
        padding-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-1,
    [dir="rtl"] .px-md-1 {
        padding-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-1,
    [dir="rtl"] .px-md-1 {
        padding-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-2,
    [dir="rtl"] .px-md-2 {
        padding-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-2,
    [dir="rtl"] .px-md-2 {
        padding-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-3,
    [dir="rtl"] .px-md-3 {
        padding-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-3,
    [dir="rtl"] .px-md-3 {
        padding-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-4,
    [dir="rtl"] .px-md-4 {
        padding-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-4,
    [dir="rtl"] .px-md-4 {
        padding-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-md-5,
    [dir="rtl"] .px-md-5 {
        padding-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-md-5,
    [dir="rtl"] .px-md-5 {
        padding-right: 3rem !important;
        margin-left: unset !important;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .mr-lg-0,
    [dir="rtl"] .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-0,
    [dir="rtl"] .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-lg-1,
    [dir="rtl"] .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-1,
    [dir="rtl"] .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-lg-2,
    [dir="rtl"] .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-2,
    [dir="rtl"] .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-lg-3,
    [dir="rtl"] .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-3,
    [dir="rtl"] .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-lg-4,
    [dir="rtl"] .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-4,
    [dir="rtl"] .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-lg-5,
    [dir="rtl"] .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-lg-5,
    [dir="rtl"] .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-0,
    [dir="rtl"] .px-lg-0 {
        padding-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-0,
    [dir="rtl"] .px-lg-0 {
        padding-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-1,
    [dir="rtl"] .px-lg-1 {
        padding-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-1,
    [dir="rtl"] .px-lg-1 {
        padding-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-2,
    [dir="rtl"] .px-lg-2 {
        padding-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-2,
    [dir="rtl"] .px-lg-2 {
        padding-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-3,
    [dir="rtl"] .px-lg-3 {
        padding-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-3,
    [dir="rtl"] .px-lg-3 {
        padding-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-4,
    [dir="rtl"] .px-lg-4 {
        padding-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-4,
    [dir="rtl"] .px-lg-4 {
        padding-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-lg-5,
    [dir="rtl"] .px-lg-5 {
        padding-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-lg-5,
    [dir="rtl"] .px-lg-5 {
        padding-right: 3rem !important;
        margin-left: unset !important;
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .mr-xl-0,
    [dir="rtl"] .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-0,
    [dir="rtl"] .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xl-1,
    [dir="rtl"] .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-1,
    [dir="rtl"] .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xl-2,
    [dir="rtl"] .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-2,
    [dir="rtl"] .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xl-3,
    [dir="rtl"] .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-3,
    [dir="rtl"] .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xl-4,
    [dir="rtl"] .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-4,
    [dir="rtl"] .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xl-5,
    [dir="rtl"] .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xl-5,
    [dir="rtl"] .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-0,
    [dir="rtl"] .px-xl-0 {
        padding-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-0,
    [dir="rtl"] .px-xl-0 {
        padding-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-1,
    [dir="rtl"] .px-xl-1 {
        padding-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-1,
    [dir="rtl"] .px-xl-1 {
        padding-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-2,
    [dir="rtl"] .px-xl-2 {
        padding-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-2,
    [dir="rtl"] .px-xl-2 {
        padding-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-3,
    [dir="rtl"] .px-xl-3 {
        padding-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-3,
    [dir="rtl"] .px-xl-3 {
        padding-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-4,
    [dir="rtl"] .px-xl-4 {
        padding-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-4,
    [dir="rtl"] .px-xl-4 {
        padding-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xl-5,
    [dir="rtl"] .px-xl-5 {
        padding-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xl-5,
    [dir="rtl"] .px-xl-5 {
        padding-right: 3rem !important;
        margin-left: unset !important;
    }
}
@media (min-width: 1400px) {
    [dir="rtl"] .mr-xxl-0,
    [dir="rtl"] .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-0,
    [dir="rtl"] .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xxl-1,
    [dir="rtl"] .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-1,
    [dir="rtl"] .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xxl-2,
    [dir="rtl"] .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-2,
    [dir="rtl"] .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xxl-3,
    [dir="rtl"] .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-3,
    [dir="rtl"] .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xxl-4,
    [dir="rtl"] .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-4,
    [dir="rtl"] .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .mr-xxl-5,
    [dir="rtl"] .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .ml-xxl-5,
    [dir="rtl"] .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-0,
    [dir="rtl"] .px-xxl-0 {
        padding-left: 0 !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-0,
    [dir="rtl"] .px-xxl-0 {
        padding-right: 0 !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-1,
    [dir="rtl"] .px-xxl-1 {
        padding-left: 0.25rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-1,
    [dir="rtl"] .px-xxl-1 {
        padding-right: 0.25rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-2,
    [dir="rtl"] .px-xxl-2 {
        padding-left: 0.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-2,
    [dir="rtl"] .px-xxl-2 {
        padding-right: 0.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-3,
    [dir="rtl"] .px-xxl-3 {
        padding-left: 1rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-3,
    [dir="rtl"] .px-xxl-3 {
        padding-right: 1rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-4,
    [dir="rtl"] .px-xxl-4 {
        padding-left: 1.5rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-4,
    [dir="rtl"] .px-xxl-4 {
        padding-right: 1.5rem !important;
        margin-left: unset !important;
    }
    [dir="rtl"] .pr-xxl-5,
    [dir="rtl"] .px-xxl-5 {
        padding-left: 3rem !important;
        margin-right: unset !important;
    }
    [dir="rtl"] .pl-xxl-5,
    [dir="rtl"] .px-xxl-5 {
        padding-right: 3rem !important;
        margin-left: unset !important;
    }
}
[dir="rtl"] .input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child),
[dir="rtl"] .input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
[dir="rtl"] .input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
[dir="rtl"] .input-group &gt; .input-group-prepend &gt; .btn,
[dir="rtl"] .input-group &gt; .input-group-prepend &gt; .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
[dir="rtl"] .input-group &gt; .input-group-append &gt; .btn,
[dir="rtl"] .input-group &gt; .input-group-append &gt; .input-group-text,
[dir="rtl"] .input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
[dir="rtl"] .input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child),
[dir="rtl"] .input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
[dir="rtl"] .input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
[dir="rtl"] .input-group &gt; .custom-select:not(:last-child),
[dir="rtl"] .input-group &gt; .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
[dir="rtl"] .input-group &gt; .custom-select:not(:first-child),
[dir="rtl"] .input-group &gt; .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
[dir="rtl"] .btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
[dir="rtl"] .btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
[dir="rtl"] .btn-group &gt; .btn:not(:first-child),
[dir="rtl"] .btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.sidebar-gradient-purple-indigo .sidebar-left {
    background-color: #639;
    background-image: -moz-linear-gradient(-154deg, #639 0, #33214b 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #639), color-stop(100%, #33214b));
    background-image: -webkit-linear-gradient(-154deg, #639 0, #33214b 100%);
    background-image: -o-linear-gradient(-154deg, #639 0, #33214b 100%);
    background: -ms-linear-gradient(-154deg, #639 0, #33214b 100%);
    background: linear-gradient(-154deg, #639 0, #33214b 100%);
}
.gradient-purple-indigo {
    background-color: #639;
    background-image: -moz-linear-gradient(-154deg, #639 0, #33214b 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #639), color-stop(100%, #33214b));
    background-image: -webkit-linear-gradient(-154deg, #639 0, #33214b 100%);
    background-image: -o-linear-gradient(-154deg, #639 0, #33214b 100%);
    background: -ms-linear-gradient(-154deg, #639 0, #33214b 100%);
    background: linear-gradient(-154deg, #639 0, #33214b 100%);
}
.btn.gradient-purple-indigo.active,
.btn.gradient-purple-indigo:active {
    background-color: #639;
    background-image: -moz-linear-gradient(-90deg, #639 0, #33214b 100%);
    background-image: -webkit-gradient(linear, -90deg, right top, color-stop(0, #639), color-stop(100%, #33214b));
    background-image: -webkit-linear-gradient(-90deg, #639 0, #33214b 100%);
    background-image: -o-linear-gradient(-90deg, #639 0, #33214b 100%);
    background: -ms-linear-gradient(-90deg, #639 0, #33214b 100%);
    background: linear-gradient(-90deg, #639 0, #33214b 100%);
}
.sidebar-gradient-black-blue .sidebar-left {
    background-color: #004e92;
    background-image: -moz-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #004e92), color-stop(100%, #000428));
    background-image: -webkit-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background-image: -o-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background: -ms-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background: linear-gradient(-154deg, #004e92 0, #000428 100%);
}
.gradient-black-blue {
    background-color: #004e92;
    background-image: -moz-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #004e92), color-stop(100%, #000428));
    background-image: -webkit-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background-image: -o-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background: -ms-linear-gradient(-154deg, #004e92 0, #000428 100%);
    background: linear-gradient(-154deg, #004e92 0, #000428 100%);
}
.btn.gradient-black-blue.active,
.btn.gradient-black-blue:active {
    background-color: #004e92;
    background-image: -moz-linear-gradient(-90deg, #004e92 0, #000428 100%);
    background-image: -webkit-gradient(linear, -90deg, right top, color-stop(0, #004e92), color-stop(100%, #000428));
    background-image: -webkit-linear-gradient(-90deg, #004e92 0, #000428 100%);
    background-image: -o-linear-gradient(-90deg, #004e92 0, #000428 100%);
    background: -ms-linear-gradient(-90deg, #004e92 0, #000428 100%);
    background: linear-gradient(-90deg, #004e92 0, #000428 100%);
}
.sidebar-gradient-black-gray .sidebar-left {
    background-color: #404040;
    background-image: -moz-linear-gradient(-154deg, #404040 0, #000 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #404040), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(-154deg, #404040 0, #000 100%);
    background-image: -o-linear-gradient(-154deg, #404040 0, #000 100%);
    background: -ms-linear-gradient(-154deg, #404040 0, #000 100%);
    background: linear-gradient(-154deg, #404040 0, #000 100%);
}
.gradient-black-gray {
    background-color: #404040;
    background-image: -moz-linear-gradient(-154deg, #404040 0, #000 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #404040), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(-154deg, #404040 0, #000 100%);
    background-image: -o-linear-gradient(-154deg, #404040 0, #000 100%);
    background: -ms-linear-gradient(-154deg, #404040 0, #000 100%);
    background: linear-gradient(-154deg, #404040 0, #000 100%);
}
.btn.gradient-black-gray.active,
.btn.gradient-black-gray:active {
    background-color: #404040;
    background-image: -moz-linear-gradient(-90deg, #404040 0, #000 100%);
    background-image: -webkit-gradient(linear, -90deg, right top, color-stop(0, #404040), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(-90deg, #404040 0, #000 100%);
    background-image: -o-linear-gradient(-90deg, #404040 0, #000 100%);
    background: -ms-linear-gradient(-90deg, #404040 0, #000 100%);
    background: linear-gradient(-90deg, #404040 0, #000 100%);
}
.sidebar-gradient-steel-gray .sidebar-left {
    background-color: #616d86;
    background-image: -moz-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #616d86), color-stop(100%, #1f1c2c));
    background-image: -webkit-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background-image: -o-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background: -ms-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background: linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
}
.gradient-steel-gray {
    background-color: #616d86;
    background-image: -moz-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background-image: -webkit-gradient(linear, -154deg, right top, color-stop(0, #616d86), color-stop(100%, #1f1c2c));
    background-image: -webkit-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background-image: -o-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background: -ms-linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
    background: linear-gradient(-154deg, #616d86 0, #1f1c2c 100%);
}
.btn.gradient-steel-gray.active,
.btn.gradient-steel-gray:active {
    background-color: #616d86;
    background-image: -moz-linear-gradient(-90deg, #616d86 0, #1f1c2c 100%);
    background-image: -webkit-gradient(linear, -90deg, right top, color-stop(0, #616d86), color-stop(100%, #1f1c2c));
    background-image: -webkit-linear-gradient(-90deg, #616d86 0, #1f1c2c 100%);
    background-image: -o-linear-gradient(-90deg, #616d86 0, #1f1c2c 100%);
    background: -ms-linear-gradient(-90deg, #616d86 0, #1f1c2c 100%);
    background: linear-gradient(-90deg, #616d86 0, #1f1c2c 100%);
}
.sidebar-blue .sidebar-left {
    background: #16b1ff;
}
.blue {
    background: #16b1ff;
}
.sidebar-midnight-blue .sidebar-left {
    background: #0c0c3c;
}
.midnight-blue {
    background: #0c0c3c;
}
.sidebar-indigo .sidebar-left {
    background: #3f51b5;
}
.indigo {
    background: #3f51b5;
}
.sidebar-dark-purple .sidebar-left {
    background: #322740;
}
.dark-purple {
    background: #322740;
}
.sidebar-purple .sidebar-left {
    background: #639;
}
.purple {
    background: #639;
}
.sidebar-pink .sidebar-left {
    background: #cb3066;
}
.pink {
    background: #cb3066;
}
.sidebar-red .sidebar-left {
    background: #ff4c51;
}
.red {
    background: #ff4c51;
}
.sidebar-orange .sidebar-left {
    background: #e97d23;
}
.orange {
    background: #e97d23;
}
.sidebar-green .sidebar-left {
    background: #56ca00;
}
.green {
    background: #56ca00;
}
.sidebar-yellow .sidebar-left {
    background: #ffb400;
}
.yellow {
    background: #ffb400;
}
.sidebar-teal .sidebar-left {
    background: #20c997;
}
.teal {
    background: #20c997;
}
.sidebar-cyan .sidebar-left {
    background: #9c27b0;
}
.cyan {
    background: #9c27b0;
}
.sidebar-gray .sidebar-left {
    background: #2d2d33;
}
.gray {
    background: #2d2d33;
}
.sidebar-slate-gray .sidebar-left {
    background: #405365;
}
.slate-gray {
    background: #405365;
}
.blue-50 {
    background-color: #fff;
}
.text-blue {
    color: var(--blue-400)
}
.text-blue-50 {
    color: #000;
}
.blue-100 {
    background-color: #e2f5ff;
}
.text-blue-100 {
    color: #000;
}
.blue-200 {
    background-color: #afe4ff;
}
.text-blue-200 {
    color: #000;
}
.blue-300 {
    background-color: #7cd3ff;
}
.text-blue-300 {
    color: #000;
}
.blue-400 {
    background-color: #49c2ff;
}
.text-blue-400 {
    color: #000;
}
.blue-500 {
    background-color: #16b1ff;
}
.text-blue-500 {
    color: #000;
}
.blue-600 {
    background-color: #0096e2;
}
.text-blue-600 {
    color: #000;
}
.blue-700 {
    background-color: #0074af;
}
.text-blue-700 {
    color: #fff;
}
.blue-800 {
    background-color: #00527c;
}
.text-blue-800 {
    color: #fff;
}
.blue-900 {
    background-color: #003149;
}
.text-blue-900 {
    color: #fff;
}
.indigo-50 {
    background-color: #f7f8fc;
}
.text-indigo-50 {
    color: #000;
}
.indigo-100 {
    background-color: #d1d6ef;
}
.text-indigo-100 {
    color: #000;
}
.indigo-200 {
    background-color: #abb4e2;
}
.text-indigo-200 {
    color: #000;
}
.indigo-300 {
    background-color: #8591d5;
}
.text-indigo-300 {
    color: #000;
}
.indigo-400 {
    background-color: #606fc7;
}
.text-indigo-400 {
    color: #000;
}
.indigo-500 {
    background-color: #3f51b5;
}
.text-indigo-500 {
    color: #000;
}
.indigo-600 {
    background-color: #32408f;
}
.text-indigo-600 {
    color: #fff;
}
.indigo-700 {
    background-color: #252f69;
}
.text-indigo-700 {
    color: #fff;
}
.indigo-800 {
    background-color: #171e44;
}
.text-indigo-800 {
    color: #fff;
}
.indigo-900 {
    background-color: #0a0d1e;
}
.text-indigo-900 {
    color: #fff;
}
.purple-50 {
    background-color: #e6d9f2;
}
.text-purple-50 {
    color: #000;
}
.purple-100 {
    background-color: #ccb3e6;
}
.text-purple-100 {
    color: #000;
}
.purple-200 {
    background-color: #b38cd9;
}
.text-purple-200 {
    color: #000;
}
.purple-300 {
    background-color: #96c;
}
.text-purple-300 {
    color: #000;
}
.purple-400 {
    background-color: #8040bf;
}
.text-purple-400 {
    color: #000;
}
.purple-500 {
    background-color: #639;
}
.text-purple-500 {
    color: #fff;
}
.purple-600 {
    background-color: #4d2673;
}
.text-purple-600 {
    color: #fff;
}
.purple-700 {
    background-color: #331a4d;
}
.text-purple-700 {
    color: #fff;
}
.purple-800 {
    background-color: #1a0d26;
}
.text-purple-800 {
    color: #fff;
}
.purple-900 {
    background-color: #000;
}
.text-purple-900 {
    color: #fff;
}
.pink-50 {
    background-color: #fefcfd;
}
.text-pink-50 {
    color: #000;
}
.pink-100 {
    background-color: #f4d3de;
}
.text-pink-100 {
    color: #000;
}
.pink-200 {
    background-color: #eba9c0;
}
.text-pink-200 {
    color: #000;
}
.pink-300 {
    background-color: #e180a2;
}
.text-pink-300 {
    color: #000;
}
.pink-400 {
    background-color: #d75784;
}
.text-pink-400 {
    color: #000;
}
.pink-500 {
    background-color: #cb3066;
}
.text-pink-500 {
    color: #000;
}
.pink-600 {
    background-color: #a22651;
}
.text-pink-600 {
    color: #fff;
}
.pink-700 {
    background-color: #791c3d;
}
.text-pink-700 {
    color: #fff;
}
.pink-800 {
    background-color: #4f1328;
}
.text-pink-800 {
    color: #fff;
}
.pink-900 {
    background-color: #260913;
}
.text-pink-900 {
    color: #fff;
}
.red-50 {
    background-color: #fff;
}
.text-red-50 {
    color: #000;
}
.red-100 {
    background-color: #fff;
}
.text-red-100 {
    color: #000;
}
.red-200 {
    background-color: #ffe5e6;
}
.text-red-200 {
    color: #ffe5e6;
}
.red-300 {
    background-color: #ffb2b4;
}
.text-red-300 {
    color: #ffb2b4;
}
.red-400 {
    background-color: #ff7f83;
}
.text-red-400 {
    color: #ff7f83;
}
.red-500 {
    background-color: #ff4c51;
}
.text-red-500 {
    color: #ff4c51;
}
.red-600 {
    background-color: #ff191f;
}
.text-red-600 {
    color: #ff191f;
}
.red-700 {
    background-color: #e50006;
}
.text-red-700 {
    color: #e50006;
}
.red-800 {
    background-color: #b20005;
}
.text-red-800 {
    color: #b20005;
}
.red-900 {
    background-color: #7f0004;
}
.text-red-900 {
    color: #7f0004;
}
.orange-50 {
    background-color: #fff;
}
.text-orange-50 {
    color: #000;
}
.orange-100 {
    background-color: #fcebdc;
}
.text-orange-100 {
    color: #000;
}
.orange-200 {
    background-color: #f7cfae;
}
.text-orange-200 {
    color: #000;
}
.orange-300 {
    background-color: #f2b480;
}
.text-orange-300 {
    color: #000;
}
.orange-400 {
    background-color: #ee9851;
}
.text-orange-400 {
    color: #000;
}
.orange-500 {
    background-color: #e97d23;
}
.text-orange-500 {
    color: #000;
}
.orange-600 {
    background-color: #c56414;
}
.text-orange-600 {
    color: #000;
}
.orange-700 {
    background-color: #974d0f;
}
.text-orange-700 {
    color: #fff;
}
.orange-800 {
    background-color: #69350a;
}
.text-orange-800 {
    color: #fff;
}
.orange-900 {
    background-color: #3a1e06;
}
.text-orange-900 {
    color: #fff;
}
.yellow-50 {
    background-color: #fff;
}
.text-yellow-50 {
    color: #000;
}
.yellow-100 {
    background-color: #fff0cc;
}
.text-yellow-100 {
    color: #000;
}
.yellow-200 {
    background-color: #ffe199;
}
.text-yellow-200 {
    color: #000;
}
.yellow-300 {
    background-color: #ffd266;
}
.text-yellow-300 {
    color: #000;
}
.yellow-400 {
    background-color: #ffc333;
}
.text-yellow-400 {
    color: #000;
}
.yellow-500 {
    background-color: #ffb400;
}
.text-yellow-500 {
    color: #000;
}
.yellow-600 {
    background-color: #cc9000;
}
.text-yellow-600 {
    color: #fff;
}
.yellow-700 {
    background-color: #996c00;
}
.text-yellow-700 {
    color: #fff;
}
.yellow-800 {
    background-color: #664800;
}
.text-yellow-800 {
    color: #fff;
}
.yellow-900 {
    background-color: #332400;
}
.text-yellow-900 {
    color: #fff;
}
.green-50 {
    background-color: #e1ffca;
}
.text-green-50 {
    color: #000;
}
.green-100 {
    background-color: #c3ff97;
}
.text-green-100 {
    color: #000;
}
.green-200 {
    background-color: #a6ff64;
}
.text-green-200 {
    color: #000;
}
.green-300 {
    background-color: #89ff31;
}
.text-green-300 {
    color: #000;
}
.green-400 {
    background-color: #6cfd00;
}
.text-green-400 {
    color: #000;
}
.green-500 {
    background-color: #56ca00;
}
.text-green-500 {
    color: #fff;
}
.green-600 {
    background-color: #409700;
}
.text-green-600 {
    color: #fff;
}
.green-700 {
    background-color: #2b6400;
}
.text-green-700 {
    color: #fff;
}
.green-800 {
    background-color: #153100;
}
.text-green-800 {
    color: #fff;
}
.green-900 {
    background-color: #000;
}
.text-green-900 {
    color: #fff;
}
.teal-50 {
    background-color: #ecfcf7;
}
.text-teal-50 {
    color: #000;
}
.teal-100 {
    background-color: #c0f5e5;
}
.text-teal-100 {
    color: #000;
}
.teal-200 {
    background-color: #94eed3;
}
.text-teal-200 {
    color: #000;
}
.teal-300 {
    background-color: #68e7c1;
}
.text-teal-300 {
    color: #000;
}
.teal-400 {
    background-color: #3ce0af;
}
.text-teal-400 {
    color: #000;
}
.teal-500 {
    background-color: #20c997;
}
.text-teal-500 {
    color: #000;
}
.teal-600 {
    background-color: #199d76;
}
.text-teal-600 {
    color: #fff;
}
.teal-700 {
    background-color: #127155;
}
.text-teal-700 {
    color: #fff;
}
.teal-800 {
    background-color: #0b4534;
}
.text-teal-800 {
    color: #fff;
}
.teal-900 {
    background-color: #041913;
}
.text-teal-900 {
    color: #fff;
}
.cyan-50 {
    background-color: #f4def8;
}
.text-cyan-50 {
    color: #000;
}
.cyan-100 {
    background-color: #e6b5ee;
}
.text-cyan-100 {
    color: #000;
}
.cyan-200 {
    background-color: #d88be5;
}
.text-cyan-200 {
    color: #000;
}
.cyan-300 {
    background-color: #ca61dc;
}
.text-cyan-300 {
    color: #000;
}
.cyan-400 {
    background-color: #bc37d3;
}
.text-cyan-400 {
    color: #000;
}
.cyan-500 {
    background-color: #9c27b0;
}
.text-cyan-500 {
    color: #000;
}
.cyan-600 {
    background-color: #771e86;
}
.text-cyan-600 {
    color: #fff;
}
.cyan-700 {
    background-color: #52145d;
}
.text-cyan-700 {
    color: #fff;
}
.cyan-800 {
    background-color: #2d0b33;
}
.text-cyan-800 {
    color: #fff;
}
.cyan-900 {
    background-color: #080209;
}
.text-cyan-900 {
    color: #fff;
}
.white-50 {
    background-color: #fff;
}
.text-white-50 {
    color: #000;
}
.white-100 {
    background-color: #fff;
}
.text-white-100 {
    color: #000;
}
.white-200 {
    background-color: #fff;
}
.text-white-200 {
    color: #000;
}
.white-300 {
    background-color: #fff;
}
.text-white-300 {
    color: #000;
}
.white-400 {
    background-color: #fff;
}
.text-white-400 {
    color: #000;
}
.white-500 {
    background-color: #fff;
}
.text-white-500 {
    color: #000;
}
.white-600 {
    background-color: #e6e6e6;
}
.text-white-600 {
    color: #000;
}
.white-700 {
    background-color: #ccc;
}
.text-white-700 {
    color: #000;
}
.white-800 {
    background-color: #b3b3b3;
}
.text-white-800 {
    color: #000;
}
.white-900 {
    background-color: #999;
}
.text-white-900 {
    color: #000;
}
.gray-50 {
    background-color: #d1d6dc;
}
.text-gray-50 {
    color: #000;
}
.gray-100 {
    background-color: #b4bbc6;
}
.text-gray-100 {
    color: #000;
}
.gray-200 {
    background-color: #97a1b0;
}
.text-gray-200 {
    color: #000;
}
.gray-300 {
    background-color: #7a879a;
}
.text-gray-300 {
    color: #000;
}
.gray-400 {
    background-color: #616e80;
}
.text-gray-400 {
    color: #000;
}
.gray-500 {
    background-color: #4b5563;
}
.text-gray-500 {
    color: #fff;
}
.gray-600 {
    background-color: #353c46;
}
.text-gray-600 {
    color: #fff;
}
.gray-700 {
    background-color: #1f2329;
}
.text-gray-700 {
    color: #fff;
}
.gray-800 {
    background-color: #090a0c;
}
.text-gray-800 {
    color: #fff;
}
.gray-900 {
    background-color: #000;
}
.text-gray-900 {
    color: #fff;
}
.gray-dark-50 {
    background-color: #93a7c2;
}
.text-gray-dark-50 {
    color: #000;
}
.gray-dark-100 {
    background-color: #728cb0;
}
.text-gray-dark-100 {
    color: #000;
}
.gray-dark-200 {
    background-color: #567299;
}
.text-gray-dark-200 {
    color: #000;
}
.gray-dark-300 {
    background-color: #445a78;
}
.text-gray-dark-300 {
    color: #fff;
}
.gray-dark-400 {
    background-color: #314158;
}
.text-gray-dark-400 {
    color: #fff;
}
.gray-dark-500 {
    background-color: #1f2937;
}
.text-gray-dark-500 {
    color: #fff;
}
.gray-dark-600 {
    background-color: #0d1116;
}
.text-gray-dark-600 {
    color: #fff;
}
.gray-dark-700 {
    background-color: #000;
}
.text-gray-dark-700 {
    color: #fff;
}
.gray-dark-800 {
    background-color: #000;
}
.text-gray-dark-800 {
    color: #fff;
}
.gray-dark-900 {
    background-color: #000;
}
.text-gray-dark-900 {
    color: #fff;
}
.purple-50 {
    background-color: #e6d9f2;
}
.text-purple-50 {
    color: #000;
}
.purple-100 {
    background-color: #ccb3e6;
}
.text-purple-100 {
    color: #000;
}
.purple-200 {
    background-color: #b38cd9;
}
.text-purple-200 {
    color: #000;
}
.purple-300 {
    background-color: #96c;
}
.text-purple-300 {
    color: #000;
}
.purple-400 {
    background-color: #8040bf;
}
.text-purple-400 {
    color: #000;
}
.purple-500 {
    background-color: #639;
}
.text-purple-500 {
    color: #fff;
}
.purple-600 {
    background-color: #4d2673;
}
.text-purple-600 {
    color: #fff;
}
.purple-700 {
    background-color: #331a4d;
}
.text-purple-700 {
    color: #fff;
}
.purple-800 {
    background-color: #1a0d26;
}
.text-purple-800 {
    color: #fff;
}
.purple-900 {
    background-color: #000;
}
.text-purple-900 {
    color: #fff;
}
.pink-50 {
    background-color: #fefcfd;
}
.text-pink-50 {
    color: #000;
}
.pink-100 {
    background-color: #f4d3de;
}
.text-pink-100 {
    color: #000;
}
.pink-200 {
    background-color: #eba9c0;
}
.text-pink-200 {
    color: #000;
}
.pink-300 {
    background-color: #e180a2;
}
.text-pink-300 {
    color: #000;
}
.pink-400 {
    background-color: #d75784;
}
.text-pink-400 {
    color: #000;
}
.pink-500 {
    background-color: #cb3066;
}
.text-pink-500 {
    color: #000;
}
.pink-600 {
    background-color: #a22651;
}
.text-pink-600 {
    color: #fff;
}
.pink-700 {
    background-color: #791c3d;
}
.text-pink-700 {
    color: #fff;
}
.pink-800 {
    background-color: #4f1328;
}
.text-pink-800 {
    color: #fff;
}
.pink-900 {
    background-color: #260913;
}
.text-pink-900 {
    color: #fff;
}
.red-50 {
    background-color: #fff;
}
.text-red-50 {
    color: #000;
}
.red-100 {
    background-color: #fff;
}
.text-red-100 {
    color: #000;
}
.red-200 {
    background-color: #ffe5e6;
}
.text-red-200 {
    color: #000;
}
.red-300 {
    background-color: #ffb2b4;
}
.text-red-300 {
    color: #000;
}
.red-400 {
    background-color: #ff7f83;
}
.text-red-400 {
    color: #000;
}
.red-500 {
    background-color: #ff4c51;
}
.text-red-500 {
    color: #000;
}
.red-600 {
    background-color: #ff191f;
}
.text-red-600 {
    color: #000;
}
.red-700 {
    background-color: #e50006;
}
.text-red-700 {
    color: #000;
}
.red-800 {
    background-color: #b20005;
}
.text-red-800 {
    color: #fff;
}
.red-900 {
    background-color: #7f0004;
}
.text-red-900 {
    color: #fff;
}
.orange-50 {
    background-color: #fff;
}
.text-orange-50 {
    color: #000;
}
.orange-100 {
    background-color: #fcebdc;
}
.text-orange-100 {
    color: #000;
}
.orange-200 {
    background-color: #f7cfae;
}
.text-orange-200 {
    color: #000;
}
.orange-300 {
    background-color: #f2b480;
}
.text-orange-300 {
    color: #000;
}
.orange-400 {
    background-color: #ee9851;
}
.text-orange-400 {
    color: #000;
}
.orange-500 {
    background-color: #e97d23;
}
.text-orange-500 {
    color: #000;
}
.orange-600 {
    background-color: #c56414;
}
.text-orange-600 {
    color: #000;
}
.orange-700 {
    background-color: #974d0f;
}
.text-orange-700 {
    color: #fff;
}
.orange-800 {
    background-color: #69350a;
}
.text-orange-800 {
    color: #fff;
}
.orange-900 {
    background-color: #3a1e06;
}
.text-orange-900 {
    color: #fff;
}
.yellow-50 {
    background-color: #fff;
}
.text-yellow-50 {
    color: #000;
}
.yellow-100 {
    background-color: #fff0cc;
}
.text-yellow-100 {
    color: #000;
}
.yellow-200 {
    background-color: #ffe199;
}
.text-yellow-200 {
    color: #000;
}
.yellow-300 {
    background-color: #ffd266;
}
.text-yellow-300 {
    color: #000;
}
.yellow-400 {
    background-color: #ffc333;
}
.text-yellow-400 {
    color: #000;
}
.yellow-500 {
    background-color: #ffb400;
}
.text-yellow-500 {
    color: #000;
}
.yellow-600 {
    background-color: #cc9000;
}
.text-yellow-600 {
    color: #fff;
}
.yellow-700 {
    background-color: #996c00;
}
.text-yellow-700 {
    color: #fff;
}
.yellow-800 {
    background-color: #664800;
}
.text-yellow-800 {
    color: #fff;
}
.yellow-900 {
    background-color: #332400;
}
.text-yellow-900 {
    color: #fff;
}
.green-50 {
    background-color: #e1ffca;
}
.text-green-50 {
    color: #000;
}
.green-100 {
    background-color: #c3ff97;
}
.text-green-100 {
    color: #000;
}
.green-200 {
    background-color: #a6ff64;
}
.text-green-200 {
    color: #000;
}
.green-300 {
    background-color: #89ff31;
}
.text-green-300 {
    color: #000;
}
.green-400 {
    background-color: #6cfd00;
}
.text-green-400 {
    color: #000;
}
.green-500 {
    background-color: #56ca00;
}
.text-green-500 {
    color: #fff;
}
.green-600 {
    background-color: #409700;
}
.text-green-600 {
    color: #fff;
}
.green-700 {
    background-color: #2b6400;
}
.text-green-700 {
    color: #fff;
}
.green-800 {
    background-color: #153100;
}
.text-green-800 {
    color: #fff;
}
.green-900 {
    background-color: #000;
}
.text-green-900 {
    color: #fff;
}
.teal-50 {
    background-color: #ecfcf7;
}
.text-teal-50 {
    color: #000;
}
.teal-100 {
    background-color: #c0f5e5;
}
.text-teal-100 {
    color: #000;
}
.teal-200 {
    background-color: #94eed3;
}
.text-teal-200 {
    color: #000;
}
.teal-300 {
    background-color: #68e7c1;
}
.text-teal-300 {
    color: #000;
}
.teal-400 {
    background-color: #3ce0af;
}
.text-teal-400 {
    color: #000;
}
.teal-500 {
    background-color: #20c997;
}
.text-teal-500 {
    color: #000;
}
.teal-600 {
    background-color: #199d76;
}
.text-teal-600 {
    color: #fff;
}
.teal-700 {
    background-color: #127155;
}
.text-teal-700 {
    color: #fff;
}
.teal-800 {
    background-color: #0b4534;
}
.text-teal-800 {
    color: #fff;
}
.teal-900 {
    background-color: #041913;
}
.text-teal-900 {
    color: #fff;
}
.cyan-50 {
    background-color: #f4def8;
}
.text-cyan-50 {
    color: #000;
}
.cyan-100 {
    background-color: #e6b5ee;
}
.text-cyan-100 {
    color: #000;
}
.cyan-200 {
    background-color: #d88be5;
}
.text-cyan-200 {
    color: #000;
}
.cyan-300 {
    background-color: #ca61dc;
}
.text-cyan-300 {
    color: #000;
}
.cyan-400 {
    background-color: #bc37d3;
}
.text-cyan-400 {
    color: #000;
}
.cyan-500 {
    background-color: #9c27b0;
}
.text-cyan-500 {
    color: #000;
}
.cyan-600 {
    background-color: #771e86;
}
.text-cyan-600 {
    color: #fff;
}
.cyan-700 {
    background-color: #52145d;
}
.text-cyan-700 {
    color: #fff;
}
.cyan-800 {
    background-color: #2d0b33;
}
.text-cyan-800 {
    color: #fff;
}
.cyan-900 {
    background-color: #080209;
}
.text-cyan-900 {
    color: #fff;
}
.white-50 {
    background-color: #fff;
}
.text-white-50 {
    color: #000;
}
.white-100 {
    background-color: #fff;
}
.text-white-100 {
    color: #000;
}
.white-200 {
    background-color: #fff;
}
.text-white-200 {
    color: #000;
}
.white-300 {
    background-color: #fff;
}
.text-white-300 {
    color: #000;
}
.white-400 {
    background-color: #fff;
}
.text-white-400 {
    color: #000;
}
.white-500 {
    background-color: #fff;
}
.text-white-500 {
    color: #000;
}
.white-600 {
    background-color: #e6e6e6;
}
.text-white-600 {
    color: #000;
}
.white-700 {
    background-color: #ccc;
}
.text-white-700 {
    color: #000;
}
.white-800 {
    background-color: #b3b3b3;
}
.text-white-800 {
    color: #000;
}
.white-900 {
    background-color: #999;
}
.text-white-900 {
    color: #000;
}
.gray-50 {
    background-color: #d1d6dc;
}
.text-gray-50 {
    color: #000;
}
.gray-100 {
    background-color: #b4bbc6;
}
.text-gray-100 {
    color: #000;
}
.gray-200 {
    background-color: #97a1b0;
}
.text-gray-200 {
    color: #000;
}
.gray-300 {
    background-color: #7a879a;
}
.text-gray-300 {
    color: #000;
}
.gray-400 {
    background-color: #616e80;
}
.text-gray-400 {
    color: #000;
}
.gray-500 {
    background-color: #4b5563;
}
.text-gray-500 {
    color: #fff;
}
.gray-600 {
    background-color: #353c46;
}
.text-gray-600 {
    color: #fff;
}
.gray-700 {
    background-color: #1f2329;
}
.text-gray-700 {
    color: #fff;
}
.gray-800 {
    background-color: #090a0c;
}
.text-gray-800 {
    color: #fff;
}
.gray-900 {
    background-color: #000;
}
.text-gray-900 {
    color: #fff;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-ms-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-moz-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-ms-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-o-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
        -o-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes jello {
    11.1% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
        -o-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-ms-keyframes jello {
    11.1% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
        -o-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-o-keyframes jello {
    11.1% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
        -o-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes jello {
    11.1% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
        -o-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        -o-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        -o-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        -o-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        -o-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        -o-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        -o-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        -o-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        -o-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        -o-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        -o-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-ms-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        -o-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        -o-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        -o-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        -o-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        -o-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        -o-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        -o-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        -o-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        -o-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        -o-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        -o-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        -o-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        -o-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        -o-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        -o-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-ms-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-webkit-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
@-moz-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
@-ms-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
@-o-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-moz-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-ms-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-o-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-ms-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-ms-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-ms-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-ms-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-moz-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-ms-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-o-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-moz-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-ms-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-o-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-moz-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-ms-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-o-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-moz-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-ms-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-o-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@-moz-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@-ms-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@-o-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@-webkit-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@-moz-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@-ms-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@-o-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@-webkit-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@-moz-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@-ms-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@-o-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@-webkit-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@-moz-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@-ms-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@-o-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-moz-keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-ms-keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-o-keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@-moz-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@-ms-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@-o-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}
@-moz-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}
@-ms-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}
@-o-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-moz-keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-ms-keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-o-keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spin {
    animation: spin 2s infinite linear;
}
.card-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.text-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #05070b;
}
.text-10 {
    font-size: 10px;
}
.text-11 {
    font-size: 11px;
}
.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}
.text-16 {
    font-size: 16px;
}
.text-17 {
    font-size: 17px;
}
.text-18 {
    font-size: 18px;
}
.text-19 {
    font-size: 19px;
}
.text-20 {
    font-size: 20px;
}
.text-21 {
    font-size: 21px;
}
.text-22 {
    font-size: 22px;
}
.text-23 {
    font-size: 23px;
}
.text-24 {
    font-size: 24px;
}
.text-25 {
    font-size: 25px;
}
.text-26 {
    font-size: 26px;
}
.text-27 {
    font-size: 27px;
}
.text-28 {
    font-size: 28px;
}
.text-29 {
    font-size: 29px;
}
.text-30 {
    font-size: 30px;
}
.text-31 {
    font-size: 31px;
}
.text-32 {
    font-size: 32px;
}
.text-33 {
    font-size: 33px;
}
.text-34 {
    font-size: 34px;
}
.text-35 {
    font-size: 35px;
}
.text-36 {
    font-size: 36px;
}
.text-37 {
    font-size: 37px;
}
.text-38 {
    font-size: 38px;
}
.text-39 {
    font-size: 39px;
}
.text-40 {
    font-size: 40px;
}
.text-41 {
    font-size: 41px;
}
.text-42 {
    font-size: 42px;
}
.text-43 {
    font-size: 43px;
}
.text-44 {
    font-size: 44px;
}
.text-45 {
    font-size: 45px;
}
.text-46 {
    font-size: 46px;
}
.text-47 {
    font-size: 47px;
}
.text-48 {
    font-size: 48px;
}
.text-49 {
    font-size: 49px;
}
.text-50 {
    font-size: 50px;
}
.text-51 {
    font-size: 51px;
}
.text-52 {
    font-size: 52px;
}
.text-53 {
    font-size: 53px;
}
.text-54 {
    font-size: 54px;
}
.text-55 {
    font-size: 55px;
}
.text-56 {
    font-size: 56px;
}
.text-57 {
    font-size: 57px;
}
.text-58 {
    font-size: 58px;
}
.text-59 {
    font-size: 59px;
}
.text-60 {
    font-size: 60px;
}
.text-61 {
    font-size: 61px;
}
.text-62 {
    font-size: 62px;
}
.text-63 {
    font-size: 63px;
}
.text-64 {
    font-size: 64px;
}
.text-65 {
    font-size: 65px;
}
.text-66 {
    font-size: 66px;
}
.text-67 {
    font-size: 67px;
}
.text-68 {
    font-size: 68px;
}
.text-69 {
    font-size: 69px;
}
.text-70 {
    font-size: 70px;
}
.text-71 {
    font-size: 71px;
}
.text-72 {
    font-size: 72px;
}
.text-73 {
    font-size: 73px;
}
.text-74 {
    font-size: 74px;
}
.text-75 {
    font-size: 75px;
}
.text-76 {
    font-size: 76px;
}
.text-77 {
    font-size: 77px;
}
.text-78 {
    font-size: 78px;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-301 {
    font-weight: 301;
}
.font-weight-302 {
    font-weight: 302;
}
.font-weight-303 {
    font-weight: 303;
}
.font-weight-304 {
    font-weight: 304;
}
.font-weight-305 {
    font-weight: 305;
}
.font-weight-306 {
    font-weight: 306;
}
.font-weight-307 {
    font-weight: 307;
}
.font-weight-308 {
    font-weight: 308;
}
.font-weight-309 {
    font-weight: 309;
}
.font-weight-310 {
    font-weight: 310;
}
.font-weight-311 {
    font-weight: 311;
}
.font-weight-312 {
    font-weight: 312;
}
.font-weight-313 {
    font-weight: 313;
}
.font-weight-314 {
    font-weight: 314;
}
.font-weight-315 {
    font-weight: 315;
}
.font-weight-316 {
    font-weight: 316;
}
.font-weight-317 {
    font-weight: 317;
}
.font-weight-318 {
    font-weight: 318;
}
.font-weight-319 {
    font-weight: 319;
}
.font-weight-320 {
    font-weight: 320;
}
.font-weight-321 {
    font-weight: 321;
}
.font-weight-322 {
    font-weight: 322;
}
.font-weight-323 {
    font-weight: 323;
}
.font-weight-324 {
    font-weight: 324;
}
.font-weight-325 {
    font-weight: 325;
}
.font-weight-326 {
    font-weight: 326;
}
.font-weight-327 {
    font-weight: 327;
}
.font-weight-328 {
    font-weight: 328;
}
.font-weight-329 {
    font-weight: 329;
}
.font-weight-330 {
    font-weight: 330;
}
.font-weight-331 {
    font-weight: 331;
}
.font-weight-332 {
    font-weight: 332;
}
.font-weight-333 {
    font-weight: 333;
}
.font-weight-334 {
    font-weight: 334;
}
.font-weight-335 {
    font-weight: 335;
}
.font-weight-336 {
    font-weight: 336;
}
.font-weight-337 {
    font-weight: 337;
}
.font-weight-338 {
    font-weight: 338;
}
.font-weight-339 {
    font-weight: 339;
}
.font-weight-340 {
    font-weight: 340;
}
.font-weight-341 {
    font-weight: 341;
}
.font-weight-342 {
    font-weight: 342;
}
.font-weight-343 {
    font-weight: 343;
}
.font-weight-344 {
    font-weight: 344;
}
.font-weight-345 {
    font-weight: 345;
}
.font-weight-346 {
    font-weight: 346;
}
.font-weight-347 {
    font-weight: 347;
}
.font-weight-348 {
    font-weight: 348;
}
.font-weight-349 {
    font-weight: 349;
}
.font-weight-350 {
    font-weight: 350;
}
.font-weight-351 {
    font-weight: 351;
}
.font-weight-352 {
    font-weight: 352;
}
.font-weight-353 {
    font-weight: 353;
}
.font-weight-354 {
    font-weight: 354;
}
.font-weight-355 {
    font-weight: 355;
}
.font-weight-356 {
    font-weight: 356;
}
.font-weight-357 {
    font-weight: 357;
}
.font-weight-358 {
    font-weight: 358;
}
.font-weight-359 {
    font-weight: 359;
}
.font-weight-360 {
    font-weight: 360;
}
.font-weight-361 {
    font-weight: 361;
}
.font-weight-362 {
    font-weight: 362;
}
.font-weight-363 {
    font-weight: 363;
}
.font-weight-364 {
    font-weight: 364;
}
.font-weight-365 {
    font-weight: 365;
}
.font-weight-366 {
    font-weight: 366;
}
.font-weight-367 {
    font-weight: 367;
}
.font-weight-368 {
    font-weight: 368;
}
.font-weight-369 {
    font-weight: 369;
}
.font-weight-370 {
    font-weight: 370;
}
.font-weight-371 {
    font-weight: 371;
}
.font-weight-372 {
    font-weight: 372;
}
.font-weight-373 {
    font-weight: 373;
}
.font-weight-374 {
    font-weight: 374;
}
.font-weight-375 {
    font-weight: 375;
}
.font-weight-376 {
    font-weight: 376;
}
.font-weight-377 {
    font-weight: 377;
}
.font-weight-378 {
    font-weight: 378;
}
.font-weight-379 {
    font-weight: 379;
}
.font-weight-380 {
    font-weight: 380;
}
.font-weight-381 {
    font-weight: 381;
}
.font-weight-382 {
    font-weight: 382;
}
.font-weight-383 {
    font-weight: 383;
}
.font-weight-384 {
    font-weight: 384;
}
.font-weight-385 {
    font-weight: 385;
}
.font-weight-386 {
    font-weight: 386;
}
.font-weight-387 {
    font-weight: 387;
}
.font-weight-388 {
    font-weight: 388;
}
.font-weight-389 {
    font-weight: 389;
}
.font-weight-390 {
    font-weight: 390;
}
.font-weight-391 {
    font-weight: 391;
}
.font-weight-392 {
    font-weight: 392;
}
.font-weight-393 {
    font-weight: 393;
}
.font-weight-394 {
    font-weight: 394;
}
.font-weight-395 {
    font-weight: 395;
}
.font-weight-396 {
    font-weight: 396;
}
.font-weight-397 {
    font-weight: 397;
}
.font-weight-398 {
    font-weight: 398;
}
.font-weight-399 {
    font-weight: 399;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-401 {
    font-weight: 401;
}
.font-weight-402 {
    font-weight: 402;
}
.font-weight-403 {
    font-weight: 403;
}
.font-weight-404 {
    font-weight: 404;
}
.font-weight-405 {
    font-weight: 405;
}
.font-weight-406 {
    font-weight: 406;
}
.font-weight-407 {
    font-weight: 407;
}
.font-weight-408 {
    font-weight: 408;
}
.font-weight-409 {
    font-weight: 409;
}
.font-weight-410 {
    font-weight: 410;
}
.font-weight-411 {
    font-weight: 411;
}
.font-weight-412 {
    font-weight: 412;
}
.font-weight-413 {
    font-weight: 413;
}
.font-weight-414 {
    font-weight: 414;
}
.font-weight-415 {
    font-weight: 415;
}
.font-weight-416 {
    font-weight: 416;
}
.font-weight-417 {
    font-weight: 417;
}
.font-weight-418 {
    font-weight: 418;
}
.font-weight-419 {
    font-weight: 419;
}
.font-weight-420 {
    font-weight: 420;
}
.font-weight-421 {
    font-weight: 421;
}
.font-weight-422 {
    font-weight: 422;
}
.font-weight-423 {
    font-weight: 423;
}
.font-weight-424 {
    font-weight: 424;
}
.font-weight-425 {
    font-weight: 425;
}
.font-weight-426 {
    font-weight: 426;
}
.font-weight-427 {
    font-weight: 427;
}
.font-weight-428 {
    font-weight: 428;
}
.font-weight-429 {
    font-weight: 429;
}
.font-weight-430 {
    font-weight: 430;
}
.font-weight-431 {
    font-weight: 431;
}
.font-weight-432 {
    font-weight: 432;
}
.font-weight-433 {
    font-weight: 433;
}
.font-weight-434 {
    font-weight: 434;
}
.font-weight-435 {
    font-weight: 435;
}
.font-weight-436 {
    font-weight: 436;
}
.font-weight-437 {
    font-weight: 437;
}
.font-weight-438 {
    font-weight: 438;
}
.font-weight-439 {
    font-weight: 439;
}
.font-weight-440 {
    font-weight: 440;
}
.font-weight-441 {
    font-weight: 441;
}
.font-weight-442 {
    font-weight: 442;
}
.font-weight-443 {
    font-weight: 443;
}
.font-weight-444 {
    font-weight: 444;
}
.font-weight-445 {
    font-weight: 445;
}
.font-weight-446 {
    font-weight: 446;
}
.font-weight-447 {
    font-weight: 447;
}
.font-weight-448 {
    font-weight: 448;
}
.font-weight-449 {
    font-weight: 449;
}
.font-weight-450 {
    font-weight: 450;
}
.font-weight-451 {
    font-weight: 451;
}
.font-weight-452 {
    font-weight: 452;
}
.font-weight-453 {
    font-weight: 453;
}
.font-weight-454 {
    font-weight: 454;
}
.font-weight-455 {
    font-weight: 455;
}
.font-weight-456 {
    font-weight: 456;
}
.font-weight-457 {
    font-weight: 457;
}
.font-weight-458 {
    font-weight: 458;
}
.font-weight-459 {
    font-weight: 459;
}
.font-weight-460 {
    font-weight: 460;
}
.font-weight-461 {
    font-weight: 461;
}
.font-weight-462 {
    font-weight: 462;
}
.font-weight-463 {
    font-weight: 463;
}
.font-weight-464 {
    font-weight: 464;
}
.font-weight-465 {
    font-weight: 465;
}
.font-weight-466 {
    font-weight: 466;
}
.font-weight-467 {
    font-weight: 467;
}
.font-weight-468 {
    font-weight: 468;
}
.font-weight-469 {
    font-weight: 469;
}
.font-weight-470 {
    font-weight: 470;
}
.font-weight-471 {
    font-weight: 471;
}
.font-weight-472 {
    font-weight: 472;
}
.font-weight-473 {
    font-weight: 473;
}
.font-weight-474 {
    font-weight: 474;
}
.font-weight-475 {
    font-weight: 475;
}
.font-weight-476 {
    font-weight: 476;
}
.font-weight-477 {
    font-weight: 477;
}
.font-weight-478 {
    font-weight: 478;
}
.font-weight-479 {
    font-weight: 479;
}
.font-weight-480 {
    font-weight: 480;
}
.font-weight-481 {
    font-weight: 481;
}
.font-weight-482 {
    font-weight: 482;
}
.font-weight-483 {
    font-weight: 483;
}
.font-weight-484 {
    font-weight: 484;
}
.font-weight-485 {
    font-weight: 485;
}
.font-weight-486 {
    font-weight: 486;
}
.font-weight-487 {
    font-weight: 487;
}
.font-weight-488 {
    font-weight: 488;
}
.font-weight-489 {
    font-weight: 489;
}
.font-weight-490 {
    font-weight: 490;
}
.font-weight-491 {
    font-weight: 491;
}
.font-weight-492 {
    font-weight: 492;
}
.font-weight-493 {
    font-weight: 493;
}
.font-weight-494 {
    font-weight: 494;
}
.font-weight-495 {
    font-weight: 495;
}
.font-weight-496 {
    font-weight: 496;
}
.font-weight-497 {
    font-weight: 497;
}
.font-weight-498 {
    font-weight: 498;
}
.font-weight-499 {
    font-weight: 499;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-501 {
    font-weight: 501;
}
.font-weight-502 {
    font-weight: 502;
}
.font-weight-503 {
    font-weight: 503;
}
.font-weight-504 {
    font-weight: 504;
}
.font-weight-505 {
    font-weight: 505;
}
.font-weight-506 {
    font-weight: 506;
}
.font-weight-507 {
    font-weight: 507;
}
.font-weight-508 {
    font-weight: 508;
}
.font-weight-509 {
    font-weight: 509;
}
.font-weight-510 {
    font-weight: 510;
}
.font-weight-511 {
    font-weight: 511;
}
.font-weight-512 {
    font-weight: 512;
}
.font-weight-513 {
    font-weight: 513;
}
.font-weight-514 {
    font-weight: 514;
}
.font-weight-515 {
    font-weight: 515;
}
.font-weight-516 {
    font-weight: 516;
}
.font-weight-517 {
    font-weight: 517;
}
.font-weight-518 {
    font-weight: 518;
}
.font-weight-519 {
    font-weight: 519;
}
.font-weight-520 {
    font-weight: 520;
}
.font-weight-521 {
    font-weight: 521;
}
.font-weight-522 {
    font-weight: 522;
}
.font-weight-523 {
    font-weight: 523;
}
.font-weight-524 {
    font-weight: 524;
}
.font-weight-525 {
    font-weight: 525;
}
.font-weight-526 {
    font-weight: 526;
}
.font-weight-527 {
    font-weight: 527;
}
.font-weight-528 {
    font-weight: 528;
}
.font-weight-529 {
    font-weight: 529;
}
.font-weight-530 {
    font-weight: 530;
}
.font-weight-531 {
    font-weight: 531;
}
.font-weight-532 {
    font-weight: 532;
}
.font-weight-533 {
    font-weight: 533;
}
.font-weight-534 {
    font-weight: 534;
}
.font-weight-535 {
    font-weight: 535;
}
.font-weight-536 {
    font-weight: 536;
}
.font-weight-537 {
    font-weight: 537;
}
.font-weight-538 {
    font-weight: 538;
}
.font-weight-539 {
    font-weight: 539;
}
.font-weight-540 {
    font-weight: 540;
}
.font-weight-541 {
    font-weight: 541;
}
.font-weight-542 {
    font-weight: 542;
}
.font-weight-543 {
    font-weight: 543;
}
.font-weight-544 {
    font-weight: 544;
}
.font-weight-545 {
    font-weight: 545;
}
.font-weight-546 {
    font-weight: 546;
}
.font-weight-547 {
    font-weight: 547;
}
.font-weight-548 {
    font-weight: 548;
}
.font-weight-549 {
    font-weight: 549;
}
.font-weight-550 {
    font-weight: 550;
}
.font-weight-551 {
    font-weight: 551;
}
.font-weight-552 {
    font-weight: 552;
}
.font-weight-553 {
    font-weight: 553;
}
.font-weight-554 {
    font-weight: 554;
}
.font-weight-555 {
    font-weight: 555;
}
.font-weight-556 {
    font-weight: 556;
}
.font-weight-557 {
    font-weight: 557;
}
.font-weight-558 {
    font-weight: 558;
}
.font-weight-559 {
    font-weight: 559;
}
.font-weight-560 {
    font-weight: 560;
}
.font-weight-561 {
    font-weight: 561;
}
.font-weight-562 {
    font-weight: 562;
}
.font-weight-563 {
    font-weight: 563;
}
.font-weight-564 {
    font-weight: 564;
}
.font-weight-565 {
    font-weight: 565;
}
.font-weight-566 {
    font-weight: 566;
}
.font-weight-567 {
    font-weight: 567;
}
.font-weight-568 {
    font-weight: 568;
}
.font-weight-569 {
    font-weight: 569;
}
.font-weight-570 {
    font-weight: 570;
}
.font-weight-571 {
    font-weight: 571;
}
.font-weight-572 {
    font-weight: 572;
}
.font-weight-573 {
    font-weight: 573;
}
.font-weight-574 {
    font-weight: 574;
}
.font-weight-575 {
    font-weight: 575;
}
.font-weight-576 {
    font-weight: 576;
}
.font-weight-577 {
    font-weight: 577;
}
.font-weight-578 {
    font-weight: 578;
}
.font-weight-579 {
    font-weight: 579;
}
.font-weight-580 {
    font-weight: 580;
}
.font-weight-581 {
    font-weight: 581;
}
.font-weight-582 {
    font-weight: 582;
}
.font-weight-583 {
    font-weight: 583;
}
.font-weight-584 {
    font-weight: 584;
}
.font-weight-585 {
    font-weight: 585;
}
.font-weight-586 {
    font-weight: 586;
}
.font-weight-587 {
    font-weight: 587;
}
.font-weight-588 {
    font-weight: 588;
}
.font-weight-589 {
    font-weight: 589;
}
.font-weight-590 {
    font-weight: 590;
}
.font-weight-591 {
    font-weight: 591;
}
.font-weight-592 {
    font-weight: 592;
}
.font-weight-593 {
    font-weight: 593;
}
.font-weight-594 {
    font-weight: 594;
}
.font-weight-595 {
    font-weight: 595;
}
.font-weight-596 {
    font-weight: 596;
}
.font-weight-597 {
    font-weight: 597;
}
.font-weight-598 {
    font-weight: 598;
}
.font-weight-599 {
    font-weight: 599;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-601 {
    font-weight: 601;
}
.font-weight-602 {
    font-weight: 602;
}
.font-weight-603 {
    font-weight: 603;
}
.font-weight-604 {
    font-weight: 604;
}
.font-weight-605 {
    font-weight: 605;
}
.font-weight-606 {
    font-weight: 606;
}
.font-weight-607 {
    font-weight: 607;
}
.font-weight-608 {
    font-weight: 608;
}
.font-weight-609 {
    font-weight: 609;
}
.font-weight-610 {
    font-weight: 610;
}
.font-weight-611 {
    font-weight: 611;
}
.font-weight-612 {
    font-weight: 612;
}
.font-weight-613 {
    font-weight: 613;
}
.font-weight-614 {
    font-weight: 614;
}
.font-weight-615 {
    font-weight: 615;
}
.font-weight-616 {
    font-weight: 616;
}
.font-weight-617 {
    font-weight: 617;
}
.font-weight-618 {
    font-weight: 618;
}
.font-weight-619 {
    font-weight: 619;
}
.font-weight-620 {
    font-weight: 620;
}
.font-weight-621 {
    font-weight: 621;
}
.font-weight-622 {
    font-weight: 622;
}
.font-weight-623 {
    font-weight: 623;
}
.font-weight-624 {
    font-weight: 624;
}
.font-weight-625 {
    font-weight: 625;
}
.font-weight-626 {
    font-weight: 626;
}
.font-weight-627 {
    font-weight: 627;
}
.font-weight-628 {
    font-weight: 628;
}
.font-weight-629 {
    font-weight: 629;
}
.font-weight-630 {
    font-weight: 630;
}
.font-weight-631 {
    font-weight: 631;
}
.font-weight-632 {
    font-weight: 632;
}
.font-weight-633 {
    font-weight: 633;
}
.font-weight-634 {
    font-weight: 634;
}
.font-weight-635 {
    font-weight: 635;
}
.font-weight-636 {
    font-weight: 636;
}
.font-weight-637 {
    font-weight: 637;
}
.font-weight-638 {
    font-weight: 638;
}
.font-weight-639 {
    font-weight: 639;
}
.font-weight-640 {
    font-weight: 640;
}
.font-weight-641 {
    font-weight: 641;
}
.font-weight-642 {
    font-weight: 642;
}
.font-weight-643 {
    font-weight: 643;
}
.font-weight-644 {
    font-weight: 644;
}
.font-weight-645 {
    font-weight: 645;
}
.font-weight-646 {
    font-weight: 646;
}
.font-weight-647 {
    font-weight: 647;
}
.font-weight-648 {
    font-weight: 648;
}
.font-weight-649 {
    font-weight: 649;
}
.font-weight-650 {
    font-weight: 650;
}
.font-weight-651 {
    font-weight: 651;
}
.font-weight-652 {
    font-weight: 652;
}
.font-weight-653 {
    font-weight: 653;
}
.font-weight-654 {
    font-weight: 654;
}
.font-weight-655 {
    font-weight: 655;
}
.font-weight-656 {
    font-weight: 656;
}
.font-weight-657 {
    font-weight: 657;
}
.font-weight-658 {
    font-weight: 658;
}
.font-weight-659 {
    font-weight: 659;
}
.font-weight-660 {
    font-weight: 660;
}
.font-weight-661 {
    font-weight: 661;
}
.font-weight-662 {
    font-weight: 662;
}
.font-weight-663 {
    font-weight: 663;
}
.font-weight-664 {
    font-weight: 664;
}
.font-weight-665 {
    font-weight: 665;
}
.font-weight-666 {
    font-weight: 666;
}
.font-weight-667 {
    font-weight: 667;
}
.font-weight-668 {
    font-weight: 668;
}
.font-weight-669 {
    font-weight: 669;
}
.font-weight-670 {
    font-weight: 670;
}
.font-weight-671 {
    font-weight: 671;
}
.font-weight-672 {
    font-weight: 672;
}
.font-weight-673 {
    font-weight: 673;
}
.font-weight-674 {
    font-weight: 674;
}
.font-weight-675 {
    font-weight: 675;
}
.font-weight-676 {
    font-weight: 676;
}
.font-weight-677 {
    font-weight: 677;
}
.font-weight-678 {
    font-weight: 678;
}
.font-weight-679 {
    font-weight: 679;
}
.font-weight-680 {
    font-weight: 680;
}
.font-weight-681 {
    font-weight: 681;
}
.font-weight-682 {
    font-weight: 682;
}
.font-weight-683 {
    font-weight: 683;
}
.font-weight-684 {
    font-weight: 684;
}
.font-weight-685 {
    font-weight: 685;
}
.font-weight-686 {
    font-weight: 686;
}
.font-weight-687 {
    font-weight: 687;
}
.font-weight-688 {
    font-weight: 688;
}
.font-weight-689 {
    font-weight: 689;
}
.font-weight-690 {
    font-weight: 690;
}
.font-weight-691 {
    font-weight: 691;
}
.font-weight-692 {
    font-weight: 692;
}
.font-weight-693 {
    font-weight: 693;
}
.font-weight-694 {
    font-weight: 694;
}
.font-weight-695 {
    font-weight: 695;
}
.font-weight-696 {
    font-weight: 696;
}
.font-weight-697 {
    font-weight: 697;
}
.font-weight-698 {
    font-weight: 698;
}
.font-weight-699 {
    font-weight: 699;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-701 {
    font-weight: 701;
}
.font-weight-702 {
    font-weight: 702;
}
.font-weight-703 {
    font-weight: 703;
}
.font-weight-704 {
    font-weight: 704;
}
.font-weight-705 {
    font-weight: 705;
}
.font-weight-706 {
    font-weight: 706;
}
.font-weight-707 {
    font-weight: 707;
}
.font-weight-708 {
    font-weight: 708;
}
.font-weight-709 {
    font-weight: 709;
}
.font-weight-710 {
    font-weight: 710;
}
.font-weight-711 {
    font-weight: 711;
}
.font-weight-712 {
    font-weight: 712;
}
.font-weight-713 {
    font-weight: 713;
}
.font-weight-714 {
    font-weight: 714;
}
.font-weight-715 {
    font-weight: 715;
}
.font-weight-716 {
    font-weight: 716;
}
.font-weight-717 {
    font-weight: 717;
}
.font-weight-718 {
    font-weight: 718;
}
.font-weight-719 {
    font-weight: 719;
}
.font-weight-720 {
    font-weight: 720;
}
.font-weight-721 {
    font-weight: 721;
}
.font-weight-722 {
    font-weight: 722;
}
.font-weight-723 {
    font-weight: 723;
}
.font-weight-724 {
    font-weight: 724;
}
.font-weight-725 {
    font-weight: 725;
}
.font-weight-726 {
    font-weight: 726;
}
.font-weight-727 {
    font-weight: 727;
}
.font-weight-728 {
    font-weight: 728;
}
.font-weight-729 {
    font-weight: 729;
}
.font-weight-730 {
    font-weight: 730;
}
.font-weight-731 {
    font-weight: 731;
}
.font-weight-732 {
    font-weight: 732;
}
.font-weight-733 {
    font-weight: 733;
}
.font-weight-734 {
    font-weight: 734;
}
.font-weight-735 {
    font-weight: 735;
}
.font-weight-736 {
    font-weight: 736;
}
.font-weight-737 {
    font-weight: 737;
}
.font-weight-738 {
    font-weight: 738;
}
.font-weight-739 {
    font-weight: 739;
}
.font-weight-740 {
    font-weight: 740;
}
.font-weight-741 {
    font-weight: 741;
}
.font-weight-742 {
    font-weight: 742;
}
.font-weight-743 {
    font-weight: 743;
}
.font-weight-744 {
    font-weight: 744;
}
.font-weight-745 {
    font-weight: 745;
}
.font-weight-746 {
    font-weight: 746;
}
.font-weight-747 {
    font-weight: 747;
}
.font-weight-748 {
    font-weight: 748;
}
.font-weight-749 {
    font-weight: 749;
}
.font-weight-750 {
    font-weight: 750;
}
.font-weight-751 {
    font-weight: 751;
}
.font-weight-752 {
    font-weight: 752;
}
.font-weight-753 {
    font-weight: 753;
}
.font-weight-754 {
    font-weight: 754;
}
.font-weight-755 {
    font-weight: 755;
}
.font-weight-756 {
    font-weight: 756;
}
.font-weight-757 {
    font-weight: 757;
}
.font-weight-758 {
    font-weight: 758;
}
.font-weight-759 {
    font-weight: 759;
}
.font-weight-760 {
    font-weight: 760;
}
.font-weight-761 {
    font-weight: 761;
}
.font-weight-762 {
    font-weight: 762;
}
.font-weight-763 {
    font-weight: 763;
}
.font-weight-764 {
    font-weight: 764;
}
.font-weight-765 {
    font-weight: 765;
}
.font-weight-766 {
    font-weight: 766;
}
.font-weight-767 {
    font-weight: 767;
}
.font-weight-768 {
    font-weight: 768;
}
.font-weight-769 {
    font-weight: 769;
}
.font-weight-770 {
    font-weight: 770;
}
.font-weight-771 {
    font-weight: 771;
}
.font-weight-772 {
    font-weight: 772;
}
.font-weight-773 {
    font-weight: 773;
}
.font-weight-774 {
    font-weight: 774;
}
.font-weight-775 {
    font-weight: 775;
}
.font-weight-776 {
    font-weight: 776;
}
.font-weight-777 {
    font-weight: 777;
}
.font-weight-778 {
    font-weight: 778;
}
.font-weight-779 {
    font-weight: 779;
}
.font-weight-780 {
    font-weight: 780;
}
.font-weight-781 {
    font-weight: 781;
}
.font-weight-782 {
    font-weight: 782;
}
.font-weight-783 {
    font-weight: 783;
}
.font-weight-784 {
    font-weight: 784;
}
.font-weight-785 {
    font-weight: 785;
}
.font-weight-786 {
    font-weight: 786;
}
.font-weight-787 {
    font-weight: 787;
}
.font-weight-788 {
    font-weight: 788;
}
.font-weight-789 {
    font-weight: 789;
}
.font-weight-790 {
    font-weight: 790;
}
.font-weight-791 {
    font-weight: 791;
}
.font-weight-792 {
    font-weight: 792;
}
.font-weight-793 {
    font-weight: 793;
}
.font-weight-794 {
    font-weight: 794;
}
.font-weight-795 {
    font-weight: 795;
}
.font-weight-796 {
    font-weight: 796;
}
.font-weight-797 {
    font-weight: 797;
}
.font-weight-798 {
    font-weight: 798;
}
.font-weight-799 {
    font-weight: 799;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-801 {
    font-weight: 801;
}
.font-weight-802 {
    font-weight: 802;
}
.font-weight-803 {
    font-weight: 803;
}
.font-weight-804 {
    font-weight: 804;
}
.font-weight-805 {
    font-weight: 805;
}
.font-weight-806 {
    font-weight: 806;
}
.font-weight-807 {
    font-weight: 807;
}
.font-weight-808 {
    font-weight: 808;
}
.font-weight-809 {
    font-weight: 809;
}
.font-weight-810 {
    font-weight: 810;
}
.font-weight-811 {
    font-weight: 811;
}
.font-weight-812 {
    font-weight: 812;
}
.font-weight-813 {
    font-weight: 813;
}
.font-weight-814 {
    font-weight: 814;
}
.font-weight-815 {
    font-weight: 815;
}
.font-weight-816 {
    font-weight: 816;
}
.font-weight-817 {
    font-weight: 817;
}
.font-weight-818 {
    font-weight: 818;
}
.font-weight-819 {
    font-weight: 819;
}
.font-weight-820 {
    font-weight: 820;
}
.font-weight-821 {
    font-weight: 821;
}
.font-weight-822 {
    font-weight: 822;
}
.font-weight-823 {
    font-weight: 823;
}
.font-weight-824 {
    font-weight: 824;
}
.font-weight-825 {
    font-weight: 825;
}
.font-weight-826 {
    font-weight: 826;
}
.font-weight-827 {
    font-weight: 827;
}
.font-weight-828 {
    font-weight: 828;
}
.font-weight-829 {
    font-weight: 829;
}
.font-weight-830 {
    font-weight: 830;
}
.font-weight-831 {
    font-weight: 831;
}
.font-weight-832 {
    font-weight: 832;
}
.font-weight-833 {
    font-weight: 833;
}
.font-weight-834 {
    font-weight: 834;
}
.font-weight-835 {
    font-weight: 835;
}
.font-weight-836 {
    font-weight: 836;
}
.font-weight-837 {
    font-weight: 837;
}
.font-weight-838 {
    font-weight: 838;
}
.font-weight-839 {
    font-weight: 839;
}
.font-weight-840 {
    font-weight: 840;
}
.font-weight-841 {
    font-weight: 841;
}
.font-weight-842 {
    font-weight: 842;
}
.font-weight-843 {
    font-weight: 843;
}
.font-weight-844 {
    font-weight: 844;
}
.font-weight-845 {
    font-weight: 845;
}
.font-weight-846 {
    font-weight: 846;
}
.font-weight-847 {
    font-weight: 847;
}
.font-weight-848 {
    font-weight: 848;
}
.font-weight-849 {
    font-weight: 849;
}
.font-weight-850 {
    font-weight: 850;
}
.font-weight-851 {
    font-weight: 851;
}
.font-weight-852 {
    font-weight: 852;
}
.font-weight-853 {
    font-weight: 853;
}
.font-weight-854 {
    font-weight: 854;
}
.font-weight-855 {
    font-weight: 855;
}
.font-weight-856 {
    font-weight: 856;
}
.font-weight-857 {
    font-weight: 857;
}
.font-weight-858 {
    font-weight: 858;
}
.font-weight-859 {
    font-weight: 859;
}
.font-weight-860 {
    font-weight: 860;
}
.font-weight-861 {
    font-weight: 861;
}
.font-weight-862 {
    font-weight: 862;
}
.font-weight-863 {
    font-weight: 863;
}
.font-weight-864 {
    font-weight: 864;
}
.font-weight-865 {
    font-weight: 865;
}
.font-weight-866 {
    font-weight: 866;
}
.font-weight-867 {
    font-weight: 867;
}
.font-weight-868 {
    font-weight: 868;
}
.font-weight-869 {
    font-weight: 869;
}
.font-weight-870 {
    font-weight: 870;
}
.font-weight-871 {
    font-weight: 871;
}
.font-weight-872 {
    font-weight: 872;
}
.font-weight-873 {
    font-weight: 873;
}
.font-weight-874 {
    font-weight: 874;
}
.font-weight-875 {
    font-weight: 875;
}
.font-weight-876 {
    font-weight: 876;
}
.font-weight-877 {
    font-weight: 877;
}
.font-weight-878 {
    font-weight: 878;
}
.font-weight-879 {
    font-weight: 879;
}
.font-weight-880 {
    font-weight: 880;
}
.font-weight-881 {
    font-weight: 881;
}
.font-weight-882 {
    font-weight: 882;
}
.font-weight-883 {
    font-weight: 883;
}
.font-weight-884 {
    font-weight: 884;
}
.font-weight-885 {
    font-weight: 885;
}
.font-weight-886 {
    font-weight: 886;
}
.font-weight-887 {
    font-weight: 887;
}
.font-weight-888 {
    font-weight: 888;
}
.font-weight-889 {
    font-weight: 889;
}
.font-weight-890 {
    font-weight: 890;
}
.font-weight-891 {
    font-weight: 891;
}
.font-weight-892 {
    font-weight: 892;
}
.font-weight-893 {
    font-weight: 893;
}
.font-weight-894 {
    font-weight: 894;
}
.font-weight-895 {
    font-weight: 895;
}
.font-weight-896 {
    font-weight: 896;
}
.font-weight-897 {
    font-weight: 897;
}
.font-weight-898 {
    font-weight: 898;
}
.font-weight-899 {
    font-weight: 899;
}
.font-weight-900 {
    font-weight: 900;
}
.pb-80 {
    padding-bottom: 80px;
}
.text-small {
    font-size: 0.75rem;
}
.custom-text-small {
    font-size: 0.5rem;
}
.p-readable {
    max-width: 650px;
}
.section-info {
    font-size: 14px;
    color: #6b7280;
}
.heading {
    color: #595062;
    font-weight: 700;
}
.br {
    margin: 10px 0;
}
.text-mute {
    color: #6b7280;
}
.display-content {
    margin: 20px 0;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.t-font-bold {
    font-weight: 500 !important;
}
.t-font-bolder {
    font-weight: 600 !important;
}
.t-font-boldest {
    font-weight: 700 !important;
}
.t-font-u {
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6b7280;
}
a.typo_link {
    position: relative;
}
a.typo_link:hover {
    color: #3f51b5;
}
a.typo_link:hover:after {
    width: 100%;
}
a.typo_link:after {
    display: block;
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -4px;
    transition: width 0.3s ease;
}
a.typo_link.text-primary:after {
    background-color: #639;
}
a.typo_link.text-secondary:after {
    background-color: #1f2937;
}
a.typo_link.text-success:after {
    background-color: #56ca00;
}
a.typo_link.text-info:after {
    background-color: #16b1ff;
}
a.typo_link.text-warning:after {
    background-color: #ffb400;
}
a.typo_link.text-danger:after {
    background-color: #ff4c51;
}
a.typo_link.text-light:after {
    background-color: #6b7280;
}
a.typo_link.text-dark:after {
    background-color: #111827;
}
a.typo_link.text-gray-100:after {
    background-color: #f3f4f6;
}
a.typo_link.text-gray-200:after {
    background-color: #e5e7eb;
}
a.typo_link.text-gray-300:after {
    background-color: #d1d5db;
}
a.typo_link.text-gray-400:after {
    background-color: #9ca3af;
}
a.typo_link.text-gray-500:after {
    background-color: #6b7280;
}
a.typo_link.text-gray-600:after {
    background-color: #4b5563;
}
a.typo_link.text-gray-700:after {
    background-color: #374151;
}
a.typo_link.text-gray-800:after {
    background-color: #1f2937;
}
a.typo_link.text-gray-900:after {
    background-color: #111827;
}
.divider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider &gt; span:first-child {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    display: inline-block;
    flex: 1;
}
.divider &gt; span:last-child {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    display: inline-block;
    flex: 1;
}
.divider &gt; span:not(:first-child):not(:last-child) {
    padding: 0 2rem;
}
.box-shadow-1 {
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.box-shadow-2 {
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.24), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.layout-sidebar-compact .main-header {
    position: absolute !important;
    width: 100%;
    left: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: 0 0;
    z-index: 100;
    transition: all 0.24s ease-in-out;
}
.layout-sidebar-compact .main-header .logo {
    display: none;
}
.main-header {
    position: fixed;
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    z-index: 100;
}
/* customize executive header */
.main-header.executive-header {
    background: #fff;
}
.executive-header .header-user-dropdown svg path{
    stroke: #fff;
}
.main-header.executive-header .header-icon {
    color: #fff;
}
.main-header.executive-header .header-icon:hover {
    color: var(--gray-700);
}
.executive-header .notification-badge-container:hover {
    background: #f3f4f6;
}
.executive-header .notification-badge-container svg path {
    fill: #fff;
}
.executive-header .notification-badge-container:hover svg path {
    fill: var(--gray-700);
}
/* customize admin header */
.main-header.admin-header {
    background: linear-gradient(180deg, rgba(29,40,69,1) 100%, rgba(17,23,40,1) 100%);
}
.main-header.admin-header.admin-header-executive {
    background: #292929;
}
.admin-header .header-user-dropdown svg path{
    stroke: #fff;
}
.main-header.admin-header .header-icon {
    color: #fff;
}
.main-header.admin-header .header-icon:hover {
    color: var(--gray-700);
}
.admin-header .notification-badge-container:hover {
    background: #f3f4f6;
}
.admin-header .notification-badge-container svg path {
    fill: #fff;
}
.admin-header .notification-badge-container:hover svg path {
    fill: var(--gray-700);
}
.main-header.admin-header .header-icon {
    color: #fff;
}
/*  */
.main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}
.main-header .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}
.main-header.executive-header .menu-toggle div {
    background: #fff;
}
.main-header.admin-header .menu-toggle div {
    background: #fff;
}
.main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px;
}
.main-header .search-bar input {
    background: 0 0;
    border: 0;
    color: #212121;
    font-size: 0.8rem;
    line-height: 2;
    height: 100%;
    outline: initial !important;
    padding: 0.5rem 1rem;
    width: calc(100% - 32px);
}
.main-header .search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-block;
}
.main-header .logo {
    width: 76px;
}
.main-header .logo img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px;
}
.main-header .header-icon:hover {
    background: #f3f4f6;
}
.main-header .header-icon.dropdown-toggle:after {
    display: none;
}
.main-header .header-part-right {
    display: flex;
    align-items: center;
}
.main-header .header-part-right .user {
    margin-right: 2rem;
}
.main-header .header-part-right .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer;
}
.main-header .notification-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0;
    height: 72px;
    border-bottom: 1px solid #d1d5db;
}
.main-header .notification-dropdown .dropdown-item .notification-icon {
    background: #e5e7eb;
    height: 100%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .notification-dropdown .dropdown-item .notification-icon i {
    font-size: 18px;
}
.main-header .notification-dropdown .dropdown-item .notification-details {
    padding: 0.25rem 0.75rem;
}
.main-header .notification-dropdown .dropdown-item:active {
    color: inherit;
    background: inherit;
}
@media (max-width: 1024px) {
    .main-header .search-bar {
        width: 180px;
        display: none;
    }
    .main-header .menu-toggle {
        width: 24px;
        margin: 0 36px;
    }
    .main-header .header-part-right .user {
        margin-right: 1rem;
    }
}
@media (max-width: 767px) {
    .main-header .search-bar {
        display: none;
    }
    .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
    }
}
@media (max-width: 576px) {
    .main-header {
        height: 70px;
        padding: 0 1.5rem;
    }
    .main-header .logo {
        width: 60px;
    }
    .main-header .menu-toggle {
        width: 24px !important;
        margin: 0 10px !important;
    }
    .main-header .header-part-right .user {
        margin-right: 0;
        padding-right: 0;
    }
    .notification-dropdown {
        left: -180px !important;
    }
}
@media (max-width: 360px) {
    .main-header .menu-toggle {
        margin: 0;
    }
}
.layout-sidebar-compact.app-admin-wrap {
    width: 100%;
}
.layout-sidebar-compact.sidenav-open .main-content-wrap {
    width: calc(100% - 76px - 220px);
}
.layout-sidebar-compact.sidenav-open .sidebar-left {
    left: 0;
}
.layout-sidebar-compact .main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 0;
    transition: all 0.24s ease-in-out;
    padding: 0 2rem;
    position: relative;
    min-height: calc(100vh - 80px);
    background: #fff;
}
.layout-sidebar-compact .main-content {
    margin-top: 104px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 104px);
}
.layout-sidebar-compact .sidebar-left,
.layout-sidebar-compact .sidebar-left-secondary {
    position: fixed;
    top: 0;
    height: 100vh;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    z-index: 101;
}
.layout-sidebar-compact .sidebar-left {
    left: calc(-76px - 20px);
    transition: all 0.24s ease-in-out;
}
.layout-sidebar-compact .sidebar-left .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    border-bottom: 1px solid rgba(243, 244, 246, 0.05);
}
.layout-sidebar-compact .sidebar-left .logo img {
    width: 40px;
}
.layout-sidebar-compact .sidebar-left .navigation-left {
    list-style: none;
    text-align: center;
    width: 76px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.sidebar-left-secondary .nav-item .item-title{
    font-weight: bold;
    padding: 12px 12px;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(243, 244, 246, 0.05);
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:active,
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:focus {
    outline: 0;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.lvl1 {
    text-align: center;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active {
    color: #fff;
    border-left: 2px solid #fff;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold {
    width: 100%;
    padding: 22px 0;
    display: block;
    color: #fff;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:active,
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:focus {
    outline: 0;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .feather,
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
    display: none;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold a {
    color: #fff;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active .triangle {
    display: none;
}
.layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
    left: 76px;
}
.layout-sidebar-compact .sidebar-left-secondary {
    left: calc(-220px - 20px);
    width: 220px;
    padding: 0.75rem 0;
    transition: all 0.24s ease-in-out;
    background: #fff;
}
.layout-sidebar-compact .sidebar-left-secondary .sidebar-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 16px;
}
.layout-sidebar-compact .sidebar-left-secondary header {
    padding: 0 24px;
}
.layout-sidebar-compact .sidebar-left-secondary header .logo {
    padding: 10px 0;
    margin-bottom: 14px;
}
.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    width: auto;
    height: 24px;
}
.layout-sidebar-compact .sidebar-left-secondary header .h6,
.layout-sidebar-compact .sidebar-left-secondary header h6 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}
.layout-sidebar-compact .sidebar-left-secondary header p {
    color: #4b5563;
    margin-bottom: 12px;
}
.layout-sidebar-compact .sidebar-left-secondary .submenu-area {
    display: none;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav {
    list-style: none;
    padding: 0;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item {
    display: block;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a {
    color: #05070b;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    padding: 12px 24px;
    transition: 0.15s all ease-in;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover {
    background: #e5e7eb;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open {
    color: #639;
    background: #e5e7eb;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    color: #4b5563;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .item-name {
    vertical-align: middle;
    font-weight: 400;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: auto;
    font-size: 11px;
}
.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item .submenu {
    margin-left: 8px;
}
.layout-sidebar-compact .sidebar-left-secondary &gt; .childNav {
    margin: 0;
}
.layout-sidebar-compact .sidebar-left-secondary li.nav-item.open &gt; div &gt; a &gt; .dd-arrow {
    transform: rotate(90deg);
}
.layout-sidebar-compact .sidebar-left-secondary li.nav-item.open &gt; div &gt; .childNav {
    max-height: 1000px;
    overflow: visible;
}
.layout-sidebar-compact .sidebar-left-secondary li.nav-item &gt; div &gt; a &gt; .dd-arrow {
    transition: all 0.4s ease-in-out;
}
.layout-sidebar-compact .sidebar-left-secondary li.nav-item &gt; div &gt; .childNav {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.layout-sidebar-compact .sidebar-left-secondary li.nav-item &gt; div &gt; .childNav li.nav-item a {
    padding: 12px 12px 12px 50px;
}
.layout-sidebar-compact .sidebar-overlay {
    display: none !important;
}
@media (max-width: 767px) {
    .layout-sidebar-compact.sidenav-open .main-content-wrap {
        width: 100%;
    }
    .layout-sidebar-compact .sidebar-left-secondary .sidebar-close {
        display: block;
    }
}
@media (max-width: 576px) {
    .main-content-wrap {
        padding: 1.5rem;
    }
    .main-content-wrap.sidenav-open {
        width: 100%;
    }
    .main-content-wrap {
        margin-top: 70px;
    }
    .sidebar-left,
    .sidebar-left-secondary {
        top: 70px !important;
        height: calc(100vh - 70px);
    }
    .sidebar-left {
        left: calc(-90px - 20px);
    }
    .sidebar-left .navigation-left {
        width: 90px;
    }
    .sidebar-left .navigation-left .nav-item.active .triangle {
        border-width: 0 0 24px 24px;
    }
    .sidebar-left .navigation-left .nav-item .nav-item-hold {
        padding: 16px 0;
    }
    .sidebar-left-secondary {
        left: calc(-190px - 20px);
        width: 190px;
    }
    .sidebar-left-secondary.open {
        left: 90px;
    }
    .sidebar-overlay {
        height: calc(100vh - 70px);
    }
}
[dir="rtl"] .layout-sidebar-compact .sidebar-left {
    left: auto !important;
    right: calc(-76px - 20px);
}
[dir="rtl"] .layout-sidebar-compact.sidenav-open .sidebar-left {
    left: auto !important;
    right: 0;
}
[dir="rtl"] .layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
    right: 76px;
}
[dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary {
    left: auto !important;
    right: calc(-220px - 20px);
}
[dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary header {
    text-align: right;
}
[dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto;
}
[dir="rtl"] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0;
}
[dir="rtl"] .layout-sidebar-compact .main-content-wrap {
    float: left;
}
.layout-sidebar-large .main-header {
    position: relative;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    z-index: 100;
}
.layout-sidebar-large .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}
.layout-sidebar-large .main-header .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}
.layout-sidebar-large .main-header .menu-toggle:hover div {
    background: var(--blue-400);
}
.layout-sidebar-large .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px;
}
.layout-sidebar-large .main-header .search-bar input {
    background: 0 0;
    border: 0;
    color: #212121;
    font-size: 0.8rem;
    line-height: 2;
    height: 100%;
    outline: initial !important;
    padding: 0.5rem 1rem;
    width: calc(100% - 32px);
}
.layout-sidebar-large .main-header .search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-block;
}
.layout-sidebar-large .main-header .logo {
    width: 120px;
    cursor: pointer;
}
.layout-sidebar-large .main-header .logo img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.layout-sidebar-large .main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px;
}
.layout-sidebar-large .main-header .header-icon:hover {
    background: #f3f4f6;
}
.layout-sidebar-large .main-header .header-icon.dropdown-toggle:after {
    display: none;
}
.layout-sidebar-large .main-header .header-part-right {
    display: flex;
    align-items: center;
}
.layout-sidebar-large .main-header .header-part-right .user {
    margin-right: 2.9rem;
}
.layout-sidebar-large .main-header .header-part-right .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.layout-sidebar-large .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer;
}
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0;
    height: 72px;
    border-bottom: 1px solid #d1d5db;
}
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon {
    background: #e5e7eb;
    height: 100%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon i {
    font-size: 18px;
}
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-details {
    padding: 0.25rem 0.75rem;
}
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item:active {
    color: inherit;
    background: inherit;
}
@media (max-width: 991px) {
    .layout-sidebar-large .main-header .search-bar {
        width: 180px;
    }
    .layout-sidebar-large .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
    }
}
@media (max-width: 767px) {
    .layout-sidebar-large .main-header .search-bar {
        display: none;
    }
    .layout-sidebar-large .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
    }
}
@media (max-width: 576px) {
    .layout-sidebar-large .main-header {
        height: 70px;
        padding: 0 1.5rem;
    }
    .layout-sidebar-large .main-header .logo {
        width: 60px;
    }
    .layout-sidebar-large .main-header .search-bar {
        display: none;
    }
    .layout-sidebar-large .main-header .menu-toggle {
        width: 60px;
    }
    .layout-sidebar-large .main-header .header-part-right .user {
        margin-right: 0;
        padding-right: 0;
    }
    .layout-sidebar-large .notification-dropdown {
        left: 0 !important;
    }
}
@media (max-width: 360px) {
    .layout-sidebar-large .main-header .menu-toggle {
        margin: 0;
    }
}
.app-admin-wrap {
    width: 100%;
}
.layout-sidebar-large .sidebar-left,
.layout-sidebar-large .sidebar-left-secondary {
    position: absolute;
    top: 80px;
    height: calc(100vh - 80px);
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.layout-sidebar-large .sidebar-left {
    left: calc(-120px - 20px);
    z-index: 90;
    transition: all 0.24s ease-in-out;
}
.layout-sidebar-large .sidebar-left.open {
    left: 0;
}
.layout-sidebar-large .sidebar-left .logo {
    display: none;
}
.layout-sidebar-large .sidebar-left .navigation-left {
    list-style: none;
    text-align: center;
    width: 120px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
    position: relative;
    display: block;
    width: 100%;
    color: #05070b;
    cursor: pointer;
    border-bottom: 1px solid #d1d5db;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:active,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:focus {
    outline: 0;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.lvl1 {
    text-align: center;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active {
    color: #222222
}
/* disabled */
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled a{
    color: var(--bs-gray-400)
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled span{
    color: var(--bs-gray-400)
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .stroke-icon path{
    stroke: var(--bs-gray-400)
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .nav-item-hold:hover .stroke-icon path{
    stroke: var(--bs-gray-400)
}
/* custom states sidebar icons */
/* scale */
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover {
    transform: scale(1.05);
    filter: drop-shadow(.5px .5px 5px #00000030);
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .nav-item-hold:hover {
    transform: none;
    filter: none;
}
/* home */
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover .fill-icon path .fill-icon-line{
    fill: #222222
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .hover-icon { display: none; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover .main-icon { display: none; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover .hover-icon { display: block; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold .main-icon { display: none; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold .hover-icon { display: block; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .nav-item-hold:hover .main-icon { display: block; }
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .nav-item-hold:hover .hover-icon { display: none; }
/*  */
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .stroke-icon path{
    stroke: #222222
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover .stroke-icon path{
    stroke: #222222
}
/*  */
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #242424;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    display: block;
    width: 100%;
    padding: 26px 0;
    color: #111827;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover {
    color: #242424
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:active,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:focus {
    outline: 0;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
    font-size: 32px;
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto 6px;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
    font-size: 13px;
    line-height: 14px;
    display: block;
    font-weight: 400;
    margin-top: .5rem;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold a {
    color: #05070b;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #0688FF transparent;
    opacity: 0;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .triangle, .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle, .layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle.activated {
    opacity: 1 !important;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.disabled .triangle {
    display: none;
}
.layout-sidebar-large .sidebar-left-secondary {
    left: calc(-220px - 20px);
    z-index: 89;
    width: 220px;
    padding: 0.75rem 0;
    transition: all 0.24s ease-in-out;
    background: #fff;
}
.layout-sidebar-large .sidebar-left-secondary.open {
    left: 120px;
}
.layout-sidebar-large .sidebar-left-secondary header {
    display: none;
}
.layout-sidebar-large .sidebar-left-secondary .childNav {
    list-style: none;
    padding: 0;
    display: none;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item {
    display: block;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: #05070b;
    /* text-transform: capitalize; */
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    padding: 12px 24px;
    transition: 0.15s all ease-in;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a:hover {
    background: #e5e7eb;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {
    color: #639;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    color: #4b5563;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name {
    vertical-align: middle;
    font-weight: 400;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: auto;
    font-size: 11px;
    transition: all 0.3s ease-in;
}
.layout-sidebar-large .sidebar-left-secondary &gt; .childNav {
    margin: 0;
}
.layout-sidebar-large .sidebar-left-secondary li.nav-item.open &gt; div &gt; a &gt; .dd-arrow {
    transform: rotate(90deg);
}
.layout-sidebar-large .sidebar-left-secondary li.nav-item.open &gt; div &gt; .childNav {
    max-height: 1000px;
    overflow: visible;
}
.layout-sidebar-large .sidebar-left-secondary li.nav-item &gt; div &gt; a &gt; .dd-arrow {
    transition: all 0.4s ease-in-out;
}
.layout-sidebar-large .sidebar-left-secondary li.nav-item &gt; div &gt; .childNav {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.layout-sidebar-large .sidebar-left-secondary li.nav-item &gt; div &gt; .childNav li.nav-item a {
    padding: 12px 12px 12px 50px;
}
.layout-sidebar-large .sidebar-overlay {
    display: none;
    position: fixed;
    width: calc(100% - 120px - 220px);
    height: calc(100vh - 80px);
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 101;
    cursor: w-resize;
}
.layout-sidebar-large .sidebar-overlay.open {
    display: block;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left {
    left: auto !important;
    right: calc(-120px - 20px);
}
[dir="rtl"] .layout-sidebar-large .sidebar-left.open {
    left: auto !important;
    right: 0;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle {
    transform: rotate(90deg);
    right: auto;
    left: 0;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary {
    left: auto !important;
    right: calc(-220px - 20px);
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary.open {
    left: auto !important;
    right: 120px;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0;
}
[dir="rtl"] .layout-sidebar-large .main-content-wrap {
    float: left;
}
[dir="rtl"] .layout-sidebar-large .sidebar-overlay {
    right: auto !important;
    left: 0;
    cursor: e-resize;
}
.layout-horizontal-bar .main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 140px !important;
    transition: all 0.24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 160px);
    background: #fff;
}
.layout-horizontal-bar .main-header {
    position: fixed;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    z-index: 100;
}
.layout-horizontal-bar .main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
    display: none;
}
.layout-horizontal-bar .main-header .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}
.layout-horizontal-bar .main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px;
}
.layout-horizontal-bar .main-header .search-bar input {
    background: 0 0;
    border: 0;
    color: #212121;
    font-size: 0.8rem;
    line-height: 2;
    height: 100%;
    outline: initial !important;
    padding: 0.5rem 1rem;
    width: calc(100% - 32px);
}
.layout-horizontal-bar .main-header .search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-block;
}
.layout-horizontal-bar .main-header .logo {
    width: 120px;
}
.layout-horizontal-bar .main-header .logo img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.layout-horizontal-bar .main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px;
}
.layout-horizontal-bar .main-header .header-icon:hover {
    background: #f3f4f6;
}
.layout-horizontal-bar .main-header .header-icon.dropdown-toggle:after {
    display: none;
}
.layout-horizontal-bar .main-header .header-part-right {
    display: flex;
    align-items: center;
}
.layout-horizontal-bar .main-header .header-part-right .user {
    margin-right: 2rem;
}
.layout-horizontal-bar .main-header .header-part-right .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.layout-horizontal-bar .main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer;
}
.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0;
    height: 72px;
    border-bottom: 1px solid #d1d5db;
}
.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon {
    background: #e5e7eb;
    height: 100%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon i {
    font-size: 18px;
}
.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-details {
    padding: 0.25rem 0.75rem;
}
.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item:active {
    color: inherit;
    background: inherit;
}
@media (max-width: 991px) {
    .layout-horizontal-bar .main-header .search-bar {
        width: 180px;
    }
    .layout-horizontal-bar .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
    }
}
@media (max-width: 767px) {
    .layout-horizontal-bar .main-header .search-bar {
        display: none;
    }
    .layout-horizontal-bar .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
        display: block;
    }
    .layout-horizontal-bar .main-content-wrap {
        width: 100%;
        float: right;
        margin-top: 80px !important;
        transition: all 0.24s ease-in-out;
        padding: 2rem 2rem 0;
        position: relative;
        min-height: calc(100vh - 160px);
        background: #fff;
    }
    .layout-horizontal-bar .header-topnav.open {
        left: 0;
    }
}
@media (max-width: 576px) {
    .layout-horizontal-bar .main-header {
        height: 70px;
        padding: 0 1.5rem;
    }
    .layout-horizontal-bar .main-header .logo {
        width: 60px;
    }
    .layout-horizontal-bar .main-header .search-bar {
        display: none;
    }
    .layout-horizontal-bar .main-header .menu-toggle {
        width: 60px;
    }
    .layout-horizontal-bar .main-header .header-part-right .user {
        margin-right: 0;
        padding-right: 0;
    }
    .layout-horizontal-bar .notification-dropdown {
        left: 0 !important;
    }
}
@media (max-width: 360px) {
    .layout-horizontal-bar .main-header .menu-toggle {
        margin: 0;
    }
}
.app-admin-wrap {
    width: 100%;
}
.main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 30px;
    transition: all 0.24s ease-in-out;
    padding: 0rem 0px 0;
    position: relative;
    min-height: calc(100vh - 80px);
    background: #fff;
}
.main-content-wrap.sidenav-open {
    width: calc(100% - 120px);
}
.module-loader {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
}
.module-loader .loader,
.module-loader .spinner {
    position: fixed;
    top: 45%;
    left: calc(50% + 56px);
    z-index: inherit;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left {
    left: auto !important;
    right: calc(-120px - 20px);
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left.open {
    left: auto !important;
    right: 0;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left .navigation-left .nav-item .triangle {
    transform: rotate(90deg);
    right: auto;
    left: 0;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary {
    left: auto !important;
    right: calc(-220px - 20px);
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary.open {
    left: auto !important;
    right: 120px;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: unset !important;
    margin-right: auto;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    margin-left: 8px;
    margin-right: 0;
}
[dir="rtl"] .layout-horizontal-bar .main-content-wrap {
    float: left;
}
[dir="rtl"] .layout-horizontal-bar .sidebar-overlay {
    right: auto !important;
    left: 0;
    cursor: e-resize;
}
/* .app-footer {
    margin-top: 2rem;
    background: #fff;
    padding: 3rem 1.25rem 1.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */
.app-footer .footer-bottom {
    width: 100%;
}
.app-footer .footer-bottom .logo {
    width: 3rem;
    height: auto;
    margin: 4px;
}
.layout-sidebar-vertical .main-content-wrap {
    width: 100%;
    min-height: 100vh;
    float: right;
}
.layout-sidebar-vertical .main-content-wrap .main-header {
    border-radius: 5px;
    height: 64px;
    background-color: var(--gray-700);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, .1);
    z-index: 2;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-toggle {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-compact-toggle,
.layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-full-toggle {
    vertical-align: middle;
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: 0 0;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-compact-toggle i,
.layout-sidebar-vertical .main-content-wrap .main-header .header-toggle .sidebar-full-toggle i {
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar {
    height: 38px;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form {
    position: relative;
    background: #fff;
    border-radius: 40px;
    display: block;
    max-width: 220px;
    margin: 0;
    box-shadow: inset 0 0 2px 2px rgba(136, 136, 136, 0.2);
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form .bmd-form-group {
    padding: 0;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form i {
    padding-left: 8px;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form input {
    border: none;
    padding: 0 8px;
    background: 0 0;
}
.layout-sidebar-vertical .main-content-wrap .main-header .search-bar .top-search-form input:focus {
    outline: 0;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown {
    text-transform: uppercase;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .notification-badge {
    position: absolute;
    top: 8px;
    right: 14px;
    border-radius: 50%;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .language-dropdown .header-btn-group button .language-text {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 13px;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button:hover {
    background: 0 0;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown button i {
    color: #111;
    height: 24px;
    width: 24px;
    display: inline-block;
    align-items: center;
    line-height: 1.6;
}
.layout-sidebar-vertical .main-content-wrap .main-header .header-dropdown .dropdown-menu a i {
    color: gray;
}
.layout-sidebar-vertical .main-content-wrap .main-header .profile-dropdown .dropdown-menu {
    left: auto !important;
    right: 12px !important;
}
.layout-sidebar-vertical .main-content-wrap .main-header .profile-dropdown .dropdown-menu .dropdown-item {
    flex-flow: row;
}
.b-none_button {
    border: none;
}
.b-none_button {
    box-shadow: none !important;
}
.gull-input:focus {
    box-shadow: none !important;
}
.avatar-dropdown .user img {
    width: 100px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-alias {
    cursor: alias;
}
.cursor-context {
    cursor: context-menu;
}
.gull-brand img {
    width: 60px;
    margin-right: 5px;
}
.left-sidebar-logo {
    width: 50px;
    margin-right: 5px;
}
.gull-sidebar--width {
    width: 20px;
    margin-right: 15px;
}
.layout-sidebar-vertical .sidebar-panel {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    z-index: 100;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 5);
    background: var(--gray-700);
}
.layout-sidebar-vertical .sidebar-panel.executive-sidebar {
    background: var(--gray-700);
}
.layout-sidebar-vertical .sidebar-panel.admin-sidebar {
    background: linear-gradient(180deg, rgba(29,40,69,1) 10%, rgba(17,23,40,1) 90%);
}
.layout-sidebar-vertical .sidebar-panel.admin-executive-sidebar {
    background: #292929;
}
.layout-sidebar-vertical .sidebar-panel .brand {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-sidebar-vertical .sidebar-panel .brand img {
    height: 20px;
}
.layout-sidebar-vertical .sidebar-panel .sidebar-compact-switch {
    position: relative;
    width: 24px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #4b5563;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.layout-sidebar-vertical .sidebar-panel .sidebar-compact-switch span {
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6b7280;
    transition: all 0.3s ease-in;
}
.layout-sidebar-vertical .sidebar-panel .scroll-nav {
    height: calc(100vh - 64px);
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-photo img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    padding: 4px;
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-name {
    display: block;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-name i {
    font-size: 12px;
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-control {
    margin-bottom: 1rem;
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-control a {
    color: #111827;
}
.layout-sidebar-vertical .sidebar-panel .app-user .app-user-control a i {
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .icon-menu-title,
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu-title {
    color: #4b5563;
    font-size: 12px;
    padding: 16px 0 16px 16px;
    display: block;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .icon-menu .icon-menu-item {
    padding: 0 24px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul {
    padding: 0 15px;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li {
    list-style: none;
    font-size: 15px;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a {
    color: #111827;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: .5rem;
    cursor: pointer;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a.active {
    color: var(--blue-400);
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a svg{
    width: 25px;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a:hover svg path{
    stroke: var(--blue-400);
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a.active svg path{
    stroke: var(--blue-400);
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a:hover.fill-icon svg path{
    fill: var(--blue-400);
    stroke: none;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a.active.fill-icon svg path{
    fill: var(--blue-400);
    stroke: none;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a .nav-icon {
    margin-right: 10px;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a .spacer {
    margin: auto;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a:hover {
    color: var(--blue-400)
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown &gt; .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown &gt; .sub-menu a {
    height: 44px;
    padding-left: 50px;
}
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.dropdown.open &gt; .sub-menu {
    max-height: 1000px;
}
.app-admin-wrap.sidebar-full.sidebar-closed .sidebar-panel {
    left: -240px;
}
.app-admin-wrap.sidebar-full.sidebar-closed .main-content-wrap {
    width: 100%;
}
.app-admin-wrap.sidebar-full .sidebar-panel {
    width: 223px;
    left: 0;
}
.app-admin-wrap.sidebar-full .main-content-wrap {
    width: calc(100% - 223px);
    padding: 1rem 2rem 0;
    margin-top: 0px;
    background-color: rgba(244, 244, 244, 1);
}
.app-admin-wrap.sidebar-compact .sidebar-panel {
    width: 75px;
    left: 0;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .app-user,
.app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-title,
.app-admin-wrap.sidebar-compact .sidebar-panel .item-badge,
.app-admin-wrap.sidebar-compact .sidebar-panel .item-name,
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu-title {
    display: none;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .sidebar-compact-switch {
    display: none;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item {
    flex-direction: column;
    padding: 0;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a {
    width: 100%;
    display: contents;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a i {
    padding: 5px;
    font-size: 30px;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-item a:hover {
    cursor: pointer;
    padding: 0 10px;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i {
    padding: 0;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a {
    width: 100%;
    display: contents;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a i {
    padding: 5px;
    font-size: 30px;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a i a:hover {
    cursor: pointer;
    padding: 0 10px;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a .main-menu ul li a i {
    padding: 0;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu ul li a .main-menu .dropdown {
    display: none;
}
.app-admin-wrap.sidebar-compact .sidebar-panel .main-menu .dropdown {
    display: none;
}
.app-admin-wrap.sidebar-compact .main-content-wrap {
    width: calc(100% - 65px);
    padding: 1rem 2rem 0;
}
.app-admin-wrap.sidebar-compact .main-content-wrap .main-header {
    height: 64px;
}
.main-content-wrap.sidebar-full-z-index {
    width: calc(100% - 65px) !important;
    z-index: -100;
}
ul.metismenu {
    position: relative;
}
.Ul_li--hover::before {
    content: "";
    background-color: #639;
    position: absolute;
    height: 36px;
    width: 225px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0.1;
    left: -233px;
    transition: all 0.4s ease;
}
.Ul_li--hover:hover::before {
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
.metismenu .has-arrow:after {
    right: 2em !important;
    opacity: 0.6 !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-width: 2px 0 0 2px !important;
}
.comp {
    position: absolute;
    top: 69px;
    right: -166px;
}
.header-toggle .mobile-menu-icon {
    display: none !important;
}
.has-arrow.without-after-element:after {
    content: none !important;
}
.sidebar-overlay {
    display: none;
}
.executive-sidebar-toggle-wrapper {
    display: none;
}
.admin-sidebar-toggle-wrapper {
    display: none;
}
.lst-menu-toggle-wrapper {
    display: none;
}

@media only screen and (max-width: 1150px) {
    .lst-menu-toggle-wrapper {
        display: block;
    }
    .executive-sidebar-toggle-wrapper {
        display: block;
    }
    .admin-sidebar-toggle-wrapper {
        display: block;
    }
    .sidebar-switch-open {
        left: 0 !important;
    }
    .app-admin-wrap.sidebar-full .sidebar-panel {
        left: -240px;
    }
    .header-toggle .mobile-menu-icon {
        display: block !important;
    }
    .switch-overlay {
        height: calc(100vh - 70px);
        display: block;
        position: fixed;
        width: calc(100% - 240px);
        height: calc(100vh - 5px);
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 20000;
        cursor: w-resize;
    }
    .app-admin-wrap.sidebar-full .main-content-wrap {
        width: calc(100% - 0px);
    }
    .sidebar-compact-switch {
        display: none;
    }
}
@media only screen and (max-width: 530px) {
    .mobile-hide {
        display: none !important;
    }
}
.has-arrow.without-after-element:after {
    content: none !important;
}
[dir="rtl"] .Ul_li--hover::before {
    content: "";
    background-color: #639;
    position: absolute;
    height: 36px;
    width: 225px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 0.1;
    right: -233px;
    transition: all 0.4s ease;
}
[dir="rtl"] .Ul_li--hover:hover::before {
    right: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
[dir="rtl"] .metismenu .has-arrow:after {
    left: 2em !important;
    right: auto !important;
    opacity: 0.6 !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-width: 2px 0 0 2px !important;
}
[dir="rtl"] .comp {
    position: absolute;
    top: 69px;
    left: -166px;
}
[dir="rtl"] .layout-sidebar-vertical .ms-auto,
[dir="rtl"] .layout-sidebar-vertical .mx-auto {
    margin-right: auto !important;
}
[dir="rtl"] .layout-sidebar-vertical .sidebar-panel {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -240px;
}
[dir="rtl"] .layout-sidebar-vertical .main-content-wrap {
    float: left;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .icon-menu-title,
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu-title {
    color: #4b5563;
    font-size: 12px;
    padding: 16px 0 16px 16px;
    display: block;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .icon-menu .icon-menu-item {
    padding: 0 24px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul {
    padding: 0 12px;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li {
    list-style: none;
    font-size: 15px;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a {
    color: #111827;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .nav-icon {
    margin-left: 10px;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .item-name {
    text-transform: capitalize;
    font-size: 15px;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a .spacer {
    margin: auto;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li a:hover {
    text-decoration: none;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown &gt; .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown &gt; .sub-menu a {
    height: 44px;
    padding-right: 50px;
}
[dir="rtl"] .layout-sidebar-vertical .side-nav .main-menu ul li.dropdown.open &gt; .sub-menu {
    max-height: 1000px;
}
[dir="rtl"] .app-admin-wrap.sidebar-full.sidebar-closed .sidebar-panel {
    right: -240px;
}
[dir="rtl"] .app-admin-wrap.sidebar-full.sidebar-closed .main-content-wrap {
    width: 100%;
}
[dir="rtl"] .app-admin-wrap.sidebar-full .sidebar-panel {
    width: 240px;
    right: 0;
}
[dir="rtl"] .app-admin-wrap.sidebar-full .main-content-wrap {
    width: calc(100% - 240px);
    padding: 1rem 2rem 0;
}
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel {
    width: 75px;
    right: 0;
}
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .app-user,
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .icon-menu-title,
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .item-badge,
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .item-name,
[dir="rtl"] .app-admin-wrap.sidebar-compact .sidebar-panel .main-menu-title {
    display: none;
}
.main-content-wrap,
.main-header,
.sidebar-panel {
    transition: all 0.2s ease-in;
}
.main-content-wrap {
    width: 100%;
    min-height: 91vh;
    float: right;
}
.main-content-wrap .main-content-body {
    padding: 0.66rem;
}
.app-admin-wrap.sidebar-compact-onhover .sidebar-compact-switch {
    background: #639;
}
.app-admin-wrap.sidebar-compact-onhover .sidebar-compact-switch span {
    left: 14px;
    background: #fff;
}
.bg-off-white {
    background-color: #f9f9f9;
}
.sidebar-left-secondary .childNav li.nav-item.open &gt; a {
    background: #e5e7eb;
}
.sidebar-left-secondary .childNav li.nav-item.open &gt; a &gt; .dd-arrow {
    transform: rotate(90deg);
}
.sidebar-left-secondary .childNav li.nav-item.open &gt; .submenu {
    max-height: 1000px;
}
.sidebar-left-secondary .childNav li.nav-item .submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
}
.sidebar-left-secondary .childNav li.nav-item .submenu &gt; li a {
    padding-left: 50px;
}
[dir="rtl"] .notification-dropdown .dropdown-item .notification-details {
    text-align: right;
}
[dir="rtl"] .main-header .user {
    margin-left: 2rem;
    margin-right: 0;
}
.active-color {
    height: 40px;
    padding: 0 12px 0 24px;
    border-radius: 0 35px 35px 0;
    margin-right: 16px;
    background-color: #639;
    color: #fff !important;
}
[role="tab"] .btn {
    width: 100%;
    text-align: left;
}
[role="tab"] .btn:focus,
[role="tab"] .btn:hover {
    text-decoration: none;
}
.accordion &gt; .card {
    overflow: hidden;
}
.avatar-sm {
    width: 36px;
    height: 36px;
}
.avatar-md {
    width: 54px;
    height: 54px;
}
.avatar-lg {
    width: 80px;
    height: 80px;
}
.avatar-xl {
    width: 150px;
    height: 150px;
}
.avatar-sm-table {
    width: 20px;
    height: 20px;
}
.border-bottom-primary {
    border-bottom: 1px solid #639;
}
.border-bottom-secondary {
    border-bottom: 1px solid #1f2937;
}
.border-bottom-success {
    border-bottom: 1px solid #56ca00;
}
.border-bottom-info {
    border-bottom: 1px solid #16b1ff;
}
.border-bottom-warning {
    border-bottom: 1px solid #ffb400;
}
.border-bottom-danger {
    border-bottom: 1px solid #ff4c51;
}
.border-bottom-light {
    border-bottom: 1px solid #6b7280;
}
.border-bottom-dark {
    border-bottom: 1px solid #111827;
}
.border-bottom-gray-100 {
    border-bottom: 1px solid #f3f4f6;
}
.border-bottom-gray-200 {
    border-bottom: 1px solid #e5e7eb;
}
.border-bottom-gray-300 {
    border-bottom: 1px solid #d1d5db;
}
.border-bottom-gray-400 {
    border-bottom: 1px solid #9ca3af;
}
.border-bottom-gray-500 {
    border-bottom: 1px solid #6b7280;
}
.border-bottom-gray-600 {
    border-bottom: 1px solid #4b5563;
}
.border-bottom-gray-700 {
    border-bottom: 1px solid #374151;
}
.border-bottom-gray-800 {
    border-bottom: 1px solid #1f2937;
}
.border-bottom-gray-900 {
    border-bottom: 1px solid #111827;
}
.border-bottom-dotted-primary {
    border-bottom: 1px dotted #639;
}
.border-bottom-dotted-secondary {
    border-bottom: 1px dotted #1f2937;
}
.border-bottom-dotted-success {
    border-bottom: 1px dotted #56ca00;
}
.border-bottom-dotted-info {
    border-bottom: 1px dotted #16b1ff;
}
.border-bottom-dotted-warning {
    border-bottom: 1px dotted #ffb400;
}
.border-bottom-dotted-danger {
    border-bottom: 1px dotted #ff4c51;
}
.border-bottom-dotted-light {
    border-bottom: 1px dotted #6b7280;
}
.border-bottom-dotted-dark {
    border-bottom: 1px dotted #111827;
}
.border-bottom-dotted-gray-100 {
    border-bottom: 1px dotted #f3f4f6;
}
.border-bottom-dotted-gray-200 {
    border-bottom: 1px dotted #e5e7eb;
}
.border-bottom-dotted-gray-300 {
    border-bottom: 1px dotted #d1d5db;
}
.border-bottom-dotted-gray-400 {
    border-bottom: 1px dotted #9ca3af;
}
.border-bottom-dotted-gray-500 {
    border-bottom: 1px dotted #6b7280;
}
.border-bottom-dotted-gray-600 {
    border-bottom: 1px dotted #4b5563;
}
.border-bottom-dotted-gray-700 {
    border-bottom: 1px dotted #374151;
}
.border-bottom-dotted-gray-800 {
    border-bottom: 1px dotted #1f2937;
}
.border-bottom-dotted-gray-900 {
    border-bottom: 1px dotted #111827;
}
.card {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
}
.card.border-top {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #56ca00;
}
.card-footer,
.card-header {
    border-color: rgba(0, 0, 0, 0.03);
}
.card-title {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.card-img-overlay * {
    position: relative;
    z-index: 1;
}
.card-img-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 0;
}
.card-img-overlay .separator {
    width: 35px;
    margin: auto;
}
.card-img-overlay .card-footer {
    position: absolute;
    bottom: 16px;
    left: 20px;
    border: 0;
    background: 0 0;
}
.card-img-overlay .card-footer [class^="i-"] {
    font-size: 0.875rem;
    vertical-align: text-bottom;
}
.card-icon .card-body {
    padding: 2rem 0.5rem;
}
.card-icon [class^="i-"] {
    font-size: 32px;
}
.card-icon .lead,
.card-icon [class^="i-"] {
    color: #639;
}
.card-icon-big .card-body {
    padding: 2rem 0.5rem;
}
.card-icon-big [class^="i-"] {
    font-size: 48px;
}
.card-icon-big [class^="i-"] {
    color: rgba(102, 51, 153, 0.6);
}
.card-icon-bg {
    position: relative;
    z-index: 1;
}
.card-icon-bg .card-body {
    display: flex;
}
.card-icon-bg .card-body .content {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 70px;
}
.card-icon-bg [class^="i-"] {
    font-size: 4rem;
    color: rgba(107, 114, 128, 0.28);
}
.card-icon-bg .lead {
    line-height: 1;
}
.card-icon-bg-primary [class^="i-"] {
    color: rgba(102, 51, 153, 0.28);
}
.card-icon-bg-secondary [class^="i-"] {
    color: rgba(31, 41, 55, 0.28);
}
.card-icon-bg-success [class^="i-"] {
    color: rgba(86, 202, 0, 0.28);
}
.card-icon-bg-info [class^="i-"] {
    color: rgba(22, 177, 255, 0.28);
}
.card-icon-bg-warning [class^="i-"] {
    color: rgba(255, 180, 0, 0.28);
}
.card-icon-bg-danger [class^="i-"] {
    color: rgba(255, 76, 81, 0.28);
}
.card-icon-bg-light [class^="i-"] {
    color: rgba(107, 114, 128, 0.28);
}
.card-icon-bg-dark [class^="i-"] {
    color: rgba(17, 24, 39, 0.28);
}
.card-icon-bg-gray-100 [class^="i-"] {
    color: rgba(243, 244, 246, 0.28);
}
.card-icon-bg-gray-200 [class^="i-"] {
    color: rgba(229, 231, 235, 0.28);
}
.card-icon-bg-gray-300 [class^="i-"] {
    color: rgba(209, 213, 219, 0.28);
}
.card-icon-bg-gray-400 [class^="i-"] {
    color: rgba(156, 163, 175, 0.28);
}
.card-icon-bg-gray-500 [class^="i-"] {
    color: rgba(107, 114, 128, 0.28);
}
.card-icon-bg-gray-600 [class^="i-"] {
    color: rgba(75, 85, 99, 0.28);
}
.card-icon-bg-gray-700 [class^="i-"] {
    color: rgba(55, 65, 81, 0.28);
}
.card-icon-bg-gray-800 [class^="i-"] {
    color: rgba(31, 41, 55, 0.28);
}
.card-icon-bg-gray-900 [class^="i-"] {
    color: rgba(17, 24, 39, 0.28);
}
.card-profile-1 .avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}
.card-ecommerce-1 .card-body [class^="i-"] {
    display: block;
    font-size: 78px;
    color: #639;
}
.card-ecommerce-2 .row {
    margin: 0;
}
.card-ecommerce-2 .card-action,
.card-ecommerce-2 .col {
    padding: 1rem;
}
.card-ecommerce-2 .card-action {
    position: relative;
    display: flex;
    align-items: center;
}
.card-ecommerce-2 .card-action .icon {
    font-size: 22px;
    height: 24px;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    margin: 0 8px;
    cursor: pointer;
}
.card-ecommerce-2 .card-action:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(17, 24, 39, 0.1);
}
.card-ecommerce-3 .card-img-left {
    height: 220px;
    object-fit: cover;
}
.card-socials-simple a {
    display: inline-block;
    padding: 4px;
}
.card-zoom-in {
    position: relative;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-zoom-in:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-zoom-in:hover {
    transform: scale(1.2);
}
.card-zoom-in:hover:after {
    opacity: 1;
}
@media screen and (max-width: 576px) {
    .card-ecommerce-3 .card-img-left {
        width: 100%;
    }
}
#calendar {
    float: right;
    width: 100%;
}
#external-events .h4,
#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}
#external-events .fc-event {
    margin: 2px 0;
    cursor: move;
}
.create_event_wrap p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}
.create_event_wrap p input {
    margin: 0;
    vertical-align: middle;
}
.fc-event {
    position: relative;
    display: block;
    font-size: 0.85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 0 solid #639 !important;
}
a.fc-day-grid-event {
    background: #639;
    padding: 5px;
}
th.fc-day-header {
    border-bottom-width: 2px;
    padding: 10px 0;
    display: table-cell;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
td.fc-head-container {
    padding: 0 !important;
}
.fc-toolbar .h2,
.fc-toolbar h2 {
    margin: 0;
    font-weight: 700;
}
span.fa {
    font-family: iconsmind !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
span.fa.fa-chevron-left:before {
    content: "\f077";
}
span.fa.fa-chevron-right:before {
    content: "\f07d";
}
.breadcrumb {
    background: 0 0;
    align-items: center;
    margin: 0 0 1.25rem;
    padding: 0;
}
.breadcrumb .h1,
.breadcrumb h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
    line-height: 1;
    vertical-align: bottom;
    color: #4b5563;
}
.breadcrumb ul li:after {
    position: absolute;
    top: -1px;
    right: 0;
    content: "";
    height: 16px;
    width: 1px;
    background: #4b5563;
    border-radius: 5px;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a {
    color: #05070b;
}
[dir="rtl"] .breadcrumb .h1,
[dir="rtl"] .breadcrumb h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    margin-left: 0.5rem;
}
@media (max-width: 576px) {
    .breadcrumb {
        flex-direction: column;
        align-items: flex-start;
    }
    .breadcrumb ul li:first-child {
        padding-left: 0;
    }
}
.btn[type="button"],
html [type="button"] {
    -webkit-appearance: none !important;
}
.btn.btn-rounded,
.btn.rounded {
    border-radius: 40px !important;
}
.btn.btn-xl {
    padding: 0.75rem 2rem;
    font-size: 1.18rem;
}
.btn:focus {
    box-shadow: none;
}
.btn-raised-secondary,
.btn-secondary {
    color: #111827 !important;
    background-color: #fff !important;
}
.btn-icon .icon,
.btn-icon [class^="i-"] {
    vertical-align: middle;
    margin: 0 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.btn-icon.rounded-circle {
    width: 44px;
    height: 44px;
    padding: 0;
}
.btn-icon-text .icon,
.btn-icon-text [class^="i-"] {
    vertical-align: middle;
    margin: 0 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.btn-outline-email {
    background: rgba(229, 231, 235, 0.6);
}
.btn-spinner {
    width: 1em;
    height: 1em;
    background: 0 0;
    border-radius: 50%;
    margin: 0 16px 0 0;
    border: 2px solid transparent;
}
.btn-checkbox .checkbox,
.btn-checkbox .radio {
    display: inline;
}
.btn.btn-outline-light.btn-svg {
    border-color: #374151;
}
.btn.btn-outline-light.btn-svg.active,
.btn.btn-outline-light.btn-svg:hover {
    background: #639;
    border-color: #639;
}
.btn.btn-outline-light.btn-svg.active svg,
.btn.btn-outline-light.btn-svg:hover svg {
    fill: #fff;
}
.btn.btn-outline-light.btn-svg:focus {
    box-shadow: none !important;
}
.btn-raised {
    color: #fff;
}
.btn-outline-primary,
.btn-primary {
    border-color: var(--blue-900);
}
.btn-outline-primary .btn-spinner,
.btn-primary .btn-spinner {
    animation: btn-glow-primary 1s ease infinite;
}
.btn-outline-primary:hover,
.btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 8px 25px -8px var(--blue-800);
    border-color: #3096f3;
}
.btn-outline-primary:focus,
.btn-primary:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px var(--blue-800);
}
.btn-raised.btn-raised-primary {
    background: #639;
    box-shadow: 0 4px 6px rgba(102, 51, 153, 0.11), 0 1px 3px rgba(102, 51, 153, 0.08);
}
@keyframes btn-glow-primary {
    0% {
        box-shadow: 0 0 0 0.4em #4d2673, 0 0 0 0.1em #4d2673;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #4d2673, 0 0 0 3.6em transparent;
    }
}
.btn-outline-secondary,
.btn-secondary {
    border-color: #1f2937;
}
.btn-outline-secondary .btn-spinner,
.btn-secondary .btn-spinner {
    animation: btn-glow-secondary 1s ease infinite;
}
.btn-outline-secondary:hover,
.btn-secondary:hover {
    background: #1f2937;
    box-shadow: 0 8px 25px -8px #1f2937;
    border-color: #1f2937;
}
.btn-outline-secondary:focus,
.btn-secondary:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #1f2937;
}
.btn-raised.btn-raised-secondary {
    background: #1f2937;
    box-shadow: 0 4px 6px rgba(31, 41, 55, 0.11), 0 1px 3px rgba(31, 41, 55, 0.08);
}
@keyframes btn-glow-secondary {
    0% {
        box-shadow: 0 0 0 0.4em #0d1116, 0 0 0 0.1em #0d1116;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #0d1116, 0 0 0 3.6em transparent;
    }
}
.btn-outline-success,
.btn-success {
    border-color: #56ca00;
}
.btn-outline-success .btn-spinner,
.btn-success .btn-spinner {
    animation: btn-glow-success 1s ease infinite;
}
.btn-outline-success:hover,
.btn-success:hover {
    background: #56ca00;
    box-shadow: 0 8px 25px -8px #56ca00;
    border-color: #56ca00;
}
.btn-outline-success:focus,
.btn-success:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #56ca00;
}
.btn-raised.btn-raised-success {
    background: #56ca00;
    box-shadow: 0 4px 6px rgba(86, 202, 0, 0.11), 0 1px 3px rgba(86, 202, 0, 0.08);
}
@keyframes btn-glow-success {
    0% {
        box-shadow: 0 0 0 0.4em #409700, 0 0 0 0.1em #409700;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #409700, 0 0 0 3.6em transparent;
    }
}
.btn-info,
.btn-outline-info {
    border-color: #16b1ff;
}
.btn-info .btn-spinner,
.btn-outline-info .btn-spinner {
    animation: btn-glow-info 1s ease infinite;
}
.btn-info:hover,
.btn-outline-info:hover {
    background: #16b1ff;
    box-shadow: 0 8px 25px -8px #16b1ff;
    border-color: #16b1ff;
}
.btn-info:focus,
.btn-outline-info:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #16b1ff;
}
.btn-raised.btn-raised-info {
    background: #16b1ff;
    box-shadow: 0 4px 6px rgba(22, 177, 255, 0.11), 0 1px 3px rgba(22, 177, 255, 0.08);
}
@keyframes btn-glow-info {
    0% {
        box-shadow: 0 0 0 0.4em #0096e2, 0 0 0 0.1em #0096e2;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #0096e2, 0 0 0 3.6em transparent;
    }
}
.btn-outline-warning,
.btn-warning {
    border-color: #ffb400;
}
.btn-outline-warning .btn-spinner,
.btn-warning .btn-spinner {
    animation: btn-glow-warning 1s ease infinite;
}
.btn-outline-warning:hover,
.btn-warning:hover {
    background: #ffb400;
    box-shadow: 0 8px 25px -8px #ffb400;
    border-color: #ffb400;
}
.btn-outline-warning:focus,
.btn-warning:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #ffb400;
}
.btn-raised.btn-raised-warning {
    background: #ffb400;
    box-shadow: 0 4px 6px rgba(255, 180, 0, 0.11), 0 1px 3px rgba(255, 180, 0, 0.08);
}
@keyframes btn-glow-warning {
    0% {
        box-shadow: 0 0 0 0.4em #cc9000, 0 0 0 0.1em #cc9000;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #cc9000, 0 0 0 3.6em transparent;
    }
}
.btn-danger,
.btn-outline-danger {
    border-color: #ff4c51;
}
.btn-danger .btn-spinner,
.btn-outline-danger .btn-spinner {
    animation: btn-glow-danger 1s ease infinite;
}
.btn-danger:hover,
.btn-outline-danger:hover {
    background: #ff4c51;
    box-shadow: 0 8px 25px -8px #ff4c51;
    border-color: #ff4c51;
}
.btn-danger:focus,
.btn-outline-danger:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #ff4c51;
}
.btn-raised.btn-raised-danger {
    background: #ff4c51;
    box-shadow: 0 4px 6px rgba(255, 76, 81, 0.11), 0 1px 3px rgba(255, 76, 81, 0.08);
}
@keyframes btn-glow-danger {
    0% {
        box-shadow: 0 0 0 0.4em #ff191f, 0 0 0 0.1em #ff191f;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #ff191f, 0 0 0 3.6em transparent;
    }
}
.btn-light,
.btn-outline-light {
    border-color: #6b7280;
}
.btn-light .btn-spinner,
.btn-outline-light .btn-spinner {
    animation: btn-glow-light 1s ease infinite;
}
.btn-light:hover,
.btn-outline-light:hover {
    background: #6b7280;
    box-shadow: 0 8px 25px -8px #6b7280;
    border-color: #6b7280;
}
.btn-light:focus,
.btn-outline-light:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #6b7280;
}
.btn-raised.btn-raised-light {
    background: #6b7280;
    box-shadow: 0 4px 6px rgba(107, 114, 128, 0.11), 0 1px 3px rgba(107, 114, 128, 0.08);
}
@keyframes btn-glow-light {
    0% {
        box-shadow: 0 0 0 0.4em #545964, 0 0 0 0.1em #545964;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #545964, 0 0 0 3.6em transparent;
    }
}
.btn-dark,
.btn-outline-dark {
    border-color: #111827;
}
.btn-dark .btn-spinner,
.btn-outline-dark .btn-spinner {
    animation: btn-glow-dark 1s ease infinite;
}
.btn-dark:hover,
.btn-outline-dark:hover {
    background: #111827;
    box-shadow: 0 8px 25px -8px #111827;
    border-color: #111827;
}
.btn-dark:focus,
.btn-outline-dark:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #111827;
}
.btn-raised.btn-raised-dark {
    background: #111827;
    box-shadow: 0 4px 6px rgba(17, 24, 39, 0.11), 0 1px 3px rgba(17, 24, 39, 0.08);
}
@keyframes btn-glow-dark {
    0% {
        box-shadow: 0 0 0 0.4em #020203, 0 0 0 0.1em #020203;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #020203, 0 0 0 3.6em transparent;
    }
}
.btn-gray-100,
.btn-outline-gray-100 {
    border-color: #f3f4f6;
}
.btn-gray-100 .btn-spinner,
.btn-outline-gray-100 .btn-spinner {
    animation: btn-glow-gray-100 1s ease infinite;
}
.btn-gray-100:hover,
.btn-outline-gray-100:hover {
    background: #f3f4f6;
    box-shadow: 0 8px 25px -8px #f3f4f6;
    border-color: #f3f4f6;
}
.btn-gray-100:focus,
.btn-outline-gray-100:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #f3f4f6;
}
.btn-raised.btn-raised-gray-100 {
    background: #f3f4f6;
    box-shadow: 0 4px 6px rgba(243, 244, 246, 0.11), 0 1px 3px rgba(243, 244, 246, 0.08);
}
@keyframes btn-glow-gray-100 {
    0% {
        box-shadow: 0 0 0 0.4em #d6d9e0, 0 0 0 0.1em #d6d9e0;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #d6d9e0, 0 0 0 3.6em transparent;
    }
}
.btn-gray-200,
.btn-outline-gray-200 {
    border-color: #e5e7eb;
}
.btn-gray-200 .btn-spinner,
.btn-outline-gray-200 .btn-spinner {
    animation: btn-glow-gray-200 1s ease infinite;
}
.btn-gray-200:hover,
.btn-outline-gray-200:hover {
    background: #e5e7eb;
    box-shadow: 0 8px 25px -8px #e5e7eb;
    border-color: #e5e7eb;
}
.btn-gray-200:focus,
.btn-outline-gray-200:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #e5e7eb;
}
.btn-raised.btn-raised-gray-200 {
    background: #e5e7eb;
    box-shadow: 0 4px 6px rgba(229, 231, 235, 0.11), 0 1px 3px rgba(229, 231, 235, 0.08);
}
@keyframes btn-glow-gray-200 {
    0% {
        box-shadow: 0 0 0 0.4em #c8ccd5, 0 0 0 0.1em #c8ccd5;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #c8ccd5, 0 0 0 3.6em transparent;
    }
}
.btn-gray-300,
.btn-outline-gray-300 {
    border-color: #d1d5db;
}
.btn-gray-300 .btn-spinner,
.btn-outline-gray-300 .btn-spinner {
    animation: btn-glow-gray-300 1s ease infinite;
}
.btn-gray-300:hover,
.btn-outline-gray-300:hover {
    background: #d1d5db;
    box-shadow: 0 8px 25px -8px #d1d5db;
    border-color: #d1d5db;
}
.btn-gray-300:focus,
.btn-outline-gray-300:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #d1d5db;
}
.btn-raised.btn-raised-gray-300 {
    background: #d1d5db;
    box-shadow: 0 4px 6px rgba(209, 213, 219, 0.11), 0 1px 3px rgba(209, 213, 219, 0.08);
}
@keyframes btn-glow-gray-300 {
    0% {
        box-shadow: 0 0 0 0.4em #b4bbc5, 0 0 0 0.1em #b4bbc5;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #b4bbc5, 0 0 0 3.6em transparent;
    }
}
.btn-gray-400,
.btn-outline-gray-400 {
    border-color: #9ca3af;
}
.btn-gray-400 .btn-spinner,
.btn-outline-gray-400 .btn-spinner {
    animation: btn-glow-gray-400 1s ease infinite;
}
.btn-gray-400:hover,
.btn-outline-gray-400:hover {
    background: #9ca3af;
    box-shadow: 0 8px 25px -8px #9ca3af;
    border-color: #9ca3af;
}
.btn-gray-400:focus,
.btn-outline-gray-400:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #9ca3af;
}
.btn-raised.btn-raised-gray-400 {
    background: #9ca3af;
    box-shadow: 0 4px 6px rgba(156, 163, 175, 0.11), 0 1px 3px rgba(156, 163, 175, 0.08);
}
@keyframes btn-glow-gray-400 {
    0% {
        box-shadow: 0 0 0 0.4em #808998, 0 0 0 0.1em #808998;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #808998, 0 0 0 3.6em transparent;
    }
}
.btn-gray-500,
.btn-outline-gray-500 {
    border-color: #6b7280;
}
.btn-gray-500 .btn-spinner,
.btn-outline-gray-500 .btn-spinner {
    animation: btn-glow-gray-500 1s ease infinite;
}
.btn-gray-500:hover,
.btn-outline-gray-500:hover {
    background: #6b7280;
    box-shadow: 0 8px 25px -8px #6b7280;
    border-color: #6b7280;
}
.btn-gray-500:focus,
.btn-outline-gray-500:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #6b7280;
}
.btn-raised.btn-raised-gray-500 {
    background: #6b7280;
    box-shadow: 0 4px 6px rgba(107, 114, 128, 0.11), 0 1px 3px rgba(107, 114, 128, 0.08);
}
@keyframes btn-glow-gray-500 {
    0% {
        box-shadow: 0 0 0 0.4em #545964, 0 0 0 0.1em #545964;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #545964, 0 0 0 3.6em transparent;
    }
}
.btn-gray-600,
.btn-outline-gray-600 {
    border-color: #4b5563;
}
.btn-gray-600 .btn-spinner,
.btn-outline-gray-600 .btn-spinner {
    animation: btn-glow-gray-600 1s ease infinite;
}
.btn-gray-600:hover,
.btn-outline-gray-600:hover {
    background: #4b5563;
    box-shadow: 0 8px 25px -8px #4b5563;
    border-color: #4b5563;
}
.btn-gray-600:focus,
.btn-outline-gray-600:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #4b5563;
}
.btn-raised.btn-raised-gray-600 {
    background: #4b5563;
    box-shadow: 0 4px 6px rgba(75, 85, 99, 0.11), 0 1px 3px rgba(75, 85, 99, 0.08);
}
@keyframes btn-glow-gray-600 {
    0% {
        box-shadow: 0 0 0 0.4em #353c46, 0 0 0 0.1em #353c46;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #353c46, 0 0 0 3.6em transparent;
    }
}
.btn-gray-700,
.btn-outline-gray-700 {
    border-color: #374151;
}
.btn-gray-700 .btn-spinner,
.btn-outline-gray-700 .btn-spinner {
    animation: btn-glow-gray-700 1s ease infinite;
}
.btn-gray-700:hover,
.btn-outline-gray-700:hover {
    background: #374151;
    box-shadow: 0 8px 25px -8px #374151;
    border-color: #374151;
}
.btn-gray-700:focus,
.btn-outline-gray-700:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #374151;
}
.btn-raised.btn-raised-gray-700 {
    background: #374151;
    box-shadow: 0 4px 6px rgba(55, 65, 81, 0.11), 0 1px 3px rgba(55, 65, 81, 0.08);
}
@keyframes btn-glow-gray-700 {
    0% {
        box-shadow: 0 0 0 0.4em #222933, 0 0 0 0.1em #222933;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #222933, 0 0 0 3.6em transparent;
    }
}
.btn-gray-800,
.btn-outline-gray-800 {
    border-color: #1f2937;
}
.btn-gray-800 .btn-spinner,
.btn-outline-gray-800 .btn-spinner {
    animation: btn-glow-gray-800 1s ease infinite;
}
.btn-gray-800:hover,
.btn-outline-gray-800:hover {
    background: #1f2937;
    box-shadow: 0 8px 25px -8px #1f2937;
    border-color: #1f2937;
}
.btn-gray-800:focus,
.btn-outline-gray-800:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #1f2937;
}
.btn-raised.btn-raised-gray-800 {
    background: #1f2937;
    box-shadow: 0 4px 6px rgba(31, 41, 55, 0.11), 0 1px 3px rgba(31, 41, 55, 0.08);
}
@keyframes btn-glow-gray-800 {
    0% {
        box-shadow: 0 0 0 0.4em #0d1116, 0 0 0 0.1em #0d1116;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #0d1116, 0 0 0 3.6em transparent;
    }
}
.btn-gray-900,
.btn-outline-gray-900 {
    border-color: #111827;
}
.btn-gray-900 .btn-spinner,
.btn-outline-gray-900 .btn-spinner {
    animation: btn-glow-gray-900 1s ease infinite;
}
.btn-gray-900:hover,
.btn-outline-gray-900:hover {
    background: #111827;
    box-shadow: 0 8px 25px -8px #111827;
    border-color: #111827;
}
.btn-gray-900:focus,
.btn-outline-gray-900:focus {
    box-shadow: none;
    box-shadow: 0 8px 25px -8px #111827;
}
.btn-raised.btn-raised-gray-900 {
    background: #111827;
    box-shadow: 0 4px 6px rgba(17, 24, 39, 0.11), 0 1px 3px rgba(17, 24, 39, 0.08);
}
@keyframes btn-glow-gray-900 {
    0% {
        box-shadow: 0 0 0 0.4em #020203, 0 0 0 0.1em #020203;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #fff;
    }
    100% {
        box-shadow: 0 0 0 0.4em #020203, 0 0 0 3.6em transparent;
    }
}
.btn-facebook {
    color: #fff;
    background-color: #3765c9;
    border-color: #3765c9;
}
.btn-facebook:hover {
    background-color: #3765c9;
    border-color: #3765c9;
}
.btn-google {
    color: #fff;
    background-color: #ec412c;
    border-color: #ec412c;
}
.btn-twitter {
    color: #fff;
    background-color: #039ff5;
    border-color: #039ff5;
}
.btn-instagram {
    color: #fff;
    background-color: #c13584;
    border-color: #c13584;
}
.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
}
.btn-dribble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}
.btn-youtube {
    color: #fff;
    background-color: #c4302b;
    border-color: #c4302b;
}
.btn-outline-facebook {
    color: #3765c9 !important;
    border-color: #3765c9;
    background: rgba(229, 231, 235, 0.6);
}
.btn-outline-facebook:hover {
    background: #315bb5;
    border-color: #315bb5;
    color: #fff !important;
}
.btn-outline-google {
    color: #ec412c !important;
    border-color: #ec412c;
    background: rgba(229, 231, 235, 0.6);
}
.btn-outline-google:hover {
    background: #e92c15;
    border-color: #e92c15;
    color: #fff !important;
}
.btn-outline-twitter {
    color: #039ff5 !important;
    border-color: #039ff5;
    background: rgba(229, 231, 235, 0.6);
}
.btn-outline-twitter:hover {
    background: #038fdc;
    border-color: #038fdc;
}
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: 0.3;
    transition: 0s;
}
.nav-tabs {
    border: 0;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 1rem;
}
.nav-tabs .nav-item .nav-link:not(.disabled) {
    color: inherit;
}
.nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #639;
    background: rgba(102, 51, 153, 0.1);
}
.nav-tabs .nav-item .dropdown-toggle:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 6px !important;
}
.tab-content {
    padding: 1rem 0;
}
ngb-tabset.p-0 .tab-content {
    padding: 1rem 0;
}
.dropdown-toggle {
    position: relative;
}
.dropdown-toggle.btn {
    padding-right: 28px;
}
.dropdown-toggle::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 10px !important;
}
.dropdown-menu {
    border: 0;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
}
.dropdown-item {
    padding: 0.42rem 1.5rem;
}
.menu-icon-grid {
    width: 220px;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-icon-grid &gt; a {
    display: inline-flex;
    width: 6rem;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px;
    color: #1f2937;
    border-radius: 4px;
}
.menu-icon-grid &gt; a i {
    font-size: 28px;
    margin-bottom: 4px;
}
.menu-icon-grid &gt; a:hover {
    background: #639;
    color: #fff;
}
.mega-menu {
    position: static;
}
.mega-menu .dropdown-menu {
    left: auto;
    right: 0;
    width: calc(100% - 120px);
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}
.mega-menu .dropdown-menu .bg-img {
    background: linear-gradient(to right, #639, #16b1ff);
}
.mega-menu .dropdown-menu .bg-img,
.mega-menu .dropdown-menu .bg-img .title {
    color: #fff;
}
.mega-menu .dropdown-menu ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}
.mega-menu .dropdown-menu ul.links li a {
    display: inline-block;
    margin-bottom: 8px;
    color: #4b5563;
}
.mega-menu .dropdown-menu ul.links li a:hover {
    color: #639;
}
.widget_dropdown .dropdown-menu {
    left: auto !important;
    right: 2px !important;
}
@media (max-width: 767px) {
    .mega-menu .dropdown-menu {
        width: calc(100% - 10px);
    }
}
[dir="rtl"] .mega-menu .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}
table.dataTable-collapse {
    border-collapse: collapse !important;
}
.terms-group {
    position: relative;
    margin-bottom: 10px;
}
.terms-group label {
    display: flex;
    gap: 6px;
}
.terms-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;
    min-height: 600px;
}
.terms-modal-content-footer {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    justify-content: center;
    background-color: #E4E4E4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: -10px;
}
.terms-modal-content-footer label{
    font-size: 14px;
    color: var(--blue-900);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
#register-terms-modal:disabled + b {
    color: gray;
    cursor: not-allowed;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
}
.form-group label {
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 4px;
}
.form-control {
    border: initial;
    outline: initial !important;
    background: #f3f4f6;
    border: 1px solid #9ca3af;
    color: #111827;
}
.form-control::placeholder {
    color: #6b7280;
}
.form-control.form-control-rounded,
.form-control.rounded {
    border-radius: 20px;
}
select.form-control {
    -webkit-appearance: none;
}
.input-group [type="text"].form-control {
    height: 34px;
}
.input-group-append .btn {
    height: 34px;
    border: 0;
}
[ngbdatepicker] {
    height: 34px;
}
.checkbox,
.radio {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}
.checkbox:hover input ~ .checkmark,
.radio:hover input ~ .checkmark {
    background-color: #6b7280;
}
.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox input:checked ~ .checkmark,
.radio input:checked ~ .checkmark {
    background-color: #639;
}
.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
    display: block;
}
.checkbox input[disabled] ~ *,
.radio input[disabled] ~ * {
    color: #d1d5db;
}
.checkbox .checkmark,
.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #d1d5db;
}
.checkbox .checkmark:after,
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    width: 4px;
    bottom: 0;
    margin: auto;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-primary input:checked ~ .checkmark {
    background-color: #639 !important;
}
.checkbox-secondary input:checked ~ .checkmark {
    background-color: #1f2937 !important;
}
.checkbox-success input:checked ~ .checkmark {
    background-color: #56ca00 !important;
}
.checkbox-info input:checked ~ .checkmark {
    background-color: #16b1ff !important;
}
.checkbox-warning input:checked ~ .checkmark {
    background-color: #ffb400 !important;
}
.checkbox-danger input:checked ~ .checkmark {
    background-color: #ff4c51 !important;
}
.checkbox-light input:checked ~ .checkmark {
    background-color: #6b7280 !important;
}
.checkbox-dark input:checked ~ .checkmark {
    background-color: #111827 !important;
}
.checkbox-gray-100 input:checked ~ .checkmark {
    background-color: #f3f4f6 !important;
}
.checkbox-gray-200 input:checked ~ .checkmark {
    background-color: #e5e7eb !important;
}
.checkbox-gray-300 input:checked ~ .checkmark {
    background-color: #d1d5db !important;
}
.checkbox-gray-400 input:checked ~ .checkmark {
    background-color: #9ca3af !important;
}
.checkbox-gray-500 input:checked ~ .checkmark {
    background-color: #6b7280 !important;
}
.checkbox-gray-600 input:checked ~ .checkmark {
    background-color: #4b5563 !important;
}
.checkbox-gray-700 input:checked ~ .checkmark {
    background-color: #374151 !important;
}
.checkbox-gray-800 input:checked ~ .checkmark {
    background-color: #1f2937 !important;
}
.checkbox-gray-900 input:checked ~ .checkmark {
    background-color: #111827 !important;
}
.checkbox-outline-primary:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-primary input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-primary .checkmark {
    background: #fff;
    border: 1px solid #639;
}
.checkbox-outline-primary .checkmark:after {
    border-color: #639;
}
.checkbox-outline-secondary:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-secondary input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-secondary .checkmark {
    background: #fff;
    border: 1px solid #1f2937;
}
.checkbox-outline-secondary .checkmark:after {
    border-color: #1f2937;
}
.checkbox-outline-success:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-success input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-success .checkmark {
    background: #fff;
    border: 1px solid #56ca00;
}
.checkbox-outline-success .checkmark:after {
    border-color: #56ca00;
}
.checkbox-outline-info:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-info input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-info .checkmark {
    background: #fff;
    border: 1px solid #16b1ff;
}
.checkbox-outline-info .checkmark:after {
    border-color: #16b1ff;
}
.checkbox-outline-warning:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-warning input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-warning .checkmark {
    background: #fff;
    border: 1px solid #ffb400;
}
.checkbox-outline-warning .checkmark:after {
    border-color: #ffb400;
}
.checkbox-outline-danger:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-danger input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-danger .checkmark {
    background: #fff;
    border: 1px solid #ff4c51;
}
.checkbox-outline-danger .checkmark:after {
    border-color: #ff4c51;
}
.checkbox-outline-light:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-light input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-light .checkmark {
    background: #fff;
    border: 1px solid #6b7280;
}
.checkbox-outline-light .checkmark:after {
    border-color: #6b7280;
}
.checkbox-outline-dark:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-dark input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-dark .checkmark {
    background: #fff;
    border: 1px solid #111827;
}
.checkbox-outline-dark .checkmark:after {
    border-color: #111827;
}
.checkbox-outline-gray-100:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-100 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-100 .checkmark {
    background: #fff;
    border: 1px solid #f3f4f6;
}
.checkbox-outline-gray-100 .checkmark:after {
    border-color: #f3f4f6;
}
.checkbox-outline-gray-200:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-200 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-200 .checkmark {
    background: #fff;
    border: 1px solid #e5e7eb;
}
.checkbox-outline-gray-200 .checkmark:after {
    border-color: #e5e7eb;
}
.checkbox-outline-gray-300:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-300 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-300 .checkmark {
    background: #fff;
    border: 1px solid #d1d5db;
}
.checkbox-outline-gray-300 .checkmark:after {
    border-color: #d1d5db;
}
.checkbox-outline-gray-400:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-400 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-400 .checkmark {
    background: #fff;
    border: 1px solid #9ca3af;
}
.checkbox-outline-gray-400 .checkmark:after {
    border-color: #9ca3af;
}
.checkbox-outline-gray-500:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-500 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-500 .checkmark {
    background: #fff;
    border: 1px solid #6b7280;
}
.checkbox-outline-gray-500 .checkmark:after {
    border-color: #6b7280;
}
.checkbox-outline-gray-600:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-600 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-600 .checkmark {
    background: #fff;
    border: 1px solid #4b5563;
}
.checkbox-outline-gray-600 .checkmark:after {
    border-color: #4b5563;
}
.checkbox-outline-gray-700:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-700 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-700 .checkmark {
    background: #fff;
    border: 1px solid #374151;
}
.checkbox-outline-gray-700 .checkmark:after {
    border-color: #374151;
}
.checkbox-outline-gray-800:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-800 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-800 .checkmark {
    background: #fff;
    border: 1px solid #1f2937;
}
.checkbox-outline-gray-800 .checkmark:after {
    border-color: #1f2937;
}
.checkbox-outline-gray-900:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.checkbox-outline-gray-900 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.checkbox-outline-gray-900 .checkmark {
    background: #fff;
    border: 1px solid #111827;
}
.checkbox-outline-gray-900 .checkmark:after {
    border-color: #111827;
}
.radio .checkmark {
    border-radius: 50%;
}
.radio .checkmark:after {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.radio-primary input:checked ~ .checkmark {
    background-color: #639;
}
.radio-secondary input:checked ~ .checkmark {
    background-color: #1f2937;
}
.radio-success input:checked ~ .checkmark {
    background-color: #56ca00;
}
.radio-info input:checked ~ .checkmark {
    background-color: #16b1ff;
}
.radio-warning input:checked ~ .checkmark {
    background-color: #ffb400;
}
.radio-danger input:checked ~ .checkmark {
    background-color: #ff4c51;
}
.radio-light input:checked ~ .checkmark {
    background-color: #6b7280;
}
.radio-dark input:checked ~ .checkmark {
    background-color: #111827;
}
.radio-gray-100 input:checked ~ .checkmark {
    background-color: #f3f4f6;
}
.radio-gray-200 input:checked ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-gray-300 input:checked ~ .checkmark {
    background-color: #d1d5db;
}
.radio-gray-400 input:checked ~ .checkmark {
    background-color: #9ca3af;
}
.radio-gray-500 input:checked ~ .checkmark {
    background-color: #6b7280;
}
.radio-gray-600 input:checked ~ .checkmark {
    background-color: #4b5563;
}
.radio-gray-700 input:checked ~ .checkmark {
    background-color: #374151;
}
.radio-gray-800 input:checked ~ .checkmark {
    background-color: #1f2937;
}
.radio-gray-900 input:checked ~ .checkmark {
    background-color: #111827;
}
.radio-outline-primary:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-primary input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-primary .checkmark {
    background: #fff;
    border: 1px solid #639;
}
.radio-outline-primary .checkmark:after {
    border: 0;
    background: #639;
}
.radio-outline-secondary:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-secondary input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-secondary .checkmark {
    background: #fff;
    border: 1px solid #1f2937;
}
.radio-outline-secondary .checkmark:after {
    border: 0;
    background: #1f2937;
}
.radio-outline-success:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-success input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-success .checkmark {
    background: #fff;
    border: 1px solid #56ca00;
}
.radio-outline-success .checkmark:after {
    border: 0;
    background: #56ca00;
}
.radio-outline-info:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-info input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-info .checkmark {
    background: #fff;
    border: 1px solid #16b1ff;
}
.radio-outline-info .checkmark:after {
    border: 0;
    background: #16b1ff;
}
.radio-outline-warning:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-warning input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-warning .checkmark {
    background: #fff;
    border: 1px solid #ffb400;
}
.radio-outline-warning .checkmark:after {
    border: 0;
    background: #ffb400;
}
.radio-outline-danger:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-danger input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-danger .checkmark {
    background: #fff;
    border: 1px solid #ff4c51;
}
.radio-outline-danger .checkmark:after {
    border: 0;
    background: #ff4c51;
}
.radio-outline-light:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-light input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-light .checkmark {
    background: #fff;
    border: 1px solid #6b7280;
}
.radio-outline-light .checkmark:after {
    border: 0;
    background: #6b7280;
}
.radio-outline-dark:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-dark input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-dark .checkmark {
    background: #fff;
    border: 1px solid #111827;
}
.radio-outline-dark .checkmark:after {
    border: 0;
    background: #111827;
}
.radio-outline-gray-100:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-100 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-100 .checkmark {
    background: #fff;
    border: 1px solid #f3f4f6;
}
.radio-outline-gray-100 .checkmark:after {
    border: 0;
    background: #f3f4f6;
}
.radio-outline-gray-200:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-200 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-200 .checkmark {
    background: #fff;
    border: 1px solid #e5e7eb;
}
.radio-outline-gray-200 .checkmark:after {
    border: 0;
    background: #e5e7eb;
}
.radio-outline-gray-300:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-300 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-300 .checkmark {
    background: #fff;
    border: 1px solid #d1d5db;
}
.radio-outline-gray-300 .checkmark:after {
    border: 0;
    background: #d1d5db;
}
.radio-outline-gray-400:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-400 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-400 .checkmark {
    background: #fff;
    border: 1px solid #9ca3af;
}
.radio-outline-gray-400 .checkmark:after {
    border: 0;
    background: #9ca3af;
}
.radio-outline-gray-500:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-500 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-500 .checkmark {
    background: #fff;
    border: 1px solid #6b7280;
}
.radio-outline-gray-500 .checkmark:after {
    border: 0;
    background: #6b7280;
}
.radio-outline-gray-600:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-600 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-600 .checkmark {
    background: #fff;
    border: 1px solid #4b5563;
}
.radio-outline-gray-600 .checkmark:after {
    border: 0;
    background: #4b5563;
}
.radio-outline-gray-700:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-700 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-700 .checkmark {
    background: #fff;
    border: 1px solid #374151;
}
.radio-outline-gray-700 .checkmark:after {
    border: 0;
    background: #374151;
}
.radio-outline-gray-800:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-800 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-800 .checkmark {
    background: #fff;
    border: 1px solid #1f2937;
}
.radio-outline-gray-800 .checkmark:after {
    border: 0;
    background: #1f2937;
}
.radio-outline-gray-900:hover input ~ .checkmark {
    background-color: #e5e7eb;
}
.radio-outline-gray-900 input:checked ~ .checkmark {
    background-color: #fff !important;
}
.radio-outline-gray-900 .checkmark {
    background: #fff;
    border: 1px solid #111827;
}
.radio-outline-gray-900 .checkmark:after {
    border: 0;
    background: #111827;
}
.switch {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    height: 16px;
}
.switch span:not(.slider) {
    position: relative;
    top: -2px;
    cursor: pointer;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    width: 42px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #d1d5db;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -1px;
    bottom: -4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.switch input:checked + .slider {
    background-color: #639;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #639;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.switch-primary input:checked + .slider {
    background-color: #639;
}
.switch-primary input:focus + .slider {
    box-shadow: 0 0 1px #639;
}
.switch-secondary input:checked + .slider {
    background-color: #1f2937;
}
.switch-secondary input:focus + .slider {
    box-shadow: 0 0 1px #1f2937;
}
.switch-success input:checked + .slider {
    background-color: #56ca00;
}
.switch-success input:focus + .slider {
    box-shadow: 0 0 1px #56ca00;
}
.switch-info input:checked + .slider {
    background-color: #16b1ff;
}
.switch-info input:focus + .slider {
    box-shadow: 0 0 1px #16b1ff;
}
.switch-warning input:checked + .slider {
    background-color: #ffb400;
}
.switch-warning input:focus + .slider {
    box-shadow: 0 0 1px #ffb400;
}
.switch-danger input:checked + .slider {
    background-color: #ff4c51;
}
.switch-danger input:focus + .slider {
    box-shadow: 0 0 1px #ff4c51;
}
.switch-light input:checked + .slider {
    background-color: #6b7280;
}
.switch-light input:focus + .slider {
    box-shadow: 0 0 1px #6b7280;
}
.switch-dark input:checked + .slider {
    background-color: #111827;
}
.switch-dark input:focus + .slider {
    box-shadow: 0 0 1px #111827;
}
.switch-gray-100 input:checked + .slider {
    background-color: #f3f4f6;
}
.switch-gray-100 input:focus + .slider {
    box-shadow: 0 0 1px #f3f4f6;
}
.switch-gray-200 input:checked + .slider {
    background-color: #e5e7eb;
}
.switch-gray-200 input:focus + .slider {
    box-shadow: 0 0 1px #e5e7eb;
}
.switch-gray-300 input:checked + .slider {
    background-color: #d1d5db;
}
.switch-gray-300 input:focus + .slider {
    box-shadow: 0 0 1px #d1d5db;
}
.switch-gray-400 input:checked + .slider {
    background-color: #9ca3af;
}
.switch-gray-400 input:focus + .slider {
    box-shadow: 0 0 1px #9ca3af;
}
.switch-gray-500 input:checked + .slider {
    background-color: #6b7280;
}
.switch-gray-500 input:focus + .slider {
    box-shadow: 0 0 1px #6b7280;
}
.switch-gray-600 input:checked + .slider {
    background-color: #4b5563;
}
.switch-gray-600 input:focus + .slider {
    box-shadow: 0 0 1px #4b5563;
}
.switch-gray-700 input:checked + .slider {
    background-color: #374151;
}
.switch-gray-700 input:focus + .slider {
    box-shadow: 0 0 1px #374151;
}
.switch-gray-800 input:checked + .slider {
    background-color: #1f2937;
}
.switch-gray-800 input:focus + .slider {
    box-shadow: 0 0 1px #1f2937;
}
.switch-gray-900 input:checked + .slider {
    background-color: #111827;
}
.switch-gray-900 input:focus + .slider {
    box-shadow: 0 0 1px #111827;
}
[dir="rtl"] .checkbox,
[dir="rtl"] .radio {
    padding-left: 0;
    padding-right: 28px;
}
[dir="rtl"] .checkbox .checkmark,
[dir="rtl"] .radio .checkmark {
    left: auto;
    right: 0;
}
.icon-regular {
    font-size: 18px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.link-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #111827;
}
.link-icon i {
    margin: 0 8px;
}
.spinner-glow {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #d1d5db;
    border-radius: 50%;
    margin: 4px auto;
    border: 2px solid transparent;
    animation: glow 1s ease infinite;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 0.1em #a1a2a1;
        transform: rotate(360deg);
    }
    50% {
        border-top-color: #605556;
    }
    100% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 3.6em transparent;
    }
}
.spinner-glow-primary {
    background: rgba(102, 51, 153, 0.45);
    animation: glow-primary 1s ease infinite;
}
.spinner-glow-secondary {
    background: rgba(31, 41, 55, 0.45);
    animation: glow-secondary 1s ease infinite;
}
.spinner-glow-success {
    background: rgba(86, 202, 0, 0.45);
    animation: glow-success 1s ease infinite;
}
.spinner-glow-info {
    background: rgba(22, 177, 255, 0.45);
    animation: glow-info 1s ease infinite;
}
.spinner-glow-warning {
    background: rgba(255, 180, 0, 0.45);
    animation: glow-warning 1s ease infinite;
}
.spinner-glow-danger {
    background: rgba(255, 76, 81, 0.45);
    animation: glow-danger 1s ease infinite;
}
.spinner-glow-light {
    background: rgba(107, 114, 128, 0.45);
    animation: glow-light 1s ease infinite;
}
.spinner-glow-dark {
    background: rgba(17, 24, 39, 0.45);
    animation: glow-dark 1s ease infinite;
}
.spinner-glow-gray-100 {
    background: rgba(243, 244, 246, 0.45);
    animation: glow-gray-100 1s ease infinite;
}
.spinner-glow-gray-200 {
    background: rgba(229, 231, 235, 0.45);
    animation: glow-gray-200 1s ease infinite;
}
.spinner-glow-gray-300 {
    background: rgba(209, 213, 219, 0.45);
    animation: glow-gray-300 1s ease infinite;
}
.spinner-glow-gray-400 {
    background: rgba(156, 163, 175, 0.45);
    animation: glow-gray-400 1s ease infinite;
}
.spinner-glow-gray-500 {
    background: rgba(107, 114, 128, 0.45);
    animation: glow-gray-500 1s ease infinite;
}
.spinner-glow-gray-600 {
    background: rgba(75, 85, 99, 0.45);
    animation: glow-gray-600 1s ease infinite;
}
.spinner-glow-gray-700 {
    background: rgba(55, 65, 81, 0.45);
    animation: glow-gray-700 1s ease infinite;
}
.spinner-glow-gray-800 {
    background: rgba(31, 41, 55, 0.45);
    animation: glow-gray-800 1s ease infinite;
}
.spinner-glow-gray-900 {
    background: rgba(17, 24, 39, 0.45);
    animation: glow-gray-900 1s ease infinite;
}
@keyframes glow-primary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.45), 0 0 0 0.1em rgba(102, 51, 153, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(102, 51, 153, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-secondary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(31, 41, 55, 0.45), 0 0 0 0.1em rgba(31, 41, 55, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(31, 41, 55, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(31, 41, 55, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-success {
    0% {
        box-shadow: 0 0 0 0.4em rgba(86, 202, 0, 0.45), 0 0 0 0.1em rgba(86, 202, 0, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(86, 202, 0, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(86, 202, 0, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-info {
    0% {
        box-shadow: 0 0 0 0.4em rgba(22, 177, 255, 0.45), 0 0 0 0.1em rgba(22, 177, 255, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(22, 177, 255, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(22, 177, 255, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-warning {
    0% {
        box-shadow: 0 0 0 0.4em rgba(255, 180, 0, 0.45), 0 0 0 0.1em rgba(255, 180, 0, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(255, 180, 0, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(255, 180, 0, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-danger {
    0% {
        box-shadow: 0 0 0 0.4em rgba(255, 76, 81, 0.45), 0 0 0 0.1em rgba(255, 76, 81, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(255, 76, 81, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(255, 76, 81, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-light {
    0% {
        box-shadow: 0 0 0 0.4em rgba(107, 114, 128, 0.45), 0 0 0 0.1em rgba(107, 114, 128, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(107, 114, 128, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(107, 114, 128, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-dark {
    0% {
        box-shadow: 0 0 0 0.4em rgba(17, 24, 39, 0.45), 0 0 0 0.1em rgba(17, 24, 39, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(17, 24, 39, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(17, 24, 39, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-100 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(243, 244, 246, 0.45), 0 0 0 0.1em rgba(243, 244, 246, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(243, 244, 246, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(243, 244, 246, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-200 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(229, 231, 235, 0.45), 0 0 0 0.1em rgba(229, 231, 235, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(229, 231, 235, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(229, 231, 235, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-300 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(209, 213, 219, 0.45), 0 0 0 0.1em rgba(209, 213, 219, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(209, 213, 219, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(209, 213, 219, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-400 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(156, 163, 175, 0.45), 0 0 0 0.1em rgba(156, 163, 175, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(156, 163, 175, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(156, 163, 175, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-500 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(107, 114, 128, 0.45), 0 0 0 0.1em rgba(107, 114, 128, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(107, 114, 128, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(107, 114, 128, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-600 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(75, 85, 99, 0.45), 0 0 0 0.1em rgba(75, 85, 99, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(75, 85, 99, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(75, 85, 99, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-700 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(55, 65, 81, 0.45), 0 0 0 0.1em rgba(55, 65, 81, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(55, 65, 81, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(55, 65, 81, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-800 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(31, 41, 55, 0.45), 0 0 0 0.1em rgba(31, 41, 55, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(31, 41, 55, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(31, 41, 55, 0.75), 0 0 0 3.6em transparent;
    }
}
@keyframes glow-gray-900 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(17, 24, 39, 0.45), 0 0 0 0.1em rgba(17, 24, 39, 0.45);
        transform: rotate(360deg);
    }
    50% {
        border-top-color: rgba(17, 24, 39, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(17, 24, 39, 0.75), 0 0 0 3.6em transparent;
    }
}
.spinner {
    display: inline-block;
    font-size: 10px;
    margin: auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1.4s infinite linear;
    animation: spin 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before {
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.spinner:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.spinner-primary {
    background: #639;
    background: -moz-linear-gradient(left, #639 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #639 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #639 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #639 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #639 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-primary:before {
    background: #639;
}
.spinner-secondary {
    background: #1f2937;
    background: -moz-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-secondary:before {
    background: #1f2937;
}
.spinner-success {
    background: #56ca00;
    background: -moz-linear-gradient(left, #56ca00 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #56ca00 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #56ca00 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #56ca00 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #56ca00 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-success:before {
    background: #56ca00;
}
.spinner-info {
    background: #16b1ff;
    background: -moz-linear-gradient(left, #16b1ff 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #16b1ff 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #16b1ff 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #16b1ff 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #16b1ff 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-info:before {
    background: #16b1ff;
}
.spinner-warning {
    background: #ffb400;
    background: -moz-linear-gradient(left, #ffb400 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #ffb400 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #ffb400 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #ffb400 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #ffb400 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-warning:before {
    background: #ffb400;
}
.spinner-danger {
    background: #ff4c51;
    background: -moz-linear-gradient(left, #ff4c51 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #ff4c51 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #ff4c51 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #ff4c51 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #ff4c51 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-danger:before {
    background: #ff4c51;
}
.spinner-light {
    background: #6b7280;
    background: -moz-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-light:before {
    background: #6b7280;
}
.spinner-dark {
    background: #111827;
    background: -moz-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #111827 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-dark:before {
    background: #111827;
}
.spinner-gray-100 {
    background: #f3f4f6;
    background: -moz-linear-gradient(left, #f3f4f6 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #f3f4f6 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #f3f4f6 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #f3f4f6 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #f3f4f6 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-100:before {
    background: #f3f4f6;
}
.spinner-gray-200 {
    background: #e5e7eb;
    background: -moz-linear-gradient(left, #e5e7eb 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #e5e7eb 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #e5e7eb 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #e5e7eb 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #e5e7eb 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-200:before {
    background: #e5e7eb;
}
.spinner-gray-300 {
    background: #d1d5db;
    background: -moz-linear-gradient(left, #d1d5db 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #d1d5db 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #d1d5db 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #d1d5db 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #d1d5db 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-300:before {
    background: #d1d5db;
}
.spinner-gray-400 {
    background: #9ca3af;
    background: -moz-linear-gradient(left, #9ca3af 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #9ca3af 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #9ca3af 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #9ca3af 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #9ca3af 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-400:before {
    background: #9ca3af;
}
.spinner-gray-500 {
    background: #6b7280;
    background: -moz-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #6b7280 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-500:before {
    background: #6b7280;
}
.spinner-gray-600 {
    background: #4b5563;
    background: -moz-linear-gradient(left, #4b5563 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #4b5563 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #4b5563 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #4b5563 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #4b5563 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-600:before {
    background: #4b5563;
}
.spinner-gray-700 {
    background: #374151;
    background: -moz-linear-gradient(left, #374151 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #374151 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #374151 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #374151 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #374151 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-700:before {
    background: #374151;
}
.spinner-gray-800 {
    background: #1f2937;
    background: -moz-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #1f2937 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-800:before {
    background: #1f2937;
}
.spinner-gray-900 {
    background: #111827;
    background: -moz-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -webkit-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -o-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: -ms-linear-gradient(left, #111827 10%, rgba(67, 236, 76, 0) 42%);
    background: linear-gradient(to right, #111827 10%, rgba(67, 236, 76, 0) 42%);
}
.spinner-gray-900:before {
    background: #111827;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-bubble {
    display: inline-block;
    font-size: 8px;
    margin: 30px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: bubble-circle 1.3s infinite linear;
    animation: bubble-circle 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner-bubble-primary {
    color: #639;
}
.spinner-bubble-secondary {
    color: #1f2937;
}
.spinner-bubble-success {
    color: #56ca00;
}
.spinner-bubble-info {
    color: #16b1ff;
}
.spinner-bubble-warning {
    color: #ffb400;
}
.spinner-bubble-danger {
    color: #ff4c51;
}
.spinner-bubble-light {
    color: #6b7280;
}
.spinner-bubble-dark {
    color: #111827;
}
.spinner-bubble-gray-100 {
    color: #f3f4f6;
}
.spinner-bubble-gray-200 {
    color: #e5e7eb;
}
.spinner-bubble-gray-300 {
    color: #d1d5db;
}
.spinner-bubble-gray-400 {
    color: #9ca3af;
}
.spinner-bubble-gray-500 {
    color: #6b7280;
}
.spinner-bubble-gray-600 {
    color: #4b5563;
}
.spinner-bubble-gray-700 {
    color: #374151;
}
.spinner-bubble-gray-800 {
    color: #1f2937;
}
.spinner-bubble-gray-900 {
    color: #111827;
}
@-webkit-keyframes bubble-circle {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes bubble-circle {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
}
.loader-bubble,
.loader-bubble:after,
.loader-bubble:before {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: bubble-horz 1.8s infinite ease-in-out;
    animation: bubble-horz 1.8s infinite ease-in-out;
}
.loader-bubble {
    display: inline-block;
    font-size: 6px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader-bubble-primary {
    color: #639;
}
.loader-bubble-secondary {
    color: #1f2937;
}
.loader-bubble-success {
    color: #56ca00;
}
.loader-bubble-info {
    color: #16b1ff;
}
.loader-bubble-warning {
    color: #ffb400;
}
.loader-bubble-danger {
    color: #ff4c51;
}
.loader-bubble-light {
    color: #6b7280;
}
.loader-bubble-dark {
    color: #111827;
}
.loader-bubble-gray-100 {
    color: #f3f4f6;
}
.loader-bubble-gray-200 {
    color: #e5e7eb;
}
.loader-bubble-gray-300 {
    color: #d1d5db;
}
.loader-bubble-gray-400 {
    color: #9ca3af;
}
.loader-bubble-gray-500 {
    color: #6b7280;
}
.loader-bubble-gray-600 {
    color: #4b5563;
}
.loader-bubble-gray-700 {
    color: #374151;
}
.loader-bubble-gray-800 {
    color: #1f2937;
}
.loader-bubble-gray-900 {
    color: #111827;
}
.loader-bubble:after,
.loader-bubble:before {
    content: "";
    position: absolute;
    top: 0;
}
.loader-bubble:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader-bubble:after {
    left: 3.5em;
}
@-webkit-keyframes bubble-horz {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes bubble-horz {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.alert {
    border-radius: 10px;
}
.alert .btn-close {
    outline: 0;
    font-size: 10px;
}
.alert-card {
    border: none;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #9ca3af;
}
.alert-card.alert-success {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #56ca00;
}
.alert-card.alert-warning {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #ffb400;
}
.alert-card.alert-info {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #16b1ff;
}
.alert-card.alert-danger {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #ff4c51;
}
.alert-card.alert-dark {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #4b5563;
}
.swal2-container .swal2-modal {
    font-family: Nunito, sans-serif;
}
.swal2-container .swal2-spacer {
    margin: 1.5rem 0;
}
.swal2-container .swal2-styled:not(.swal2-cancel) {
    background: #639 !important;
    outline: 0;
}
.swal2-container .swal2-styled:not(.swal2-cancel):focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.5);
}
.sidebar-container {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.sidebar-container .sidebar-content {
    position: relative;
    height: 100%;
    transition: all 0.3s ease-in;
}
.sidebar-container .sidebar-content:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sidebar-container .sidebar {
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in;
    z-index: 60;
}
.sidebar-container .sidebar .sidebar-close {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    z-index: 999;
}
@media (max-width: 767px) {
    .sidebar-container .sidebar {
        background: #fff;
    }
    .sidebar-container .sidebar .sidebar-close {
        display: block;
    }
}
img-cropper input[type="file"] {
    margin-bottom: 1rem;
}
.badge {
    font-weight: 600;
}
.badge-outline-primary {
    background: unset;
    border: 1px solid #639;
    color: #639;
}
.badge-outline-secondary {
    background: unset;
    border: 1px solid #1f2937;
    color: #1f2937;
}
.badge-outline-success {
    background: unset;
    border: 1px solid #56ca00;
    color: #56ca00;
}
.badge-outline-info {
    background: unset;
    border: 1px solid #16b1ff;
    color: #16b1ff;
}
.badge-outline-warning {
    background: unset;
    border: 1px solid #ffb400;
    color: #ffb400;
}
.badge-outline-danger {
    background: unset;
    border: 1px solid #ff4c51;
    color: #ff4c51;
}
.badge-outline-light {
    background: unset;
    border: 1px solid #6b7280;
    color: #6b7280;
}
.badge-outline-dark {
    background: unset;
    border: 1px solid #111827;
    color: #111827;
}
.badge-outline-gray-100 {
    background: unset;
    border: 1px solid #f3f4f6;
    color: #f3f4f6;
}
.badge-outline-gray-200 {
    background: unset;
    border: 1px solid #e5e7eb;
    color: #e5e7eb;
}
.badge-outline-gray-300 {
    background: unset;
    border: 1px solid #d1d5db;
    color: #d1d5db;
}
.badge-outline-gray-400 {
    background: unset;
    border: 1px solid #9ca3af;
    color: #9ca3af;
}
.badge-outline-gray-500 {
    background: unset;
    border: 1px solid #6b7280;
    color: #6b7280;
}
.badge-outline-gray-600 {
    background: unset;
    border: 1px solid #4b5563;
    color: #4b5563;
}
.badge-outline-gray-700 {
    background: unset;
    border: 1px solid #374151;
    color: #374151;
}
.badge-outline-gray-800 {
    background: unset;
    border: 1px solid #1f2937;
    color: #1f2937;
}
.badge-outline-gray-900 {
    background: unset;
    border: 1px solid #111827;
    color: #111827;
}
.badge-top-container {
    position: relative;
}
.badge-top-container .badge {
    position: absolute;
    top: 2px;
    right: 4px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification-badge-container .badge {
    background-color: #005ECE;
}
.notification-badge-container {
    width: 40px;
}
.ul-badge-pill-primary {
    background: #639;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-secondary {
    background: #1f2937;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-success {
    background: #56ca00;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-info {
    background: #16b1ff;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-warning {
    background: #ffb400;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-danger {
    background: #ff4c51;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-light {
    background: #6b7280;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-dark {
    background: #111827;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-100 {
    background: #f3f4f6;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-200 {
    background: #e5e7eb;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-300 {
    background: #d1d5db;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-400 {
    background: #9ca3af;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-500 {
    background: #6b7280;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-600 {
    background: #4b5563;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-700 {
    background: #374151;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-800 {
    background: #1f2937;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.ul-badge-pill-gray-900 {
    background: #111827;
    border-radius: 50%;
    width: 25px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    font-size: 0.8rem;
}
.badge-round-primary {
    background: #639;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-primary.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-primary.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-primary.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-primary.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-secondary {
    background: #1f2937;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-secondary.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-secondary.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-secondary.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-secondary.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-success {
    background: #56ca00;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-success.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-success.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-success.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-success.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-info {
    background: #16b1ff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-info.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-info.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-info.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-info.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-warning {
    background: #ffb400;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-warning.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-warning.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-warning.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-warning.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-danger {
    background: #ff4c51;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-danger.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-danger.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-danger.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-danger.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-light {
    background: #6b7280;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-light.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-light.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-light.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-light.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-dark {
    background: #111827;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-dark.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-dark.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-dark.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-dark.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-100 {
    background: #f3f4f6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-100.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-100.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-100.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-100.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-200 {
    background: #e5e7eb;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-200.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-200.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-200.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-200.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-300 {
    background: #d1d5db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-300.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-300.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-300.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-300.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-400 {
    background: #9ca3af;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-400.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-400.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-400.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-400.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-500 {
    background: #6b7280;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-500.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-500.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-500.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-500.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-600 {
    background: #4b5563;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-600.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-600.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-600.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-600.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-700 {
    background: #374151;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-700.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-700.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-700.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-700.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-800 {
    background: #1f2937;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-800.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-800.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-800.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-800.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-round-gray-900 {
    background: #111827;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    justify-content: center;
}
.badge-round-gray-900.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round-gray-900.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round-gray-900.sm {
    width: 18px;
    height: 18px;
    line-height: 13px;
    justify-content: center;
}
.badge-round-gray-900.pill {
    width: 45px;
    height: 18px;
    line-height: 13px;
    border-radius: 10px;
}
.badge-dot-primary {
    height: 4px;
    width: 4px;
    background-color: #639;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-secondary {
    height: 4px;
    width: 4px;
    background-color: #1f2937;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-success {
    height: 4px;
    width: 4px;
    background-color: #56ca00;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-info {
    height: 4px;
    width: 4px;
    background-color: #16b1ff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-warning {
    height: 4px;
    width: 4px;
    background-color: #ffb400;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-danger {
    height: 4px;
    width: 4px;
    background-color: #ff4c51;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-light {
    height: 4px;
    width: 4px;
    background-color: #6b7280;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-dark {
    height: 4px;
    width: 4px;
    background-color: #111827;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-100 {
    height: 4px;
    width: 4px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-200 {
    height: 4px;
    width: 4px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-300 {
    height: 4px;
    width: 4px;
    background-color: #d1d5db;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-400 {
    height: 4px;
    width: 4px;
    background-color: #9ca3af;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-500 {
    height: 4px;
    width: 4px;
    background-color: #6b7280;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-600 {
    height: 4px;
    width: 4px;
    background-color: #4b5563;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-700 {
    height: 4px;
    width: 4px;
    background-color: #374151;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-800 {
    height: 4px;
    width: 4px;
    background-color: #1f2937;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.badge-dot-gray-900 {
    height: 4px;
    width: 4px;
    background-color: #111827;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.outline-round-primary {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #639;
    color: #639;
    line-height: 13px;
    justify-content: center;
}
.outline-round-secondary {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #1f2937;
    color: #1f2937;
    line-height: 13px;
    justify-content: center;
}
.outline-round-success {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #56ca00;
    color: #56ca00;
    line-height: 13px;
    justify-content: center;
}
.outline-round-info {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #16b1ff;
    color: #16b1ff;
    line-height: 13px;
    justify-content: center;
}
.outline-round-warning {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #ffb400;
    color: #ffb400;
    line-height: 13px;
    justify-content: center;
}
.outline-round-danger {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #ff4c51;
    color: #ff4c51;
    line-height: 13px;
    justify-content: center;
}
.outline-round-light {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #6b7280;
    color: #6b7280;
    line-height: 13px;
    justify-content: center;
}
.outline-round-dark {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #111827;
    color: #111827;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-100 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #f3f4f6;
    color: #f3f4f6;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-200 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e7eb;
    color: #e5e7eb;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-300 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #d1d5db;
    color: #d1d5db;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-400 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #9ca3af;
    color: #9ca3af;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-500 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #6b7280;
    color: #6b7280;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-600 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #4b5563;
    color: #4b5563;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-700 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #374151;
    color: #374151;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-800 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #1f2937;
    color: #1f2937;
    line-height: 13px;
    justify-content: center;
}
.outline-round-gray-900 {
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #111827;
    color: #111827;
    line-height: 13px;
    justify-content: center;
}
.badge-square-primary {
    background: #639;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-primary.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-primary.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-secondary {
    background: #1f2937;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-secondary.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-secondary.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-success {
    background: #56ca00;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-success.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-success.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-info {
    background: #16b1ff;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-info.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-info.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-warning {
    background: #ffb400;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-warning.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-warning.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-danger {
    background: #ff4c51;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-danger.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-danger.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-light {
    background: #6b7280;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-light.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-light.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-dark {
    background: #111827;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-dark.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-dark.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-100 {
    background: #f3f4f6;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-100.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-100.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-200 {
    background: #e5e7eb;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-200.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-200.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-300 {
    background: #d1d5db;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-300.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-300.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-400 {
    background: #9ca3af;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-400.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-400.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-500 {
    background: #6b7280;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-500.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-500.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-600 {
    background: #4b5563;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-600.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-600.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-700 {
    background: #374151;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-700.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-700.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-800 {
    background: #1f2937;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-800.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-800.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-square-gray-900 {
    background: #111827;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.badge-square-gray-900.lg {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square-gray-900.xl {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
}
.badge-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-round.badge-round-opacity-primary {
    background: #ccb3e6;
    color: #639;
}
.badge-round.badge-round-opacity-secondary {
    background: #728cb0;
    color: #1f2937;
}
.badge-round.badge-round-opacity-success {
    background: #c3ff97;
    color: #56ca00;
}
.badge-round.badge-round-opacity-info {
    background: #e2f5ff;
    color: #16b1ff;
}
.badge-round.badge-round-opacity-warning {
    background: #fff0cc;
    color: #ffb400;
}
.badge-round.badge-round-opacity-danger {
    background: #fff;
    color: #ff4c51;
}
.badge-round.badge-round-opacity-light {
    background: #d8dadf;
    color: #6b7280;
}
.badge-round.badge-round-opacity-dark {
    background: #5170b3;
    color: #111827;
}
.badge-round.badge-round-opacity-gray-100 {
    background: #fff;
    color: #f3f4f6;
}
.badge-round.badge-round-opacity-gray-200 {
    background: #fff;
    color: #e5e7eb;
}
.badge-round.badge-round-opacity-gray-300 {
    background: #fff;
    color: #d1d5db;
}
.badge-round.badge-round-opacity-gray-400 {
    background: #fff;
    color: #9ca3af;
}
.badge-round.badge-round-opacity-gray-500 {
    background: #d8dadf;
    color: #6b7280;
}
.badge-round.badge-round-opacity-gray-600 {
    background: #b4bbc6;
    color: #4b5563;
}
.badge-round.badge-round-opacity-gray-700 {
    background: #9aa6ba;
    color: #374151;
}
.badge-round.badge-round-opacity-gray-800 {
    background: #728cb0;
    color: #1f2937;
}
.badge-round.badge-round-opacity-gray-900 {
    background: #5170b3;
    color: #111827;
}
.badge-square {
    border-radius: 20%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
}
.badge-square.badge-square-opacity-primary {
    background: #ccb3e6;
    color: #639;
}
.badge-square.badge-square-opacity-secondary {
    background: #728cb0;
    color: #1f2937;
}
.badge-square.badge-square-opacity-success {
    background: #c3ff97;
    color: #56ca00;
}
.badge-square.badge-square-opacity-info {
    background: #e2f5ff;
    color: #16b1ff;
}
.badge-square.badge-square-opacity-warning {
    background: #fff0cc;
    color: #ffb400;
}
.badge-square.badge-square-opacity-danger {
    background: #fff;
    color: #ff4c51;
}
.badge-square.badge-square-opacity-light {
    background: #d8dadf;
    color: #6b7280;
}
.badge-square.badge-square-opacity-dark {
    background: #5170b3;
    color: #111827;
}
.badge-square.badge-square-opacity-gray-100 {
    background: #fff;
    color: #f3f4f6;
}
.badge-square.badge-square-opacity-gray-200 {
    background: #fff;
    color: #e5e7eb;
}
.badge-square.badge-square-opacity-gray-300 {
    background: #fff;
    color: #d1d5db;
}
.badge-square.badge-square-opacity-gray-400 {
    background: #fff;
    color: #9ca3af;
}
.badge-square.badge-square-opacity-gray-500 {
    background: #d8dadf;
    color: #6b7280;
}
.badge-square.badge-square-opacity-gray-600 {
    background: #b4bbc6;
    color: #4b5563;
}
.badge-square.badge-square-opacity-gray-700 {
    background: #9aa6ba;
    color: #374151;
}
.badge-square.badge-square-opacity-gray-800 {
    background: #728cb0;
    color: #1f2937;
}
.badge-square.badge-square-opacity-gray-900 {
    background: #5170b3;
    color: #111827;
}
.w-badge {
    border-radius: 0;
    padding: 4px;
    color: #fff;
}
.r-badge {
    padding: 4px;
}
.popover {
    border: none;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.popover .arrow::before {
    border-color: transparent;
}
ngb-rating .star {
    position: relative;
    display: inline-block;
}
ngb-rating .half {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}
.rating-primary {
    color: #639;
}
.rating-primary .star {
    color: #6b7280;
}
.rating-primary .full,
.rating-primary .half {
    color: #639;
}
.rating-secondary {
    color: #1f2937;
}
.rating-secondary .star {
    color: #6b7280;
}
.rating-secondary .full,
.rating-secondary .half {
    color: #1f2937;
}
.rating-success {
    color: #56ca00;
}
.rating-success .star {
    color: #6b7280;
}
.rating-success .full,
.rating-success .half {
    color: #56ca00;
}
.rating-info {
    color: #16b1ff;
}
.rating-info .star {
    color: #6b7280;
}
.rating-info .full,
.rating-info .half {
    color: #16b1ff;
}
.rating-warning {
    color: #ffb400;
}
.rating-warning .star {
    color: #6b7280;
}
.rating-warning .full,
.rating-warning .half {
    color: #ffb400;
}
.rating-danger {
    color: #ff4c51;
}
.rating-danger .star {
    color: #6b7280;
}
.rating-danger .full,
.rating-danger .half {
    color: #ff4c51;
}
.rating-light {
    color: #6b7280;
}
.rating-light .star {
    color: #6b7280;
}
.rating-light .full,
.rating-light .half {
    color: #6b7280;
}
.rating-dark {
    color: #111827;
}
.rating-dark .star {
    color: #6b7280;
}
.rating-dark .full,
.rating-dark .half {
    color: #111827;
}
.rating-gray-100 {
    color: #f3f4f6;
}
.rating-gray-100 .star {
    color: #6b7280;
}
.rating-gray-100 .full,
.rating-gray-100 .half {
    color: #f3f4f6;
}
.rating-gray-200 {
    color: #e5e7eb;
}
.rating-gray-200 .star {
    color: #6b7280;
}
.rating-gray-200 .full,
.rating-gray-200 .half {
    color: #e5e7eb;
}
.rating-gray-300 {
    color: #d1d5db;
}
.rating-gray-300 .star {
    color: #6b7280;
}
.rating-gray-300 .full,
.rating-gray-300 .half {
    color: #d1d5db;
}
.rating-gray-400 {
    color: #9ca3af;
}
.rating-gray-400 .star {
    color: #6b7280;
}
.rating-gray-400 .full,
.rating-gray-400 .half {
    color: #9ca3af;
}
.rating-gray-500 {
    color: #6b7280;
}
.rating-gray-500 .star {
    color: #6b7280;
}
.rating-gray-500 .full,
.rating-gray-500 .half {
    color: #6b7280;
}
.rating-gray-600 {
    color: #4b5563;
}
.rating-gray-600 .star {
    color: #6b7280;
}
.rating-gray-600 .full,
.rating-gray-600 .half {
    color: #4b5563;
}
.rating-gray-700 {
    color: #374151;
}
.rating-gray-700 .star {
    color: #6b7280;
}
.rating-gray-700 .full,
.rating-gray-700 .half {
    color: #374151;
}
.rating-gray-800 {
    color: #1f2937;
}
.rating-gray-800 .star {
    color: #6b7280;
}
.rating-gray-800 .full,
.rating-gray-800 .half {
    color: #1f2937;
}
.rating-gray-900 {
    color: #111827;
}
.rating-gray-900 .star {
    color: #6b7280;
}
.rating-gray-900 .full,
.rating-gray-900 .half {
    color: #111827;
}
.search-ui {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0.75rem 1.5rem 1.5rem 4.5rem;
    z-index: 9999;
    display: none;
}
.search-ui.open {
    display: block;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-ui .search-header .logo {
    height: 64px;
    width: auto;
}
.search-ui input.search-input {
    font-size: 4rem;
    font-weight: 600;
    border: 0;
    margin-bottom: 1.5rem;
}
.search-ui input.search-input:focus {
    outline: 0;
}
.search-ui input.search-input::placeholder {
    color: #9ca3af;
}
.search-ui .search-title {
    margin-bottom: 1.25rem;
}
.search-ui .search-title span {
    font-weight: 600;
}
@media (max-width: 767px) {
    .search-ui {
        padding: 1rem;
    }
}
.tagging {
    border: 1px solid #d1d5db;
    font-size: 1em;
    height: auto;
    padding: 10px 10px 15px;
    border-radius: 4px;
}
.tagging.editable {
    cursor: text;
}
.tag {
    background: none repeat scroll 0 0 #639;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 0;
    margin: 5px 10px 0 0;
}
.tag span {
    background: none repeat scroll 0 0 #592d86;
    border-radius: 2px 0 0 2px;
    margin-right: 5px;
    padding: 5px 10px 5px;
}
.tag .tag-i {
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    height: 0;
    line-height: 0.1em;
    position: absolute;
    right: 5px;
    top: 0.7em;
    text-align: center;
    width: 10px;
}
.tag .tag-i:hover {
    color: #000;
    text-decoration: underline;
}
.type-zone {
    border: 0 none;
    height: auto;
    width: auto;
    min-width: 20px;
    display: inline-block;
}
.type-zone:focus {
    outline: 0;
}
.customizer {
    position: fixed;
    z-index: 9999;
    top: 100px;
    right: -380px;
    transition: 0.3s all ease-in-out;
    width: 380px;
}
.customizer.open {
    right: 0;
}
.customizer .handle {
    position: absolute;
    display: flex;
    top: 8px;
    left: -36px;
    background: #639;
    cursor: pointer;
    padding: 10px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: -3px 0 4px rgba(0, 0, 0, 0.06);
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
}
.customizer .handle:hover {
    background: #639;
    color: #fff;
}
.customizer .customizer-body {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
    overflow-x: visible;
}
.customizer .customizer-body .layouts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.customizer .customizer-body .layouts .layout-box {
    position: relative;
    margin: 0 8px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    width: calc(50% - 16px);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.customizer .customizer-body .layouts .layout-box img {
    width: 180px;
}
.customizer .customizer-body .layouts .layout-box i {
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    width: 32px;
    color: #fff;
    background: #639;
    border-radius: 0 0 0 6px;
}
.customizer .customizer-body .layouts .layout-box.active {
    border: 1px solid #639;
}
.customizer .customizer-body .layouts .layout-box.active i {
    display: inline-block;
}
.customizer .customizer-body .colors {
    display: flex;
    flex-wrap: wrap;
}
.customizer .customizer-body .colors .color {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    margin: 8px;
    text-align: center;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}
.customizer .customizer-body .colors .color.purple {
    background: #639;
}
.customizer .customizer-body .colors .color.blue {
    background: #2f47c2;
}
.customizer .customizer-body .colors .color i {
    display: none;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.customizer .customizer-body .colors .color.active i {
    display: unset;
}
@media (max-width: 767px) {
    .customizer {
        width: 280px;
        right: -280px;
    }
}
[dir="rtl"] .customizer {
    right: auto;
    left: -380px;
}
[dir="rtl"] .customizer.open {
    right: auto;
    left: 0;
}
[dir="rtl"] .customizer .handle {
    top: 8px;
    left: auto;
    right: -36px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    box-shadow: -3px 0 4px rgba(0, 0, 0, 0.06);
}
.slider-default {
    background: #fafafa !important;
    border-radius: 15px !important;
    border: 0 solid #d3d3d3 !important;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    height: 10px !important;
}
.slider-default .noUi-value-horizontal {
    display: none;
}
.slider-default .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    left: -5px !important;
    top: -5px !important;
    border-radius: 50%;
    border: 5px solid #639;
    box-shadow: none;
    cursor: pointer;
}
.slider-default .noUi-handle:after,
.slider-default .noUi-handle:before {
    content: none !important;
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.slider-default .noUi-handle:focus {
    outline: 0;
}
.slider-default .noUi-connect {
    background: #639;
    border-radius: 15px !important;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.square-default {
    background: #fafafa !important;
    border-radius: 15px !important;
    border: 0 solid #d3d3d3 !important;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    height: 10px !important;
}
.square-default .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    border: 5px solid #639;
    box-shadow: none;
    cursor: pointer;
}
.square-default .noUi-handle:after,
.square-default .noUi-handle:before {
    content: " " !important;
    display: none;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.square-default .noUi-handle:focus {
    outline: 0;
}
.square-default .noUi-connect {
    background: #639;
    border-radius: 15px !important;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.slider-primary .noUi-connect {
    background: #639;
}
.slider-primary .noUi-handle {
    border: 5px solid #639;
}
.slider-secondary .noUi-connect {
    background: #1f2937;
}
.slider-secondary .noUi-handle {
    border: 5px solid #1f2937;
}
.slider-success .noUi-connect {
    background: #56ca00;
}
.slider-success .noUi-handle {
    border: 5px solid #56ca00;
}
.slider-info .noUi-connect {
    background: #16b1ff;
}
.slider-info .noUi-handle {
    border: 5px solid #16b1ff;
}
.slider-warning .noUi-connect {
    background: #ffb400;
}
.slider-warning .noUi-handle {
    border: 5px solid #ffb400;
}
.slider-danger .noUi-connect {
    background: #ff4c51;
}
.slider-danger .noUi-handle {
    border: 5px solid #ff4c51;
}
.slider-light .noUi-connect {
    background: #6b7280;
}
.slider-light .noUi-handle {
    border: 5px solid #6b7280;
}
.slider-dark .noUi-connect {
    background: #111827;
}
.slider-dark .noUi-handle {
    border: 5px solid #111827;
}
.slider-gray-100 .noUi-connect {
    background: #f3f4f6;
}
.slider-gray-100 .noUi-handle {
    border: 5px solid #f3f4f6;
}
.slider-gray-200 .noUi-connect {
    background: #e5e7eb;
}
.slider-gray-200 .noUi-handle {
    border: 5px solid #e5e7eb;
}
.slider-gray-300 .noUi-connect {
    background: #d1d5db;
}
.slider-gray-300 .noUi-handle {
    border: 5px solid #d1d5db;
}
.slider-gray-400 .noUi-connect {
    background: #9ca3af;
}
.slider-gray-400 .noUi-handle {
    border: 5px solid #9ca3af;
}
.slider-gray-500 .noUi-connect {
    background: #6b7280;
}
.slider-gray-500 .noUi-handle {
    border: 5px solid #6b7280;
}
.slider-gray-600 .noUi-connect {
    background: #4b5563;
}
.slider-gray-600 .noUi-handle {
    border: 5px solid #4b5563;
}
.slider-gray-700 .noUi-connect {
    background: #374151;
}
.slider-gray-700 .noUi-handle {
    border: 5px solid #374151;
}
.slider-gray-800 .noUi-connect {
    background: #1f2937;
}
.slider-gray-800 .noUi-handle {
    border: 5px solid #1f2937;
}
.slider-gray-900 .noUi-connect {
    background: #111827;
}
.slider-gray-900 .noUi-handle {
    border: 5px solid #111827;
}
.slider-custom .noUi-connect {
    background: #3fb8af;
}
.slider-custom .noUi-handle {
    border: 5px solid #b2dfdb;
}
.slider-extra-large {
    height: 14px !important;
}
.slider-extra-large .noUi-handle {
    width: 28px !important;
    height: 28px !important;
    top: -7px !important;
}
.slider-large {
    height: 12px !important;
}
.slider-large .noUi-handle {
    width: 24px !important;
    height: 24px !important;
    top: -6px !important;
}
.slider-small {
    height: 6px !important;
}
.slider-small .noUi-handle {
    top: -7px !important;
}
.slider-extra-small {
    height: 3px !important;
}
.slider-extra-small .noUi-handle {
    top: -8px !important;
}
.circle-filled.slider-primary .noUi-handle {
    background: #639;
}
.circle-filled.slider-secondary .noUi-handle {
    background: #1f2937;
}
.circle-filled.slider-success .noUi-handle {
    background: #56ca00;
}
.circle-filled.slider-info .noUi-handle {
    background: #16b1ff;
}
.circle-filled.slider-warning .noUi-handle {
    background: #ffb400;
}
.circle-filled.slider-danger .noUi-handle {
    background: #ff4c51;
}
.circle-filled.slider-light .noUi-handle {
    background: #6b7280;
}
.circle-filled.slider-dark .noUi-handle {
    background: #111827;
}
.circle-filled.slider-gray-100 .noUi-handle {
    background: #f3f4f6;
}
.circle-filled.slider-gray-200 .noUi-handle {
    background: #e5e7eb;
}
.circle-filled.slider-gray-300 .noUi-handle {
    background: #d1d5db;
}
.circle-filled.slider-gray-400 .noUi-handle {
    background: #9ca3af;
}
.circle-filled.slider-gray-500 .noUi-handle {
    background: #6b7280;
}
.circle-filled.slider-gray-600 .noUi-handle {
    background: #4b5563;
}
.circle-filled.slider-gray-700 .noUi-handle {
    background: #374151;
}
.circle-filled.slider-gray-800 .noUi-handle {
    background: #1f2937;
}
.circle-filled.slider-gray-900 .noUi-handle {
    background: #111827;
}
.square-default.slider-primary .noUi-handle {
    background: #639;
}
.square-default.slider-secondary .noUi-handle {
    background: #1f2937;
}
.square-default.slider-success .noUi-handle {
    background: #56ca00;
}
.square-default.slider-info .noUi-handle {
    background: #16b1ff;
}
.square-default.slider-warning .noUi-handle {
    background: #ffb400;
}
.square-default.slider-danger .noUi-handle {
    background: #ff4c51;
}
.square-default.slider-light .noUi-handle {
    background: #6b7280;
}
.square-default.slider-dark .noUi-handle {
    background: #111827;
}
.square-default.slider-gray-100 .noUi-handle {
    background: #f3f4f6;
}
.square-default.slider-gray-200 .noUi-handle {
    background: #e5e7eb;
}
.square-default.slider-gray-300 .noUi-handle {
    background: #d1d5db;
}
.square-default.slider-gray-400 .noUi-handle {
    background: #9ca3af;
}
.square-default.slider-gray-500 .noUi-handle {
    background: #6b7280;
}
.square-default.slider-gray-600 .noUi-handle {
    background: #4b5563;
}
.square-default.slider-gray-700 .noUi-handle {
    background: #374151;
}
.square-default.slider-gray-800 .noUi-handle {
    background: #1f2937;
}
.square-default.slider-gray-900 .noUi-handle {
    background: #111827;
}
.circle-filled.slider-custom .noUi-handle,
.square-default.slider-custom .noUi-handle {
    background: #b2dfdb;
}
.vertical-slider-example {
    display: inline-block;
}
.noUi-vertical {
    width: 10px !important;
    height: 150px !important;
}
.toast-primary {
    background-color: #639 !important;
}
.toast-secondary {
    background-color: #1f2937 !important;
}
.toast-success {
    background-color: #56ca00 !important;
}
.toast-info {
    background-color: #16b1ff !important;
}
.toast-warning {
    background-color: #ffb400 !important;
}
.toast-danger {
    background-color: #ff4c51 !important;
}
.toast-light {
    background-color: #6b7280 !important;
}
.toast-dark {
    background-color: #111827 !important;
}
.toast-gray-100 {
    background-color: #f3f4f6 !important;
}
.toast-gray-200 {
    background-color: #e5e7eb !important;
}
.toast-gray-300 {
    background-color: #d1d5db !important;
}
.toast-gray-400 {
    background-color: #9ca3af !important;
}
.toast-gray-500 {
    background-color: #6b7280 !important;
}
.toast-gray-600 {
    background-color: #4b5563 !important;
}
.toast-gray-700 {
    background-color: #374151 !important;
}
.toast-gray-800 {
    background-color: #1f2937 !important;
}
.toast-gray-900 {
    background-color: #111827 !important;
}
.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(103, 58, 183, 0.368627451) !important;
    background: #f5f5f5 !important;
    padding: 20px 20px;
}
.nav-tabs {
    border-bottom: 1px solid #639;
}
.nav-tabs .nav-item .nav-link.active {
    border: 1px solid transparent;
    background: rgba(102, 51, 153, 0.1);
    border-color: #639 #639 #fff;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    right: 5px;
    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;
}
#calendar {
    float: right;
    width: 100%;
}
#external-events .h4,
#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}
#external-events .fc-event {
    margin: 2px 0;
    cursor: move;
}
.create_event_wrap p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}
.create_event_wrap p input {
    margin: 0;
    vertical-align: middle;
}
.fc-event {
    position: relative;
    display: block;
    font-size: 0.85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 0 solid #639 !important;
}
a.fc-day-grid-event {
    background: #639;
    padding: 5px;
}
th.fc-day-header {
    border-bottom-width: 2px;
    padding: 10px 0;
    display: table-cell;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
td.fc-head-container {
    padding: 0 !important;
}
.fc-toolbar .h2,
.fc-toolbar h2 {
    margin: 0;
    font-weight: 700;
}
span.fa {
    font-family: iconsmind !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
span.fa.fa-chevron-left:before {
    content: "\f077";
}
span.fa.fa-chevron-right:before {
    content: "\f07d";
}
.main-header {
    position: fixed;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    z-index: 100;
}
.main-header .menu-toggle {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}
.main-header .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}
.main-header .search-bar {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 40px;
}
.main-header .search-bar input {
    background: 0 0;
    border: 0;
    color: #212121;
    font-size: 0.8rem;
    line-height: 2;
    height: 100%;
    outline: initial !important;
    padding: 0.5rem 1rem;
    width: calc(100% - 32px);
}
.main-header .search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-block;
}
.main-header .logo {
    width: 120px;
}
.main-header .logo img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.main-header .show .header-icon {
    background: #f3f4f6;
}
.main-header .header-icon {
    font-size: 19px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px;
}
.main-header .header-icon:hover {
    background: #f3f4f6;
}
.main-header.executive-header .header-icon {
    color: #fff;
}
.main-header.executive-header .header-icon:hover {
    color: var(--gray-700);
}
.main-header .header-icon.dropdown-toggle:after {
    display: none;
}
.main-header .header-part-right {
    display: flex;
    align-items: center;
}
.main-header .header-part-right .user {
    margin-right: 2rem;
}
.main-header .header-part-right .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}
.executive-header .header-user-dropdown svg path{
    stroke: #fff;
}
.header-user-dropdown {
    margin-left: 5px;
}
.header-user-dropdown:hover svg path{
    stroke: #0688FF;
}
.header-user-dropdown:focus-within svg path{
    stroke: #0688FF;
}
.header-lang-dropdown .dropdown-menu {
    --bs-dropdown-min-width: 10rem;
}
.header-lang-dropdown {
    margin-left: 5px;
}
.header-lang-dropdown:hover svg path{
    fill: #0688FF;
}
.header-lang-dropdown:focus-within svg path{
    fill: #0688FF;
}
.header-user-svg-active path {
    stroke: #0688FF;
}
.notification-badge-container {
    padding: 5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
}
.badge-top-container .badge {
    top: 2px;
    right: 2px;
    width: 10px;
    height: 15px;
    font-size: 10px;
}
.executive-header .notification-badge-container:hover {
    background: #f3f4f6;
}
.executive-header .notification-badge-container svg path {
    fill: #fff;
}
.executive-header .notification-badge-container:hover svg path {
    fill: var(--gray-700);
}
.main-header .notification-dropdown {
    padding: 0;
    max-height: 260px;
    cursor: pointer;
}
.main-header .notification-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0;
    height: 72px;
    border-bottom: 1px solid #d1d5db;
}
.main-header .notification-dropdown .dropdown-item .notification-icon {
    background: #e5e7eb;
    height: 100%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .notification-dropdown .dropdown-item .notification-icon i {
    font-size: 18px;
}
.main-header .notification-dropdown .dropdown-item .notification-details {
    padding: 0.25rem 0.75rem;
}
.main-header .notification-dropdown .dropdown-item:active {
    color: inherit;
    background: inherit;
}
@media (max-width: 991px) {
    .main-header .search-bar {
        width: 180px;
    }
    .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px;
    }
}
@media (max-width: 615px) {
    .main-header .header-part-right .user {
        margin-right: 0;
    }
}
@media (max-width: 580px) {
    .main-header {
        height: 70px;
        padding: 0 1.5rem;
    }
    .main-header .logo {
        width: 60px;
    }
    .main-header .search-bar {
        display: none;
    }
    .main-header .menu-toggle {
        width: 60px;
    }
    .main-header .header-part-right .user {
        margin-right: 0;
        padding-right: 0;
    }
    .notification-dropdown {
        left: 10px !important;
    }
}
@media (max-width: 360px) {
    .main-header .menu-toggle {
        margin: 0;
    }
}
.layout-horizontal-bar .header-topnav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 90;
    position: fixed;
    width: 100%;
    top: 80px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.layout-horizontal-bar .header-topnav .container {
    padding: 0;
}
.layout-horizontal-bar .header-topnav .topbar-branding {
    float: left;
    height: 48px;
    padding: 8px;
    margin: 0 8px;
}
.layout-horizontal-bar .header-topnav .topbar-branding img {
    height: 100%;
    width: auto;
}
.layout-horizontal-bar .header-topnav .ps {
    overflow: initial !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.layout-horizontal-bar .header-topnav .topnav {
    display: flex;
    align-items: center;
    height: auto;
}
.layout-horizontal-bar .header-topnav .header-topnav-right {
    float: right;
    height: 48px;
    display: flex;
    align-items: center;
    padding-right: 0.67rem;
}
.layout-horizontal-bar .header-topnav .topnav:after {
    content: "";
    display: table;
    clear: both;
}
.layout-horizontal-bar .header-topnav .topnav a {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.layout-horizontal-bar .header-topnav .topnav label.menu-toggle {
    height: 48px;
    width: 48px;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 50%;
}
.layout-horizontal-bar .header-topnav .topnav label.menu-toggle .mat-icon {
    font-size: 24px;
}
.layout-horizontal-bar .header-topnav .topnav .toggle,
.layout-horizontal-bar .header-topnav .topnav [id^="drop"] {
    display: none;
}
.layout-horizontal-bar .header-topnav .topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.layout-horizontal-bar .header-topnav .topnav ul:not(.menu) {
    box-shadow: 0 0 4px transparent, 0 4px 8px rgba(0, 0, 0, 0.28);
}
.layout-horizontal-bar .header-topnav .topnav ul.menu {
    float: left;
    height: 48px;
    padding-right: 45px;
}
.layout-horizontal-bar .header-topnav .topnav ul.menu &gt; li {
    float: left;
}
.layout-horizontal-bar .header-topnav .topnav ul.menu &gt; li &gt; div &gt; a,
.layout-horizontal-bar .header-topnav .topnav ul.menu &gt; li &gt; div &gt; div {
    border-bottom: 2px solid;
    height: 48px;
    box-sizing: border-box;
    border-color: transparent;
    margin: 0 6px;
}
.layout-horizontal-bar .header-topnav .topnav ul li {
    margin: 0;
    display: inline-block;
}
.layout-horizontal-bar .header-topnav .topnav a,
.layout-horizontal-bar .header-topnav .topnav label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 20px;
    height: 44px;
    font-size: 0.875rem;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
.layout-horizontal-bar .header-topnav .topnav ul li ul li.open,
.layout-horizontal-bar .header-topnav .topnav ul li ul li:hover {
    background: #eee;
}
.layout-horizontal-bar .header-topnav .topnav ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    top: 48px;
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 5px;
}
.layout-horizontal-bar .header-topnav .topnav ul li:hover &gt; div &gt; div &gt; ul,
.layout-horizontal-bar .header-topnav .topnav ul li:hover &gt; div &gt; ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.layout-horizontal-bar .header-topnav .topnav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}
.layout-horizontal-bar .header-topnav .topnav ul ul ul {
    top: 0;
    left: 170px;
}
.layout-horizontal-bar .header-topnav .topnav ul ul ul li {
    position: relative;
    top: 0;
}
.layout-horizontal-bar .header-topnav .topnav li &gt; a:after {
    content: " +";
}
.layout-horizontal-bar .header-topnav .topnav li &gt; a:only-child:after {
    content: "";
}
@media (max-width: 959px) {
    .header-topnav-right {
        position: absolute;
        right: 6px;
        top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .layout-horizontal-bar .header-topnav {
        margin: 0;
        padding: 0;
        background-color: #fff;
        position: relative;
        z-index: 10;
        position: fixed;
        width: 200px;
        top: 70px;
        height: 100%;
        padding-top: 20px;
        left: -200px;
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
        transition: all 0.5s ease-in-out;
    }
    .layout-horizontal-bar .header-topnav .ps {
        overflow: hidden !important;
        overflow-anchor: none;
        -ms-overflow-style: none;
        touch-action: auto;
        -ms-touch-action: auto;
    }
    .layout-horizontal-bar .topnav {
        margin: 0;
        max-height: calc(100vh - 80px) !important;
    }
    .layout-horizontal-bar .topnav .menu {
        height: auto !important;
        padding-right: 0 !important;
        width: 100%;
    }
    .layout-horizontal-bar .topnav .menu li a {
        border: none !important;
    }
    .layout-horizontal-bar .topnav ul.menu {
        float: left;
        padding-left: 0;
    }
    .layout-horizontal-bar .topnav ul.menu &gt; li {
        float: left;
    }
    .layout-horizontal-bar .topnav ul.menu &gt; li &gt; div &gt; a,
    .layout-horizontal-bar .topnav ul.menu &gt; li &gt; div &gt; div {
        border-bottom: 2px solid;
        height: auto !important;
        box-sizing: border-box;
        border-color: transparent;
        margin: 0 6px;
    }
    .layout-horizontal-bar .topnav .toggle {
        display: flex;
        text-decoration: none;
        border: none;
    }
    .layout-horizontal-bar .topnav ul {
        transform: translateY(0) !important;
        transition: max-height 0.3s ease-in-out;
    }
    .layout-horizontal-bar .topnav [id^="drop"]:checked + ul {
        opacity: 1;
        visibility: visible;
        max-height: 2000px;
    }
    .layout-horizontal-bar .topnav [id^="drop"]:checked + ul.menu {
        max-height: 300px;
        overflow-y: scroll;
    }
    .layout-horizontal-bar .topnav ul li {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        z-index: 1;
    }
    .layout-horizontal-bar .topnav ul ul .toggle,
    .layout-horizontal-bar .topnav ul ul a {
        padding: 0 40px;
    }
    .layout-horizontal-bar .topnav ul ul ul a {
        padding: 0 80px;
    }
    .layout-horizontal-bar .topnav ul li ul li .toggle,
    .layout-horizontal-bar .topnav ul ul a,
    .layout-horizontal-bar .topnav ul ul ul a {
        padding: 14px 20px;
    }
    .layout-horizontal-bar .topnav ul ul {
        opacity: 1 !important;
        visibility: hidden !important;
        max-height: 0;
        position: relative !important;
        background: #fff;
        color: rgba(0, 0, 0, 0.87);
        top: 0 !important;
        transform: translateY(-100px);
        transition: all 1s ease-in-out !important;
        z-index: 99 !important;
        border-radius: 5px;
        overflow: hidden;
        left: 0;
    }
    .layout-horizontal-bar .topnav ul li:hover &gt; div &gt; div &gt; ul,
    .layout-horizontal-bar .topnav ul li:hover &gt; div &gt; ul {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0);
        transition: all 0.3s ease-in-out !important;
        max-height: 400px;
    }
    .layout-horizontal-bar .topnav ul ul li {
        opacity: 1;
        visibility: visible;
        width: 100% !important;
    }
    .layout-horizontal-bar .topnav ul:not(.menu) {
        box-shadow: none !important;
        margin-left: 5px;
        border-left: 1px dashed #eee;
    }
    .layout-horizontal-bar .topnav ul ul ul {
        left: 0;
    }
    .layout-horizontal-bar .topnav ul ul ul li {
        position: static;
    }
}
@media all and (max-width: 330px) {
    .topnav ul li {
        display: block;
        width: 94%;
    }
}
[dir="rtl"] .topnav a .mat-icon,
[dir="rtl"] .topnav label .mat-icon {
    margin-right: 0;
    margin-left: 2px;
}
.app-footer {
    margin-top: 2.5rem;
    background: linear-gradient(180deg, #242424 10%, rgba(17,23,40,1) 90%);
    padding: 3rem 1.25rem 1.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.app-footer .footer-bottom {
    width: 100%;
}
.app-footer .footer-bottom .logo {
    width: 3rem;
    height: auto;
    margin: 4px;
}
.custom-separator {
    border-bottom: 1px dashed #ebedf2;
    margin: 15px 0;
}
div.tab-border {
    border: 1px dashed #ebedf2 !important;
    margin: 30px 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.me-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.m-8 {
    margin: 8px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-1rem { margin-top: 1rem; }
.mt-2rem { margin-top: 2rem; }
.mt-3rem { margin-top: 3rem; }
.mt-4rem { margin-top: 4rem; }
.mt-5rem { margin-top: 5rem; }
.mt-6rem { margin-top: 6rem; }
.me-8 {
    margin-right: 8px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.ms-8 {
    margin-left: 8px !important;
}
.mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.p-8 {
    padding: 8px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pe-8 {
    padding-right: 8px !important;
}
.pb-8 {
    padding-bottom: 8px !important;
}
.ps-8 {
    padding-left: 8px !important;
}
.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.m-12 {
    margin: 12px !important;
}
.mt-12 {
    margin-top: 12px !important;
}
.me-12 {
    margin-right: 12px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.ms-12 {
    margin-left: 12px !important;
}
.mr-1 {
    margin-right: .3rem;
}
.mr-2 {
    margin-right: .6rem;
}
.mr-3 {
    margin-right: .9rem;
}
.mr-4 {
    margin-right: 1.2rem;
}
.mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.p-12 {
    padding: 12px !important;
}
.pt-12 {
    padding-top: 12px !important;
}
.pe-12 {
    padding-right: 12px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.ps-12 {
    padding-left: 12px !important;
}
.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.m-16 {
    margin: 16px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.me-16 {
    margin-right: 16px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.ms-16 {
    margin-left: 16px !important;
}
.mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.p-16 {
    padding: 16px !important;
}
.pt-16 {
    padding-top: 16px !important;
}
.pe-16 {
    padding-right: 16px !important;
}
.pb-16 {
    padding-bottom: 16px !important;
}
.ps-16 {
    padding-left: 16px !important;
}
.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.m-24 {
    margin: 24px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.me-24 {
    margin-right: 24px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.ms-24 {
    margin-left: 24px !important;
}
.mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.p-24 {
    padding: 24px !important;
}
.pt-24 {
    padding-top: 24px !important;
}
.pe-24 {
    padding-right: 24px !important;
}
.pb-24 {
    padding-bottom: 24px !important;
}
.ps-24 {
    padding-left: 24px !important;
}
.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.m-28 {
    margin: 28px !important;
}
.mt-28 {
    margin-top: 28px !important;
}
.me-28 {
    margin-right: 28px !important;
}
.mb-28 {
    margin-bottom: 28px !important;
}
.ms-28 {
    margin-left: 28px !important;
}
.mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.p-28 {
    padding: 28px !important;
}
.pt-28 {
    padding-top: 28px !important;
}
.pe-28 {
    padding-right: 28px !important;
}
.pb-28 {
    padding-bottom: 28px !important;
}
.ps-28 {
    padding-left: 28px !important;
}
.px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.m-32 {
    margin: 32px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.me-32 {
    margin-right: 32px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.ms-32 {
    margin-left: 32px !important;
}
.mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.p-32 {
    padding: 32px !important;
}
.pt-32 {
    padding-top: 32px !important;
}
.pe-32 {
    padding-right: 32px !important;
}
.pb-32 {
    padding-bottom: 32px !important;
}
.ps-32 {
    padding-left: 32px !important;
}
.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.m-36 {
    margin: 36px !important;
}
.mt-36 {
    margin-top: 36px !important;
}
.me-36 {
    margin-right: 36px !important;
}
.mb-36 {
    margin-bottom: 36px !important;
}
.ms-36 {
    margin-left: 36px !important;
}
.mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.p-36 {
    padding: 36px !important;
}
.pt-36 {
    padding-top: 36px !important;
}
.pe-36 {
    padding-right: 36px !important;
}
.pb-36 {
    padding-bottom: 36px !important;
}
.ps-36 {
    padding-left: 36px !important;
}
.px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.m-40 {
    margin: 40px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.me-40 {
    margin-right: 40px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.ms-40 {
    margin-left: 40px !important;
}
.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.p-40 {
    padding: 40px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pe-40 {
    padding-right: 40px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.ps-40 {
    padding-left: 40px !important;
}
.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.m-44 {
    margin: 44px !important;
}
.mt-44 {
    margin-top: 44px !important;
}
.me-44 {
    margin-right: 44px !important;
}
.mb-44 {
    margin-bottom: 44px !important;
}
.ms-44 {
    margin-left: 44px !important;
}
.mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.p-44 {
    padding: 44px !important;
}
.pt-44 {
    padding-top: 44px !important;
}
.pe-44 {
    padding-right: 44px !important;
}
.pb-44 {
    padding-bottom: 44px !important;
}
.ps-44 {
    padding-left: 44px !important;
}
.px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.m-48 {
    margin: 48px !important;
}
.mt-48 {
    margin-top: 48px !important;
}
.me-48 {
    margin-right: 48px !important;
}
.mb-48 {
    margin-bottom: 48px !important;
}
.ms-48 {
    margin-left: 48px !important;
}
.mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.p-48 {
    padding: 48px !important;
}
.pt-48 {
    padding-top: 48px !important;
}
.pe-48 {
    padding-right: 48px !important;
}
.pb-48 {
    padding-bottom: 48px !important;
}
.ps-48 {
    padding-left: 48px !important;
}
.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.m-auto {
    margin: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
._dot {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
._inline-dot {
    display: inline-block;
}
._round-button {
    border-radius: 50% !important;
}
.progress--height-2 {
    height: 5px;
}
.chat-sidebar-container {
    height: calc(100vh - 140px);
    min-height: unset;
}
.chat-sidebar-container .chat-topbar {
    height: 52px;
}
.chat-sidebar-container .chat-content-wrap .chat-content {
    padding: 1.5rem 1.5rem 0;
    position: relative;
    height: calc(100vh - 335px);
}
.chat-sidebar-container .chat-content-wrap .chat-content .message {
    position: relative;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 1rem;
}
.chat-sidebar-container .chat-content-wrap .chat-content .message:before {
    position: absolute;
    content: "";
    top: 14px;
    right: -5px;
    background: 0 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent transparent #f3f4f6 transparent;
    transform: rotate(-135deg);
}
.chat-sidebar-container .chat-content-wrap .chat-content .user .message:before {
    left: -5px;
    right: auto;
    transform: rotate(45deg);
}
.chat-sidebar-container .chat-content-wrap .chat-content .chat-input-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.chat-sidebar-container .chat-content-wrap .spinner-glow {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 10px);
}
.chat-sidebar-container .chat-sidebar-wrap {
    width: 260px;
}
.chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable {
    position: relative;
    height: calc(100vh - 190px);
}
.chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact {
    position: relative;
    cursor: pointer;
    transition: 0.15s all ease-in;
}
.chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact:hover {
    background: #f3f4f6;
}
.chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 30px;
    background: #6b7280;
    border-radius: 50%;
}
.chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact.online:before {
    background: #56ca00;
}
.invoice-summary {
    width: 220px;
    text-align: right;
    float: right;
}
.invoice-summary.invoice-summary-input {
    width: 320px;
}
.invoice-summary.invoice-summary-input .h5 span,
.invoice-summary.invoice-summary-input h5 span,
.invoice-summary.invoice-summary-input p span {
    width: 180px;
}
.invoice-summary .h5,
.invoice-summary h5,
.invoice-summary p {
    display: flex;
    justify-content: flex-end;
}
.invoice-summary .h5 span,
.invoice-summary h5 span,
.invoice-summary p span {
    width: 120px;
}
.invoice-summary .h5 span .small-input,
.invoice-summary h5 span .small-input,
.invoice-summary p span .small-input {
    display: inline-block;
    width: 3rem;
    margin: 0 0.75rem;
}
@media print {
    body * {
        visibility: hidden;
    }
    .main-content-wrap {
        width: 100% !important;
    }
    #print-area,
    #print-area * {
        visibility: visible;
    }
    #print-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
[dir="rtl"] .invoice-summary {
    text-align: left !important;
}
.inbox-main-sidebar-container {
    padding: 15px;
}
.inbox-main-sidebar-container .inbox-main-sidebar {
    width: 180px;
    height: 100%;
    overflow: hidden;
}
.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a {
    padding: 0.66rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #111827;
}
.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a.active {
    color: #639;
}
.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a:hover {
    color: #639;
}
.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a i {
    margin-right: 8px;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container {
    border-radius: 10px;
    min-height: calc(100vh - 150px);
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-topbar {
    height: 52px;
    display: flex;
    flex-direction: row;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-details {
    padding: 1.5rem 2rem;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar {
    overflow: hidden;
    width: 360px;
    height: 100%;
    border-right: 1px solid #e5e7eb;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.25rem 1rem;
    cursor: pointer;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item:hover {
    background: #f3f4f6;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .avatar {
    width: 15%;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .details {
    width: 60%;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .date {
    width: 25%;
    font-size: 10px;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .date span {
    float: right;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .avatar img {
    margin: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .name {
    font-size: 12px;
    display: block;
}
@media (max-width: 767px) {
    .mail-item {
        padding: 1rem 0.5rem !important;
    }
    .inbox-secondary-sidebar {
        width: 280px !important;
    }
}
[dir="rtl"] .inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a i {
    margin-right: 0;
    margin-left: 8px;
}
.list-horizontal .list-item .list-thumb img {
    height: 74px;
    object-fit: cover;
}
.list-horizontal .list-item .item-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.list-horizontal .list-item a {
    color: #111827;
}
.list-grid .list-item .list-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.list-grid .list-item .card-body {
    display: block !important;
}
.list-grid .list-item .item-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 300px;
}
.list-grid .list-item a {
    color: #111827;
}
.list-grid .list-item .item-actions,
.list-grid .list-item .item-badges {
    position: absolute;
    top: 16px;
}
.list-grid .list-item .item-actions {
    right: 16px;
}
.list-grid .list-item .item-badges {
    left: 16px;
}
.list-grid .list-item .item-select {
    display: none;
}
@media (max-width: 991px) {
    .list-horizontal .list-item .list-thumb img {
        height: 100%;
        width: 100px;
    }
    .list-horizontal .list-item .item-title {
        max-width: 200px;
    }
}
@media (max-width: 576px) {
    .list-horizontal .list-item .item-title {
        max-width: 150px;
    }
}
.user-profile .header-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.user-profile .header-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
}
.user-profile .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    z-index: 9;
}
.user-profile .profile-picture {
    border-radius: 50%;
    border: 4px solid #fff;
}
.user-profile .profile-nav {
    justify-content: center;
}
.timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.timeline .timeline-item {
    position: relative;
    width: 50%;
    display: inline-block;
}
.timeline .timeline-item:nth-child(even) {
    padding: 0 3rem 3rem 0;
}
.timeline .timeline-item:nth-child(even) .timeline-badge {
    left: calc(100% - 24px);
}
.timeline .timeline-item:nth-child(odd) {
    float: right;
    padding: 0 0 3rem 3rem;
    margin-top: 6rem;
}
.timeline .timeline-item:nth-child(odd) .timeline-badge {
    right: calc(100% - 24px);
}
.timeline .timeline-item .timeline-badge {
    position: absolute;
    width: 48px;
    height: 48px;
}
.timeline .timeline-item .badge-icon {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    line-height: 48px;
}
.timeline .timeline-item .badge-img {
    display: inline-block;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.timeline .timeline-group {
    position: relative;
    z-index: 99;
    padding: 0 0 2rem 0;
}
.timeline .timeline-line {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #d1d5db;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 767px) {
    .user-profile .header-cover {
        height: 200px;
    }
    .timeline .timeline-item {
        width: 100%;
        padding: 4rem 0 3rem !important;
    }
    .timeline .timeline-item:nth-child(odd) {
        margin-top: 1rem;
    }
    .timeline .timeline-item .timeline-badge {
        left: 0 !important;
        right: 0 !important;
        top: -16px;
        margin: auto;
    }
    .timeline .timeline-group {
        padding: 0 0 3rem;
    }
}
.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-image: url('../../images/background/auth-bg.png');
}
.auth-card-bg {
    background-size: cover;
    background-image: url('../../images/auth/auth-banner.png');
}
.auth-layout-wrap .auth-content {
    max-width: 330px;
    margin: auto;
}
.auth-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.auth-logo img {
    width: 67px;
    height: 67px;
}
.executive-auth-card-wrapper .auth-logo img {
    width: 67px;
    height: 77px;
}
@media (min-width: 1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 330px;
    }
}
@media (max-width: 767px) {
    .auth-layout-wrap .auth-content {
        padding: 15px;
    }
    .auth-right {
        padding: 80px 15px;
    }
}
.executive-auth-layout-wrap {
    display: flex;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.executive-auth-layout-wrap .btn-primary {
    background-color: #373D3F;
}
.executive-auth-image-bloc {
    width: 58%;
    background-image: url('../../images/auth/executive-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.executive-auth-content-bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42%;
}
.executive-auth-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.executive-auth-card-wrapper {
    max-width: 300px;
    width: 100%;
}
.forgot-password-wrapper {
    display: flex;
    justify-content: center;
}
.not-found-wrap {
    background-image: url('../../dist-assets/images/page-bg-bottom.png');
    background-position-y: bottom;
    background-size: cover;
    background-size: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.not-found-wrap .h1,
.not-found-wrap h1 {
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1;
}
.not-found-wrap .subheading {
    font-weight: 800;
}
.main-header {
    position: relative;
}
.main-header .topbar .header-nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.main-header .topbar .header-nav .topbar-item ul li {
    padding-right: 40px;
    text-transform: capitalize;
}
.homepage {
    padding: 80px 0;
    background: url('https://ui-lib.com/wp-content/uploads/2019/04/bg-1.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage .main-content .logo {
    width: 80px;
    margin: auto;
}
.homepage .main-content .h1,
.homepage .main-content h1 {
    color: #1f2937;
    line-height: 1.5;
}
.homepage .main-content .btn-raised-primary:hover {
    color: #fff;
}
.homepage .main-content .btn-raised {
    transition: all 0.15s ease-in;
}
.homepage .main-content .btn-raised:hover {
    transform: translateY(-2px);
}
.homepage .main-content .dashboard-photo {
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    max-width: 960px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.homepage .main-content .dashboard-photo img {
    width: 100%;
}
.features {
    padding-top: 126px;
    padding-bottom: 126px;
    background: #f8fafe;
}
.features .section-title {
    margin-bottom: 45px;
}
.features .section-title .h2,
.features .section-title h2 {
    margin-bottom: 5px;
}
.features .section-title p {
    max-width: 550px;
    margin: 0 auto;
    opacity: 0.7;
}
.features .features-wrap .feature-card {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0;
    margin-bottom: 10px;
    background: 0 0;
}
.features .features-wrap .feature-card .card-icon {
    padding: 15px;
}
.features .features-wrap .feature-card .card-title {
    display: flex;
    align-items: center;
    margin: 0;
    flex-grow: 0.5;
}
.features .features-wrap .feature-card .card-title .h6,
.features .features-wrap .feature-card .card-title h6 {
    margin: 0;
}
.features .features-wrap .feature-card.active,
.features .features-wrap .feature-card:hover {
    background: linear-gradient(#8470b9, #473886);
    cursor: pointer;
}
.features .features-wrap .feature-card.active .card-icon,
.features .features-wrap .feature-card:hover .card-icon {
    padding: 15px;
    color: #fff;
}
.features .features-wrap .feature-card.active .card-title .h6,
.features .features-wrap .feature-card.active .card-title h6,
.features .features-wrap .feature-card:hover .card-title .h6,
.features .features-wrap .feature-card:hover .card-title h6 {
    color: #fff;
}
.features .tab-panel {
    display: none;
    padding: 0 20px;
}
.features .tab-panel.active {
    display: block;
}
.features .tab-panel img {
    width: 100%;
}
.framework {
    padding-top: 126px;
    padding-bottom: 126px;
    background: #f8fafe;
}
.framework .section-title {
    padding-bottom: 40px;
}
.framework .item-photo {
    height: 180px;
    width: 180px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.framework .item-photo img {
    width: auto;
    height: auto;
    max-width: 64px;
}
.framework .item-photo .item-photo-text {
    font-size: 40px;
}
.demos {
    padding-top: 80px;
    padding-bottom: 80px;
}
.demos .section-title {
    padding-bottom: 35px;
}
.demos .demo-photo .thumbnail {
    display: block;
}
.demos .demo-photo img {
    width: 100%;
}
.demos .demo-photo a {
    text-transform: capitalize;
}
.demos .demo-photo a:hover {
    color: #fff;
}
.component {
    padding-top: 80px;
    padding-bottom: 80px;
}
.component .section-title {
    padding-bottom: 50px;
}
.component .component-list {
    margin-bottom: 30px;
}
.component .component-list ul .comoponent-list-heading {
    margin-left: 15px;
    text-transform: capitalize;
    margin-top: 2px;
}
.component .component-list ul li {
    list-style: none;
    margin-left: 45px;
    opacity: 0.7;
}
.clients {
    background-color: #f8fafe;
    padding-top: 80px;
    padding-bottom: 80px;
}
.clients .section-title {
    padding-bottom: 50px;
    text-align: center;
}
.clients .section-title .h2,
.clients .section-title h2 {
    margin-bottom: 10px;
}
.clients .section-title p {
    max-width: 550px;
    margin: 0 auto;
}
.clients .complement {
    max-width: 900px;
    margin: 0 auto;
}
.clients .complement .client-card {
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.clients .complement .client-card .user {
    margin-left: 10px;
}
.clients .complement .client-card .user .user-photo {
    margin-right: 30px;
}
.clients .complement .client-card .user .user-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.clients .complement .client-card .user .user-detail {
    margin-top: 5px;
}
.clients .complement .client-card .user .user-detail .h6,
.clients .complement .client-card .user .user-detail h6 {
    margin: 0;
}
.clients .complement .client-card .user .user-detail p {
    opacity: 0.8;
}
.clients .complement .client-card .user-comment {
    margin-left: 10px;
}
.clients .complement .client-card .user-comment p {
    max-width: 800px;
    font-style: italic;
    opacity: 0.7;
}
.blog {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog .h2,
.blog h2 {
    max-width: 890px;
    margin: 0 0 40px 0;
}
.blog p {
    max-width: 890px;
    opacity: 0.7;
}
.blog .blog-photo {
    margin: 20px 0;
}
.blog .blog-photo img {
    width: 100%;
}
.footer {
    background-color: #f8fafe;
    padding-top: 80px;
}
.footer .footer-item {
    margin-bottom: 100px;
}
.footer .footer-item .social-media ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.footer .footer-item .social-media ul li a {
    color: rgba(17, 17, 17, 0.6588235294);
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}
.footer .footer-bootom {
    padding: 10px 0;
    border-top: 0.2px solid rgba(255, 255, 255, 0.9803921569);
}
.footer .footer-bootom p {
    margin: 0;
}
.footer .btn-raised-primary:hover {
    color: #fff;
}
.footer .btn-raised {
    transition: all 0.15s ease-in;
}
.footer .btn-raised:hover {
    transform: translateY(-2px);
}
@media (max-width: 960px) {
    .dashboard .dashboard-photo {
        max-width: calc(100% - 80px);
    }
    .dashboard {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .main-header .navbar-nav {
        flex-direction: row;
    }
    .main-header .navbar-nav .nav-item {
        margin-right: 8px;
    }
    .main-header .topbar .header-nav {
        display: block;
    }
    .brand {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-toggler {
        padding: 5px 0;
        font-size: 1.25rem;
        line-height: 1;
        border: 0 solid #fff;
        border-radius: 0.25rem;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }
    .navbar-toggler .navbar-toggler-icon {
        background: #1f2937;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background: 0 0;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 999;
        text-align: center;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 25px;
        height: 2px;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        background: #fff;
        margin-top: 4px;
    }
    .dashboard {
        height: 250px;
    }
    .features .features-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .features .features-wrap .feature-card {
        padding: 10px 10px;
        margin: 5px 5px;
    }
    .features .features-wrap .feature-card .card-title {
        margin: 0;
    }
    .features .features-wrap .feature-card .card-title .h6,
    .features .features-wrap .feature-card .card-title h6 {
        margin: 0;
    }
    .features .features-wrap .feature-card .card-icon {
        display: none;
    }
    .framework .item-photo {
        margin-bottom: 30px;
    }
    .component .component-list {
        margin: 0 auto;
    }
    .component .component-list ul {
        text-align: center;
        padding: 0;
    }
    .component .component-list ul li {
        margin-left: 30px;
    }
    .component .component-list .comoponent-list-heading {
        margin-left: 3px !important;
    }
    .footer .footer-item .social-media {
        margin-top: 18px;
    }
    .footer .footer-item .social-media ul {
        padding: 0;
    }
    .footer .footer-item .social-media ul li {
        margin-right: 20px;
        margin-left: 0;
    }
    .footer .footer-item .selling-btn {
        margin-top: 10px;
    }
    .footer .footer-item .btn-arrow {
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .homepage {
        padding: 80px 0;
    }
    .dashboard {
        height: auto;
        padding: 60px 0;
    }
    .dashboard .dashboard-photo {
        position: unset !important;
    }
}
@media only screen and (max-width: 991px) {
    .ul-landing__navbar.collapse:not(.show) {
        display: block !important;
    }
    .ul-landing__brand {
        max-width: 80px !important;
    }
}
#task-manager li.nav-item.dropdown {
    padding: 0 8px;
}
#task-manager li.nav-item.dropdown {
    margin: 11px 0;
    text-align: left;
}
#task-manager .dropdown-menu.show {
    display: block;
    margin: 21px 2px;
}
#task-manager .task-manager-button {
    padding: 7px 15px;
}
#task-manager .active {
    display: none;
}
#task-manager .ul-task-manager__font-date {
    font-size: 10px;
}
#task-manager .ul-task-manager__paragraph {
    width: 95%;
    letter-spacing: 0;
}
#task-manager .ul-task-manager__media a {
    color: #3f51b5;
    font-weight: 700;
}
#task-manager .ul-task-manager__fonts {
    font-size: 32px;
    position: relative;
    top: 13px;
    color: #4b5563;
}
#task-manager .ul-task-manager__media p {
    margin-bottom: 0;
    font-weight: 700;
}
#task-manager .revision-font i {
    margin-right: 15px;
    font-size: 30px;
    color: #3f51b5;
}
@media (max-width: 991px) {
    #task-manager .navbar-toggler {
        float: left !important;
    }
    #task-manager .filter-mobile {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
    #task-manager li.nav-item.dropdown {
        padding: 0;
    }
    #task-manager button.task-manager-button.navbar-toggler.text-white {
        background: #639;
    }
}
#task-manager-list .ul-task-manager__dropdown-menu.show {
    display: block;
    margin: 10px 2px;
}
#task-manager-list .ul-task-manager__header-inline {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
#task-manager-list .ul-task-manager__list-icon {
    color: #111827;
}
#task-manager-list .ul-task-manager__list-icon i {
    font-weight: 900;
    padding: 0 4px;
}
#task-manager-list .ul-task-manager__select-show {
    display: inline;
}
#task-manager-list .ul-task-manager__search-inline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#task-manager-list .ul-task-manager__head--width {
    width: 60px;
}
#task-manager-list .checkmarks {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#task-manager-list .checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #ccc;
    left: 11px;
    top: 6px;
}
#task-manager-list .checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    left: 8px;
    top: 12px;
}
#task-manager-list .task-manager-list-select {
    width: 70%;
}
#task-manager-list .calendar i {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    margin-right: 6px;
}
#task-manager-list .ul-task-manager__avatar {
    width: 36px;
    height: 36px;
}
#task-manager-list .ul-task-manager__font-table {
    font-size: 33px;
    position: relative;
    top: 13px;
    color: #374151;
    cursor: pointer;
}
#task-manager-list .ul-task-manager__font-down {
    color: #111827;
    font-size: 20px;
}
#task-manager-list .ul-task-manager__dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
}
#task-manager-list .active {
    display: none;
}
#task-manager-list ul.pagination.justify-content-end {
    margin-bottom: 0;
}
#task-manager-list td.ul-task-manager__align {
    vertical-align: middle;
}
@media (max-width: 991px) {
    #task-manager-list .custom-sm-width {
        width: 1000px;
    }
}
label.ul-form__label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: right;
    padding: 7px 0;
}
.ul-form__text.small,
small.ul-form__text {
    margin-top: 10px;
    color: #6b7280;
    font-weight: 400;
}
.input-right-icon {
    position: relative;
}
span.span-left-input-icon {
    position: absolute;
    top: 9px;
    left: 10px;
}
span.span-right-input-icon {
    position: absolute;
    top: 9px;
    right: 10px;
}
i.ul-form__icon {
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
}
.ul-form__radio-inline {
    display: flex;
}
span.ul-form__radio-font {
    font-size: 14px;
    font-weight: 500;
}
.footer-delete-right {
    float: right;
}
.ul-card__margin-25 {
    margin: 25px 0;
}
@media only screen and (max-width: 991px) {
    label.ul-form--margin {
        text-align: left;
        margin-left: 20px;
    }
}
label.action-bar-horizontal-label {
    font-size: 15px;
}
.ul-form__radio {
    position: relative;
}
span.checkmark.ul-radio__position {
    position: absolute;
    top: -8px;
    left: 4px;
}
#todo_wrap ul {
    padding: 0;
    text-align: left;
    list-style: none;
}
#todo_wrap hr {
    border-bottom: 0;
    margin: 15px 0;
}
#todo_wrap input[type="checkbox"] {
    width: 30px;
    float: left;
}
#todo_wrap .remove {
    float: right;
    cursor: pointer;
}
#todo_wrap .completed {
    text-decoration: line-through;
}
i.ul-tab__icon {
    font-size: 14px;
    font-weight: 500;
}
.ul-tab__border {
    border: 1px dashed #6b7280;
    margin: 30px 0;
}
.ul-tab__content {
    margin: 0;
    padding-left: 0;
}
.ul-dropdown__toggle {
    padding: 8px 25px;
    margin: 0 5px;
}
.tab-border {
    border: 1px dashed #ebedf2 !important;
    margin: 30px 0 !important;
}
span._r_block-dot {
    display: block;
    margin: 2px 0;
}
._r_btn {
    border: 1px solid #e8ecfa;
}
._r_drop_right {
    padding-right: 14px !important;
}
.ul-accordion__link:hover {
    list-style: none;
    text-decoration: none !important;
}
button.ul-accordion__link {
    text-decoration: none !important;
}
.ul-accordion__font {
    font-size: 16px;
}
.ul-cursor--pointer {
    cursor: pointer;
}
.ul-border__bottom {
    border-bottom: 1px solid #3f51b5;
}
.ul-card__v-space {
    border-radius: 0;
    box-shadow: 0;
    margin: 30px 0;
}
.ul-card__border-radius {
    border-radius: 0;
    box-shadow: none;
}
.header-elements-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.ul-card__list--icon-font i {
    font-weight: 700;
    margin: 0 2px;
}
.accordion .ul-collapse__icon--size a::before {
    font-family: iconsmind;
    font-size: 18px;
    font-weight: 700;
    vertical-align: bottom;
    cursor: pointer;
}
.accordion .ul-collapse__left-icon a.collapsed:before {
    font-family: iconsmind;
    content: "\f083";
    margin: 0 8px;
}
.accordion .ul-collapse__left-icon a:before {
    font-family: iconsmind;
    content: "\f072";
    margin: 0 8px;
}
.accordion .ul-collapse__right-icon a.collapsed:before {
    font-family: iconsmind;
    content: "\f083";
    margin: 0 8px;
    float: right;
    position: absolute;
    right: 15px;
}
.accordion .ul-collapse__right-icon a:before {
    font-family: iconsmind;
    content: "\f072";
    margin: 0 8px;
    float: right;
    position: absolute;
    right: 15px;
}
.ul-widget__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.07rem dashed #d1d5db;
    padding: 1.1rem 0;
}
.ul-widget1__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4b5563;
}
.ul-widget__desc {
    font-size: 0.9rem;
    font-weight: 400;
}
.ul-widget__number {
    font-size: 1.4rem;
    font-weight: 700;
}
.ul-widget__item:last-child {
    border-bottom: 0;
}
.ul-widget__head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}
.ul-widget__head.--v-margin {
    padding: 10px 0;
}
.ul-widget__head-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1f2937;
}
.ul-widget-nav-tabs-line .nav-item .nav-link.active {
    border: 1px solid transparent;
    border-color: #fff #fff #3f51b5 #fff;
}
.ul-widget-nav-tabs-line .nav-link {
    font-weight: 700;
}
.ul-widget__body {
    margin-top: 10px;
}
.ul-widget2__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    align-items: center;
    position: relative;
}
.ul-widget2__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 10px;
}
.ul-widget2__title {
    font-weight: 600;
    color: #4b5563;
}
.ul-widget2__username {
    font-size: 0.7rem;
    color: #4b5563;
}
.ul-widget__link--font i {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
}
.ul-widget__link--font {
    color: #4b5563;
    font-weight: 600;
    font-size: 15px;
}
.ul-ps-0 {
    padding-left: 0;
}
.ul-checkmark {
    position: absolute;
    top: -4px !important;
    left: 20px !important;
}
.ul-widget2__actions {
    opacity: 0;
    visibility: hidden;
}
.ul-widget1:hover .ul-widget2__actions {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.pb-20 {
    padding-bottom: 20px;
}
.ul-widget-notification-item {
    display: flex;
    align-items: center;
    padding: 2px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 0;
}
.ul-widget-notification-item:last-child {
    border-bottom: none;
}
.ul-widget-notification-item:hover {
    background-color: #f3f4f6;
}
.ul-widget-notification-item-icon {
    padding-right: 20px;
}
.ul-widget-notification-item-title {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
}
.ul-widget-notification-item-time {
    font-size: 13px;
    font-weight: 300;
    color: #6b7280;
}
.ul-widget-notification-item::after {
    content: "\f07d";
    font-family: iconsmind;
    position: absolute;
    right: 0;
}
.ul-widget-notification-item i {
    font-size: 27px;
}
.ul-widget3-img img {
    width: 3.2rem;
    border-radius: 50%;
}
.ul-widget3-item {
    margin-bottom: 1rem;
    border-bottom: 0.07rem dashed #e5e7eb;
}
.ul-widget3-item:last-child {
    border: none;
}
.ul-widget3-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.8rem;
}
span.ul-widget3-status {
    flex-grow: 1;
    text-align: right;
}
.ul-widget3-info {
    padding-left: 10px;
}
.ul-widget4__item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d1d5db;
    padding: 15px 0;
}
.ul-widget4__item:last-child {
    border-bottom: 0;
}
.ul-widget4__pic-icon {
    margin-right: 15px;
    font-size: 25px;
}
a.ul-widget4__title {
    color: #4b5563;
    font-weight: 700;
    font-size: 15px;
}
a.ul-widget4__title:hover {
    color: #3f51b5;
}
.ul-widget4__img img {
    width: 2.5rem;
    border-radius: 5px;
    margin-right: 15px;
}
.ul-widget4__users {
    justify-content: space-between;
}
.ul-widget2__info.ul-widget4__users-info {
    flex-grow: 1;
    width: calc(100% - 135px);
}
span.ul-widget4__number.t-font-boldest {
    font-size: 1.1rem;
}
.ul-widget5__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.43rem;
    padding-bottom: 1.57rem;
    border-bottom: 0.07rem dashed #e5e7eb;
}
.ul-widget5__item:last-child {
    border-bottom: none;
}
.ul-widget5__content {
    display: flex;
    align-items: center;
}
.ul-widget5__stats {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.ul-widget5__stats:first-child {
    padding-right: 3rem;
}
span.ul-widget5__number {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4b5563;
}
.ul-widget5__pic img {
    padding-right: 1.43rem;
    width: 8.6rem;
    border-radius: 4px;
}
p.ul-widget5__desc {
    margin: 0;
    padding: 0.4rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #9ca3af;
}
.ul-widget5__info span:nth-child(even) {
    font-weight: 600;
    padding-right: 0.71rem;
}
.ul-widget6__head .ul-widget6__item {
    display: flex;
    align-items: center;
    margin-bottom: 1.07rem;
}
.ul-widget6__head .ul-widget6__item span {
    flex: 1;
    text-align: left;
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 500;
}
.ul-widget6__head .ul-widget6__item span:last-child {
    text-align: right;
}
.ul-widget6__body .ul-widget6__item {
    display: flex;
    align-items: center;
    padding: 1.07rem 0;
    border-bottom: 0.07rem dashed #e5e7eb;
}
.ul-widget6__body .ul-widget6__item:last-child {
    border-bottom: none;
}
.ul-widget6__body .ul-widget6__item span {
    flex: 1;
    text-align: left;
    color: #4b5563;
    font-weight: 400;
}
.ul-widget6__body .ul-widget6__item span:last-child {
    text-align: right;
}
.ul-widget6 .ul-widget6-footer {
    text-align: right;
    margin: 0;
}
.ul-widget-s5__pic img {
    width: 4rem;
    border-radius: 50%;
}
.ul-widget-s5__pic {
    padding-right: 1rem;
}
a.ul-widget4__title.ul-widget5__title {
    font-size: 1.1rem;
}
.ul-widget-s5__desc {
    margin: 0;
    color: #4b5563;
}
.ul-widget-s5__item {
    display: flex;
    justify-content: space-between;
}
.ul-widget-s5__content {
    display: flex;
    align-items: center;
}
.ul-widget-s5__content:last-child {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}
.ul-widget-s5__progress {
    flex: 1;
    padding-right: 3rem;
}
.ul-widget-s5__stats {
    justify-content: space-between;
    display: flex;
    margin-bottom: 0.7rem;
}
.ul-widget-s5__stats span {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
}
.widget-badge {
    margin: 0 !important;
}
.ul-widget-s6__items {
    position: relative;
}
.ul-widget-s6__items:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background-color: #d1d5db;
    height: 100%;
    left: 3px;
    top: 14px;
}
p.ul-widget6__dot {
    height: 8px;
    width: 8px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.ul-widget-s6__item {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
p.ul-widget-s6__text {
    flex-grow: 1;
    margin-left: 11px;
}
span.ul-widget-s6__text {
    display: flex;
    flex-grow: 1;
    padding-left: 12px;
    color: #4b5563;
    font-weight: 600;
}
span.ul-widget-s6__time {
    font-size: 0.77rem;
    color: #6b7280;
}
.ul-widget6__item--table {
    height: 400px;
    overflow-y: scroll;
}
tr.ul-widget6__tr--sticky-th th {
    position: sticky;
    top: 0;
    background-color: #fff;
}
.ul-widget-s7__items {
    display: flex;
}
.ul-widget-s7__item-circle {
    margin: 0 1rem;
}
.ul-widget-s7__item-circle i {
    font-size: 16px;
    font-weight: 900;
}
.ul-widget-s7 {
    position: relative;
    padding: 15px 0;
}
.ul-widget-s7:before {
    content: "";
    position: absolute;
    width: 1;
    height: 100%;
    background-color: #9ca3af;
    width: 0.241rem;
    left: 72px;
    top: 22px;
}
p.ul-widget7__big-dot {
    height: 13px;
    width: 13px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.ul-widget-s7__item-time {
    font-size: 1.2rem;
    font-weight: 500;
    color: #4b5563;
}
.ul-widget-s7__item-time.ul-middle {
    display: flex;
    align-items: center;
}
.ul-widget-s7__item-text {
    font-size: 1rem;
    color: #4b5563;
}
.ul-widget-s7:last-child:before {
    background-color: #f3f4f6;
}
.ul-vertical-line {
    height: 100%;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
}
.ul-widget8__tbl-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.ul-widget_user-card {
    display: -webkit-box;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 425px) {
    .ul-widget__number {
        font-size: 1.1rem;
        font-weight: 700;
    }
    .ul-widget1__title {
        font-size: 0.9rem;
    }
    .ul-widget__desc {
        font-size: 0.7rem;
    }
    .ul-widget__head {
        flex-direction: column;
    }
    .ul-widget__head-label {
        margin: 10px 0;
    }
    .ul-widget__head.v-margin {
        flex-direction: unset;
    }
}
@media only screen and (max-width: 1024px) {
    .ul-widget2__actions {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 768px) {
    .ul-widget-s5__content:last-child {
        width: 100%;
    }
    .ul-widget-s5__item {
        justify-content: space-between;
        display: block;
    }
    .ul-widget-s5__content {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 375px) {
    .ul-widget5 {
        overflow-x: auto;
    }
    a.ul-widget4__title {
        font-size: 12px;
        padding-right: 5px;
    }
    a.ul-widget4__title.ul-widget5__title {
        font-size: 11px;
    }
    p.ul-widget-s5__desc {
        font-size: 11px;
    }
}
@media only screen and (max-width: 725px) {
    .ul-widget5__item {
        display: block;
        text-align: center !important;
    }
    .ul-widget5__content {
        display: block;
        margin-bottom: 15px;
    }
    .ul-widget5__stats:first-child {
        padding-right: 0;
    }
    .ul-widget5__stats {
        text-align: center;
    }
}
.ul-card__widget-chart {
    padding: 0;
}
.ul-widget__chart-info {
    padding: 1rem 2rem 0;
}
.ul-widget__row {
    align-items: center;
    display: flex;
}
.ul-widget__content {
    margin-left: 30px;
}
.ul-widget__row-v2 {
    text-align: center;
    text-align: -webkit-center;
}
.ul-widget-stat__font i {
    font-size: 35px;
}
.ul-widget__content-v4 {
    text-align: center;
}
.ul-faq__details {
    margin: 70px 0;
}
.ul-faq__list-details ul {
    padding-left: 10px;
    margin: 0;
}
.ul-faq__list-details ul li {
    list-style: none;
    color: #374151;
    padding: 5px 0;
    font-weight: 700;
}
.ul-widget-card__info {
    display: flex;
    justify-content: space-between;
}
.ul-widget-card__info span p:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.ul-widget-card__info span p:last-child {
    font-size: 17px;
    margin: 0;
}
.ul-widget-card__progress-rate {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 5px;
}
.ul-widget-card__progress-rate span {
    font-weight: 700;
}
.ul-widget-card__progress-rate span:last-child {
    font-weight: 700;
    color: #9ca3af;
}
.progress--height {
    height: 10px;
}
.ul-widget-card__user-info {
    text-align: center;
}
.ul-widget-card--line {
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 20px;
}
.ul-widget-card--line:last-child {
    border-bottom: none;
}
.ul-widget-card__rate-icon {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.ul-widget-card__rate-icon.--version-2 {
    justify-content: flex-start;
}
.ul-widget-card__rate-icon.--version-2 span {
    margin-right: 18px;
}
.ul-widget-card__rate-icon span i {
    font-size: 14px;
}
.ul-widget-card__rate-icon span {
    font-size: 15px;
}
.ul-widget-card__rate-icon span i {
    font-size: 16px;
    font-weight: 600;
    margin-right: 2px;
}
.ul-widget-card__full-status {
    display: flex;
    justify-content: space-between;
}
.ul-widget-card__status1 {
    display: grid;
    text-align: -webkit-center;
    text-align: center;
}
.ul-widget-card__status1 span:first-child {
    font-size: 1.25rem;
    font-weight: 600;
}
.ul-widget6__dot.ul-widget-card__dot-xl {
    padding: 1.35rem;
}
.ul-widget-s6__badge .ul-widget-card__dot {
    position: relative;
}
.ul-widget6__dot.ul-widget-card__dot-xl i {
    position: absolute;
    top: 35%;
    content: "";
    left: 35%;
}
.ul-widget-s6__items.ul-widget-card__position:before {
    left: 20px;
    top: 0;
}
.ul-widget-card__item {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.ul-widget-card__info-v2 {
    display: grid;
    margin-left: 20px;
}
.ul-widget-card__img-bg {
    background: url('../../../../images/products/watch-2.jpg');
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat, repeat;
}
.ul-widget-card__cloud .ul-widget-card__head .h1,
.ul-widget-card__cloud .ul-widget-card__head h1 {
    color: #fff;
}
.ul-widget-card__cloud .ul-widget-card__head i {
    color: #fff !important;
}
.ul-widget-card__head {
    display: flex;
    justify-content: space-around;
    margin: 60px 0;
    align-items: center;
}
.ul-widget-card__weather-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin: 45px 0;
}
.ul-b4__box {
    width: 5rem;
    height: 5rem;
    background-color: #9ca3af;
    display: inline-block;
    margin: 0 5px;
}
.ul-b4__border {
    border: 1px solid #3f51b5;
}
.ul-b4__border-top {
    border-top: 1px solid #3f51b5;
}
.ul-b4__border-right {
    border-right: 1px solid #3f51b5;
}
.ul-b4__border-bottom {
    border-bottom: 1px solid #3f51b5;
}
.ul-b4__border-left {
    border-left: 1px solid #3f51b5;
}
.ul-b4-utilities__code pre {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.ul-b4-utilities__code {
    padding: 25px 10px;
    background-color: #e5e7eb;
}
.ul-b4__border-0 {
    border: none;
}
.ul-b4__border-top-0 {
    border-top: none;
    border-bottom: 1px solid #3f51b5;
    border-right: 1px solid #3f51b5;
    border-left: 1px solid #3f51b5;
}
.ul-b4__border-right-0 {
    border-right: none;
    border-bottom: 1px solid #3f51b5;
    border-left: 1px solid #3f51b5;
    border-top: 1px solid #3f51b5;
}
.ul-b4__border-bottom-0 {
    border-bottom: none;
    border-left: 1px solid #3f51b5;
    border-top: 1px solid #3f51b5;
    border-right: 1px solid #3f51b5;
}
.ul-b4__border-left-0 {
    border-bottom: 1px solid #3f51b5;
    border-left: none;
    border-top: 1px solid #3f51b5;
    border-right: 1px solid #3f51b5;
}
.ul-b4-display__info-1 {
    margin-bottom: 60px;
}
.ul-b4-display__info-1 p {
    font-size: 14px;
    color: #4b5563;
}
.ul-b4-display__table {
    margin-top: 20px;
}
.ul-b4-display__table tr th {
    font-size: 17px;
}
.ul-b4-display__table tr td {
    font-size: 14px;
}
.ul-display__print ul li code {
    font-size: 15px;
}
.ul-display__margin {
    margin: 40px 0;
}
.ul-display__paragraph {
    font-size: 14px;
}
.ul-pricing__table-1 {
    text-align: center;
    border-right: 1px solid #e5e7eb;
}
.ul-pricing__image {
    margin: 2rem 0;
}
.ul-pricing__image i {
    font-size: 7rem;
}
.ul-pricing__text {
    font-size: 1.2rem;
}
.ul-pricing__list {
    margin-bottom: 2.1rem;
}
.ul-pricing__main-number {
    margin: 20px 0;
}
.ul-pricing__list p {
    padding: 0 2.1rem;
    line-height: 2;
    font-size: 1rem;
}
.ul-pricing__table-list {
    width: 70%;
    margin: 0 auto;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ul-pricing__table-2 {
    text-align: center;
    border-right: 1px solid #e5e7eb;
    padding-bottom: 15px;
}
.ul-pricing__month {
    font-size: 18px;
}
.ul-pricing__table-2:hover {
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 2;
    background-color: #f3f4f6;
}
.ul-pricing__header {
    margin-bottom: 30px;
    background-color: #f3f4f6;
    border-bottom-left-radius: 210px;
    border-bottom-right-radius: 210px;
    padding-bottom: 12px;
}
.ul-pricing__table-listing ul {
    margin: 0;
    padding: 0;
}
.ul-pricing__table-listing ul li {
    list-style: none;
    padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
    .ul-pricing__main-number .h3,
    .ul-pricing__main-number h3 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 991px) {
    .ul-pricing__table-1 {
        border-right: none;
    }
}
.ul-contact-list__image-title {
    display: flex;
    align-items: center;
}
.ul-link-action {
    font-size: 20px;
}
.ul-link-action i {
    margin-right: 5px;
}
.ul-contact-page__profile {
    display: flex;
    align-items: center;
}
.ul-contact-page__profile .user-profile {
    height: 150px;
    width: 150px;
}
.ul-contact-page__info {
    margin-left: 23px;
    width: calc(100% - 126px);
}
.ul-form-input {
    width: 50%;
    transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 425px) {
    .ul-contact-page__profile {
        text-align: center;
        display: block;
    }
    .ul-contact-page__info {
        margin-left: 0;
        width: 100%;
    }
}
.ul-contact-detail__info-1 {
    margin: 15px 0;
}
.ul-contact-detail__info .ul-contact-detail__info-1 {
    margin: 15px 0;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 10px;
}
.ul-contact-detail__social-1 {
    display: flex;
    align-items: center;
}
.ul-contact-detail__social {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
span.ul-contact-detail__followers {
    font-size: 25px;
}
.ul-contact-detail__timeline-image img {
    width: 30%;
    height: 70%;
}
.ul-contact-detail__timeline-image {
    display: flex;
    justify-content: space-between;
}
.ul-contact-detail__timeline-row {
    margin: 20px 0;
}
.ul-contact-detail__timeline-image-2 img {
    width: 20%;
}
.ul-contact-detail__timeline-image-info {
    margin-left: 15px;
}
.ul-contact-detail__timeline-image-2.mt-3 {
    display: flex;
    align-items: flex-end;
}
.ul-contact-detail__profile {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.ul-weather-card__img-overlay {
    background: url(../../images/products/weather-2.jpg);
    background-size: cover;
    height: 400px;
    background-position-y: center;
    background-repeat: no-repeat;
}
.display-4 {
    font-size: 3.5rem;
}
.ul-weather-card__weather-time {
    padding: 30px;
}
.ul-weather-card__img-overlay span {
    font-size: 20px;
}
.display-5 {
    font-size: 2.5rem !important;
}
.ul-weather-card__weather-info i {
    font-size: 25px;
    font-weight: 600;
}
.ul-weather-card__weather-info {
    margin: 20px 0;
}
.ul-weather-card__font-md {
    font-size: 20px;
    font-weight: 600;
}
.ul-weather-card__header {
    display: flex;
    align-items: center;
}
.ul-weather-card__header span {
    color: #fff;
    font-size: 18px;
}
.ul-weather-card__calendar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ul-weather-card__calendar-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul-weather-card__both-group {
    padding: 25px;
}
.ul-weather-card__inner-card {
    width: 100%;
}
.ul-weather-card__info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.card .ul-weather-card__bg-img img {
    width: 100%;
    height: 300px;
}
.ul-weather-card__img-overlay-2 {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.ul-weather-card__img-overlay-2 span {
    color: #fff;
}
.font-25 {
    font-size: 25px;
}
.ul-weather-card__footer-color {
    color: #3f51b5;
    font-weight: 600;
}
.ul-weather-card__footer-color-2 {
    color: #cb3066;
}
.ul-weather-card__grid-style {
    display: grid;
}
.ul-weather-card__weather-s-title {
    font-size: 1rem;
}
.ul-weather-card__footer-color-3 .h5,
.ul-weather-card__footer-color-3 h5 {
    color: #20c997;
}
.ul-weather-card__footer-color-3 .h4,
.ul-weather-card__footer-color-3 h4 {
    color: #20c997;
}
.ul-widget-app__row-comments {
    display: flex;
    align-items: center;
    padding: 14px;
    margin-bottom: 10px;
}
.ul-widget-app__row-comments:hover {
    background-color: #e5e7eb;
}
.ul-widget-app__row-comments:hover .ul-widget-app__icons a i {
    opacity: 1;
    visibility: visible;
}
.ul-widget-app__icons a i:hover {
    color: #639;
}
.ul-widget-app__comment {
    width: calc(100% - 86px);
}
.ul-widget-app__profile-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul-widget-app__icons {
    flex-grow: 1;
}
.ul-widget-app__icons {
    font-size: 17px;
}
.ul-widget-app__icons a i {
    margin: 0 3px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    vertical-align: middle;
}
.ul-widget-app__recent-messages {
    height: calc(100vh - 350px);
    overflow-y: scroll;
    cursor: pointer;
}
.ul-widget-app__skill-margin span {
    margin: 0 5px;
}
.ul-widget-app__profile-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.ul-widget-app__profile-footer-font a span {
    vertical-align: middle;
}
.ul-widget-app__profile-footer-font a i {
    vertical-align: middle;
}
.ul-widget-app__browser-list-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ul-widget-app__browser-list-1 span {
    flex-grow: 1;
}
.ul-widget-app__browser-list-1 span:last-child {
    flex-grow: 0;
}
span.ul-widget-app__find-font {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #639;
    bottom: 0;
    font-size: 20px;
}
.ul-widget-app__small-title {
    display: grid;
}
.user-profile.ul-widget-app__profile--position.mb-4 {
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translateY(-50%);
}
.timeline--align {
    bottom: 8px;
}
.ul-contact-list__image-title {
    display: flex;
    align-items: center;
}
.ul-link-action {
    font-size: 20px;
}
.ul-link-action i {
    margin-right: 5px;
}
.ul-product-detail__features ul li {
    list-style: none;
    margin: 8px 0;
}
.ul-todo-sidebar {
    float: left;
    min-width: 240px;
    width: 240px;
}
.ul-todo-mobile-menu {
    display: none;
}
.ul-todo-list-content {
    height: 100vh;
    position: relative;
}
.ul-todo-sidebar.open {
    left: 1px;
}
i.todo-sidebar-close {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .ul-todo-list-content {
        overflow-x: hidden;
    }
    i.todo-sidebar-close {
        display: block;
    }
    .ul-todo-sidebar {
        position: absolute;
        z-index: 50;
        left: -260px;
        transition: all 0.2s ease;
    }
    .ul-todo-mobile-menu {
        display: block;
    }
}
.ul-contact-list-body {
    margin-top: -60px;
    position: relative;
}
.ul-contact-left-side {
    min-width: 230px;
    width: 230px;
    margin-right: 25px;
}
.ul-contact-content {
    width: calc(100% - 220px);
}
.ul-contact-main-content {
    width: 100% !important;
    display: flex;
    position: relative;
    overflow-x: hidden;
    height: 100vh;
}
.ul-contact-mobile-icon {
    display: none;
}
.contact-open {
    left: 0 !important;
}
.contact-close-mobile-icon {
    display: none;
}
.ul-contact-list-table--label label {
    display: none !important;
}
.ul-contact-list-table {
    min-width: 570px;
}
@media only screen and (max-width: 1000px) {
    .contact-close-mobile-icon {
        display: block;
    }
    .ul-contact-left-side {
        position: absolute;
        top: 0;
        z-index: 99;
        left: -235px;
        transition: all 0.2s ease;
    }
    .ul-contact-content {
        width: calc(100% - 0px);
    }
    .ul-contact-mobile-icon {
        display: block;
    }
}
html {
    font-size: 16px;
}
body {
    letter-spacing: 0.3px;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}
[tabindex="-1"]:focus {
    outline: 0;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
}
button,
input,
select,
textarea {
    vertical-align: baseline;
}
div {
    box-sizing: border-box;
}
body[dir="ltr"],
body[dir="rtl"],
html[dir="ltr"],
html[dir="rtl"] {
    unicode-bidi: embed;
}
bdo[dir="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}
bdo[dir="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}
img {
    max-width: 100%;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
blockquote {
    border-left: 2px solid #e5e7eb;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-size: 1.01625rem;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    outline: 0;
}
.o-hidden {
    overflow: hidden;
}
.separator-breadcrumb {
    margin-bottom: 2rem;
}
.line-height-1 {
    line-height: 1;
}
.line-height-2 {
    line-height: 2;
}
.line-height-3 {
    line-height: 3;
}
.line-height-4 {
    line-height: 4;
}
.line-height-5 {
    line-height: 5;
}
.app-inro-circle {
    text-align: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 150px);
}
.app-inro-circle .big-bubble {
    height: 280px;
    width: 280px;
    margin: 0 auto 20px;
    text-align: center;
    background: #639;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-inro-circle .big-bubble i {
    font-size: 108px;
    color: #fff;
}
.loadscreen {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 999;
}
.loadscreen .loader {
    position: absolute;
    top: calc(50vh - 50px);
    left: 0;
    right: 0;
    margin: auto;
}
.loadscreen .logo {
    display: inline-block !important;
    width: 80px;
    height: 80px;
}
.img-preview {
    overflow: hidden;
    float: left;
    background-color: #e5e7eb;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.preview-lg {
    width: 200px;
    height: 150px;
}
.preview-md {
    width: 150px;
    height: 120px;
}
.preview-sm {
    width: 100px;
    height: 75px;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width: 576px) {
    .app-inro-circle .big-bubble {
        width: 220px;
        height: 220px;
    }
    button.close {
        float: right;
        font-size: 1.2195rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: 5px;
    }
}
[dir="rtl"] .rtl-ps-none .ps__rail-x,
[dir="rtl"] .rtl-ps-none .ps__rail-y {
    display: none;
}
.dark-theme {
    background: #10163a;
}
.dark-theme .card,
.dark-theme .main-header,
.dark-theme .sidebar-left,
.dark-theme .sidebar-left-secondary {
    background: #10163a;
    color: #fff !important;
}
.dark-theme .chat-sidebar-container .chat-content-wrap .chat-content .message,
.dark-theme .main-content-wrap {
    background-color: #262c49;
    color: #c2c6dc !important;
}
.dark-theme .chat-sidebar-container .chat-content-wrap .chat-content .message::before {
    border-color: transparent transparent #262c49 transparent;
}
.dark-theme .card-title,
.dark-theme .h1,
.dark-theme .h2,
.dark-theme .h3,
.dark-theme .h4,
.dark-theme .h5,
.dark-theme .h6,
.dark-theme .text-title,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
    color: #c2c6dc;
}
.dark-theme .card-title {
    color: #c2c6dc !important;
}
.dark-theme a {
    color: #c2c6dc !important;
}
.dark-theme input,
.dark-theme textarea {
    background: #262c49 !important;
    border-color: #10163a;
}
.dark-theme .app-footer {
    margin-top: 2rem;
    background: #10163a;
    padding: 1.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dark-theme .app-footer .footer-bottom {
    width: 100%;
}
.dark-theme .app-footer .footer-bottom .logo {
    width: 3rem;
    height: auto;
    margin: 4px;
}
.dark-theme .navigation-left .nav-item {
    color: #c2c6dc !important;
    border-bottom: 1px solid #262c49 !important;
}
.dark-theme .navigation-left .nav-item .nav-item-hold {
    color: #c2c6dc !important;
}
.dark-theme .navigation-left .nav-item .nav-item-hold a {
    color: #c2c6dc !important;
}
.dark-theme .sidebar-left-secondary .childNav {
    list-style: none;
    padding: 0;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item {
    display: block;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a {
    color: #c2c6dc;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    padding: 12px 24px;
    transition: 0.15s all ease-in;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a:hover {
    background: #262c49;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.open {
    color: #639;
    background: #262c49;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.open a {
    background: #262c49;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active {
    color: #639;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active .nav-icon {
    color: #639;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    color: #c2c6dc;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a .item-name {
    vertical-align: middle;
    font-weight: 400;
}
.dark-theme .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
    margin-left: auto;
    font-size: 11px;
    transition: all 0.3s ease-in;
}
.dark-theme .search-ui {
    position: fixed;
    background: #262c49;
}
.dark-theme .search-ui input.search-input {
    background: #262c49;
}
.dark-theme .search-ui input.search-input::placeholder {
    color: #c2c6dc;
}
.dark-theme .search-bar {
    background: #10163a !important;
    border: 1px solid #262c49 !important;
}
.dark-theme .search-bar input {
    color: #c2c6dc !important;
    background: #10163a !important;
}
.dark-theme .search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-block;
}
.dark-theme .border-top {
    border-top: 1px solid #10163a !important;
}
.dark-theme .tab-border {
    border: 1px dashed #262c49 !important;
    margin: 30px 0 !important;
}
.dark-theme table.vgt-table {
    background: #10163a;
}
.dark-theme table.tableOne.vgt-table thead tr th {
    background: #10163a;
    border-color: #262c49;
}
.dark-theme .list-group-item {
    background-color: #10163a;
    border: 1px solid #262c49;
}
.dark-theme .page-link {
    color: #c2c6dc;
    background-color: #262c49;
    border: 1px solid #10163a;
}
.dark-theme .dropdown-menu {
    color: #c2c6dc;
    background-color: #262c49;
    border: 1px solid #262c49;
}
.dark-theme .table td {
    border-top: 1px solid #262c49;
}
.dark-theme .table thead th {
    border-bottom: 2px solid #262c49;
}
.dark-theme .table .table-light th {
    color: #c2c6dc;
    background-color: #262c49;
    border-color: #262c49;
}
.dark-theme .apexcharts-xaxis-label {
    fill: #c2c6dc;
}
.dark-theme .apexcharts-yaxis-label {
    fill: #c2c6dc;
}
.dark-theme .apexcharts-tooltip.light {
    border: 1px solid #10163a;
    background: #262c49;
}
.dark-theme .apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #10163a;
    border-bottom: 1px solid #10163a;
}
.dark-theme .apexcharts-legend-text {
    color: #c2c6dc !important;
}
.dark-theme .input-group-text {
    color: #c2c6dc;
    background-color: #262c49;
    border: 1px solid #262c49;
}
.dark-theme .custom-select {
    color: #c2c6dc;
    background-color: #262c49;
    border: 1px solid #262c49;
}
.dark-theme .header-icon:hover {
    background: #262c49 !important;
}
.dark-theme .calendar-parent {
    background-color: #10163a;
}
.dark-theme .cv-day,
.dark-theme .cv-event,
.dark-theme .cv-header-day,
.dark-theme .cv-header-days,
.dark-theme .cv-week,
.dark-theme .cv-weeks {
    border-style: solid;
    border-color: #262c49;
}
.dark-theme .theme-default .cv-day.outsideOfMonth,
.dark-theme .theme-default .cv-day.past {
    background-color: #10163a;
}
.dark-theme .theme-default .cv-day.today {
    background-color: #262c49;
}
.dark-theme .theme-default .cv-header,
.dark-theme .theme-default .cv-header-day {
    background-color: #262c49;
}
.dark-theme .cv-header,
.dark-theme .cv-header button {
    border-style: solid;
    border-color: #10163a;
    background: #262c49;
}
.dark-theme .vgt-global-search.vgt-clearfix {
    background: #10163a;
}
.dark-theme table.tableOne tbody tr th.line-numbers {
    background: #10163a;
}
.dark-theme div.vgt-wrap__footer.vgt-clearfix {
    background: #10163a;
}
.dark-theme table.vgt-table td {
    border-bottom: 1px solid #262c49;
    color: #c2c6dc;
}
.dark-theme table.tableOne tbody tr th.vgt-checkbox-col {
    background: #10163a;
}
.dark-theme th.line-numbers {
    border-bottom: 1px solid #10163a;
}
.dark-theme th.vgt-checkbox-col {
    border-bottom: 1px solid #10163a;
}
.dark-theme .ul-widget__item {
    border-bottom: 0.07rem dashed #262c49;
}
.dark-theme .page-item.disabled .page-link {
    background-color: #10163a;
    border-color: #10163a;
}
.dark-theme ul.gull-pagination li .page-link {
    border-color: #10163a !important;
}
.dark-theme ul.gull-pagination li .page-link:hover {
    background: #10163a;
}
.dark-theme .layout-sidebar-vertical .sidebar-panel {
    box-shadow: 0 1px 15px #262c49, 0 1px 6px #262c49;
    background: #10163a;
}
.dark-theme .layout-sidebar-vertical .main-content-wrap .main-header {
    background: #10163a !important;
}
.dark-theme .layout-horizontal-bar .header-topnav {
    background: #10163a;
    box-shadow: 0 1px 15px transparent, 0 1px 6px transparent;
}
.dark-theme .layout-horizontal-bar .header-topnav .topnav a {
    color: #c2c6dc !important;
}
.dark-theme .layout-horizontal-bar .header-topnav .topnav ul ul {
    background: #10163a;
    color: #c2c6dc;
}
.dark-theme .layout-horizontal-bar .header-topnav .topnav ul li ul li:hover {
    background: #262c49;
}
.dark-theme .main-header .show .header-icon {
    background: #262c49;
}
.dark-theme .main-header .notification-dropdown {
    color: #c2c6dc;
}
.dark-theme .main-header .notification-dropdown .dropdown-item {
    border-bottom: 1px solid #10163a;
    color: #c2c6dc;
}
.dark-theme .main-header .notification-dropdown .notification-icon {
    background: #10163a !important;
}
.dark-theme .dropdown-item:focus,
.dark-theme .dropdown-item:hover {
    color: #c2c6dc;
    text-decoration: none;
    background-color: #10163a;
}
/* home custom styles */
.tickers-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
}
.tickers-wrapper {
    display: flex;
    gap: 10px;
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
}
.tickers-wrapper-fixed {
    display: flex;
    align-items: center;
    height: 52px;
    gap: 10px;
    padding: 0;
    width: 100%;
    max-width: 365px;
    border-right: 1px solid var(--blue-800);
}
.ticker-card-fixed {
    height: 52px;
    width: 110px;
    min-width: 110px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}
.ticker-card {
    height: 52px;
    width: 100%;
    min-width: 178px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    animation: carousel-animation 12s infinite linear;
    /* gap: .6rem; */
}
@keyframes carousel-animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
}
.ticker-card-icon-bloc {
    width: 26px;
}
.ticker-card-icon-bloc img {
    width: 100%;
    width: 26px;
}
.ticker-card-description-bloc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ticker-card-description-bloc h5 {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0px;
}
.ticker-card-description-bloc small {
    font-size: 8px;
}
.ticker-card-values-bloc {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 3px;
}
.ticker-card-values-bloc h5 {
    font-size: 20px;
    color: #222222;
    margin-bottom: 0;
    font-size: 12.6px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.ticker-card-values-bloc p {
    color: #332E38;
    font-style: normal;
    font-weight: 400;
    font-size: 7px;
    line-height: 8px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    margin-top: -2px;
}
.ticker-card-values-percent {
    display: flex;
    align-items: center;
    gap: 4px;
}
.ticker-card-values-bloc span.up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #40FF10;
    margin-top: -3px;
}
.ticker-card-values-bloc span.down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FF7777;
    margin-top: -3px;
}
.balance-wrapper {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.balance-card-container {
    display: flex;
    gap: 1.5rem;
}
.balance-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);
    width: 100%;
    /* max-width: 405px; */
}
.home-small-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.home-biggest-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.balance-card-header {
    background: #222222;
    height: 58px;
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    align-items: center;
    padding: 1rem;
}
.balance-card-header h3 {
    color: #fff;
    margin-bottom: 0px;
}
.balance-card-body {
    padding: 20px;
}
.balance-card-body h5{
    margin-bottom: 0px;
}

.balance-card-button {
    background-color: #0688FF;
    color: #fff;
    width: 106px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.balance-card-button:hover {
    color: #fff;
    background-color: #3096f3;
}
.main-button {
    background-color: #0688FF;
    border-color: transparent;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    height: 48px;
}
.button-wrapper {
    display: flex;
}
.charts-container {
    display: flex;
    gap: 1rem;
}
.pizza-chart-wrapper {

}
.custom-card {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    word-wrap: break-word;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.pizza-chart-card {
    width: 100%;
    /* max-width: 405px; */
}
.custom-card-header {
    padding: 1rem;
    background: #222222;
    height: 58px;
    display: flex;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    align-items: center;
    justify-content: space-between;
}
.custom-card-header.default {
    background: #1D2744;
}
.custom-card-header-with-buttons {
    padding: 1rem;
    background: #222222;
    height: 58px;
    display: flex;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    align-items: center;
    justify-content: space-between;
}
.custom-card-header-buttons-bloc {
    display: flex;
    gap: .5rem
}
.showing-table-label {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.showing-table-select {
    color: #332E38;
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    cursor: pointer;
}
.custom-card-title {
    color: #fff;
    margin-bottom: 0px;
}
.custom-card-body {
    padding: 2rem 1rem;
}
.home-custom-card-line {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #000;
    width: 100%;
}
.home-custom-card-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0px;
}
.home-custom-card-list li {
    display: flex;
    gap: .5rem;
}
.bars-chart-wrapper {

}
.bars-chart-card {
    width: 100%;
    max-width: 853px;
}
.news-banner-wrapper {
    margin-bottom: 1rem;
}
.news-banner {
    width: 100%;
    border-radius: 10px;
}
.news-bloc {

}
.faq-wrapper {

}
.footer-wrapper {
    width: 100%;
    display:flex;
    gap: 20px;
    color: #fff;
    justify-content: space-around;
}
.footer-list {
    list-style: none;
    gap: 20px;
    padding-left: 0px;
}
.footer-list li a {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}
.footer-list li a:hover {
    color: var(--blue-200);
}
.footer-list li h6 {
    color: #fff;
    font-weight: 500;
}
.footer-bloc {

}
.footer-bloc h5 {
    font-size: 16px;
    color: #fff;
}
.footer-copy-bloc {
    gap: 10px;
    align-items: center;
}
.footer-logo {
    width: 175px;
}
.footer-copy-divider {
    border-right: 2px solid #fff;
    margin-right: -75px;
    margin-left: -75px;
}
.footer-copy-bloc p {
    margin-top: .2rem;
    margin-bottom: 0px;
    font-size: 16px;
}
.faq-wrapper {
    position: relative;
    min-height: 210px;
}
.float-faq-wrapper {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    width: 100%;
}
.faq-accordion {
    border-bottom: 1px solid #D9D9D9;
}
.faq-accordion-topic {
    padding: 1rem;
    cursor: pointer;
    display: flex;
    width: 100%;
}
.faq-accordion-topic::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);
}
.faq-accordion-topic:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(180deg);
}
.faq-accordion-topic::has(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(0deg);
}
.custom-container-fluid {
    --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;
    max-width: 1744px;
    display: flex;
    flex-direction: column;
    min-height: 88vh;
}
.centered-container {
    display:flex;
    justify-content: center;
}
.centered-wrapper {
    width: 100%;
    max-width: 1100px;
}
.page-title-wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding: 1rem 0;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.page-title {
    color: var(--title-color);
    margin-bottom: 0px;
    font-size: 22px;
}
.page-title-wrapper a {
    display: flex;
    align-items: center;
}
.page-title-wrapper .custom-link {
    color: #0688FF;
    font-size: 17px;
    text-decoration: underline;
}
/* page title with breadcrumb */
.breadcrumb-wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding: 1rem 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.breadcrumb-title {
    color: var(--title-color);
    margin-bottom: 0px;
    font-size: 22px;
}
.breadcrumb-subtitle {
    color: var(--title-color);
    margin-bottom: -5px;
    font-weight: 200;
    line-height: 22px;
}
.breadcrumb-divider {
    height: 30px;
    border-right: 1px solid #000;
    width: 1px;
    margin: 0 .5rem;
}
/* steps */
.steps-wrapper {
    display: flex;
}
.step-bloc {
    display: flex;
    justify-content: center;
    min-width: 36px;
}
.step-bloc.active .step-circle{
    background-color: #0688FF;
}
.step-bloc.active .step-line-hr{
    border-top-color: #0688FF;
}
.step-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.step-circle {
    background-color: var(--bs-gray-350);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 8px;
}
.step-legend {
    margin-top: 5px;
    font-size: 8px;
    max-width: 46px;
    text-indent: initial;
    margin-bottom: 0;
    text-align: center;
}
.step-line {
    display: flex;
}
.step-line-hr{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid var(--bs-gray-350);
    height: 0;
    width: 46px;
    margin-top: 7px;
    opacity: 1;
}

/* form */
.custom-form-body {
    padding:  0;
    border-radius: 5px;
}
.custom-form-line {
    display: flex;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--bs-gray-300);
}
.custom-form-line:last-child {
    border: none;
}
.custom-form-line .custom-form-wrapper:last-child:not(:first-child) {
    margin: 0 auto;
}
.custom-form-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.custom-form-label {
    color: #70657B;
    margin-bottom: 1px;
}
.step-container .custom-form-label {
    font-size: 14px;
}
.custom-form-select {
    color: #70657B;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid var(--bs-gray-450);
    max-width: 300px;
    width: 100%;
    min-height: 38px;
}
.custom-form-select:focus {
    outline-color: var(--blue-500);
}
.custom-form-input {
    color: #70657B;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid var(--bs-gray-450);
    padding: .1rem .5rem;
    max-width: 300px;
    width: 100%;
    min-height: 38px;
}
.custom-form-input:focus-visible {
    outline: none !important;
    border-bottom: 3px solid var(--blue-400);
}
.custom-form-input.error {
 border: 2px solid #F44336 !important;
}
.form-error-list {
    font-size: 12px;
    color: #F44336;
}
.form-error-text {
    color: #F44336;
}
.custom-form-label-file-full {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 1rem;
    border: 1px solid var(--bs-gray-450);
    border-radius: 0.3rem;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
    width: 100%;
}

.custom-form-label-file-full:hover {
    background-color: var(--bs-gray-300);
}

.custom-form-input-file {
    display: none;
}

.form-input-file { cursor: pointer;}
.form-input-file::file-selector-button {
    border: 1px solid var(--bs-gray-450);
    padding: .2rem 1em;
    border-radius: .2em;
    background-color: #fff;
    transition: .3s;
    cursor: pointer;
}
.btn-small.form-input-file::file-selector-button {
    height: 37px;
}
.form-input-file::file-selector-button:hover {
    background-color:  var(--bs-gray-300);
}
.form-input-file:disabled::file-selector-button:hover {
    background-color:  #fff;
    cursor: not-allowed;
}
.custom-form-label-file-full {
    width: 100%;
}
.form-input-file-full {
    border: 1px solid var(--bs-gray-450);
    padding: .2rem 1em;
    border-radius: .2em;
    background-color: #fff;
    transition: .3s;
    cursor: pointer;
    width: 100%
}
.form-input-file-full::file-selector-button {
    background-color: #fff;
    border: none;
}
.form-input-file-full:disabled::file-selector-button:hover {
    background-color:  #fff;
    cursor: not-allowed;
}
.file-name {
    font-size: 0.95rem;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-form-textarea {
    color: #70657B;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid var(--bs-gray-450);
    padding: .1rem .5rem;
    max-width: 300px;
    width: 100%;
    height: 75px;
}
.custom-info-wrapper p {
    margin-bottom: 0;
}
.custom-2fa-wrapper {

}
.clear-button {
    background: none;
    border: none;
    text-decoration: underline;
}
.clear-select {
    background: none;
    border: none;
}
.clear-select:focus {
    outline: none;
}
.clear-input {
    background: none;
    border: none;
}
.clear-input:focus {
    outline: none;
}
.full-clear-button {
    background: none;
    border: none;
}
.status-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
}
.steps-button {
    width: 145px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
}
.steps-button.dark {
    background-color: var(--blue-900);
    color: #fff;
}
.steps-button.dark:hover {
    background-color: var(--blue-800);
}
.steps-button.dark {
    background-color: var(--blue-900);
    color: #fff;
}
.steps-button.dark:hover {
    background-color: var(--blue-800);
}
.status-title {
    font-size: 24px;
    font-weight: bold;
    color: #332E38;
}
.status-text {
    font-size: 18px;
    text-align: center;
    color: #332E38;
}
.user-icon-drop {
    cursor: pointer;
}
.transactions-container {
    max-height: 53vh;
    overflow-y: scroll;
}
.seven-columns {
    grid-template-columns: repeat(7, 1fr);
}
.six-columns {
    grid-template-columns: repeat(6, 1fr);
}
.five-columns {
    grid-template-columns: repeat(5, 1fr);
}
.transactions-line {
    display: grid;
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
.transactions-line:hover {
    background-color: #f4f4f4;
}
.transactions-line-item:nth-child(7) {
    grid-column: 7 / span 2;
}
.transactions-line-item:nth-child(7) p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    margin: 0;
    padding-right: 5px;
}
.transactions-line-item p {
}
.transactions-line-item .table-link {
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.custom-modal-dialog {
    --bs-modal-width: 500px;
}
.big-modal-dialog {
    --bs-modal-width: 900px;
}
.mid-modal-dialog {
    --bs-modal-width: 650px;
}
.distrato-modal-dialog {
    --bs-modal-width: 598px;
}
.small-modal-dialog {
    --bs-modal-width: 370px;
}
.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 21px 21px;
    border-bottom: 1px solid #D9D9D9;
}
.custom-modal-header-bloc {
    margin-bottom: 2rem;
}
.custom-modal-header-bloc h3 {
    color: #332E38;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}
.smallmodal-button-primary {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #0688FF;
    border: 1px solid #0688FF;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    transition: .3s;
}
.smallmodal-button-primary:hover {
    transform: scale(1.01);
    filter: drop-shadow(.5px .5px 5px #ffffff50) brightness(1.15);
}
.smallmodal-button-secondary {
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.00);
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.smallmodal-button-secondary:hover {
    background-color: #fafafa;
    transform: scale(1.01);
    filter: drop-shadow(.5px .5px 5px #ffffff50);
}
.smallmodal-button-danger {
    color: #FF9D9D;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
    border: 1px solid #F44336;
    background-color: #fff;
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.smallmodal-button-danger:hover {
    background-color: #fff;
    color: #F44336;
    transform: scale(1.01);
    filter: drop-shadow(.5px .5px 5px #00000050);
}
.dark-form-select {
    color: #B0B0B0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #242424;
    background-color: #242424;
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
}
.dark-form-select:focus {
    outline-color: var(--blue-500);
}
.smallmodal-form-input {
    color: #B0B0B0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #242424;
    background-color: #242424;
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
}
.smallmodal-form-input:focus {
    outline-color: var(--blue-500);
}
.smallmodal-form-error {
    color: #fb6767;
    font-size: 14px;
    margin-top: .5rem;
}
.smallmodal-form-label {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .2rem;
}
.smallmodal-form-row {
    display: flex;
    flex-direction: column;
}
.custom-modal-body {
    padding: 2rem;
}
.custom-modal-body {
    padding: 2rem;
}
.custom-modal-title {
    margin-bottom: 0;
    font-weight: 600;
}
.custom-modal-title.warning {
    color: #F44336;
}
.custom-modal-return {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}
.custom-modal-return:hover svg path {
    stroke: var(--blue-400);
}

.custom-modal-return svg {
    margin-right: 7.5px;
}
.custom-modal-return:hover {
    color: var(--blue-400);
}
.custom-modal-button-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
}
.custom-modal-icon-wrapper {
    display: flex;
    justify-content: center;
}
/* custom select with icon*/
.select-image-container {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

  /* Custom styles for the select dropdown */
.select-image-dropdown {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

  /* Custom styles for the option items */
.select-image-option {
    display: flex;
    align-items: center;
    padding: 8px;
}

  /* Custom styles for the option image */
.select-image-option img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

  /* Custom styles for the dropdown arrow icon */
.dropdown-image-arrow {
    margin-left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
}

  /* Custom styles for the dropdown menu */
.dropdown-image-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
}

  /* Custom styles for the individual option item in the dropdown menu */
.dropdown-menu-image .option-item {
    padding: 8px;
    cursor: pointer;
}

  /* Custom styles for the selected option item */
.dropdown-menu-image .option-item.selected {
    background-color: #f0f0f0;
}
.pie-chart-legend {
    font-size: 14px;
    font-weight: 700 !important;
    color: #4b5563 !important;
}
.pie-chart-value {
    font-weight: bold;
    margin-bottom: 0px;
}
.deposit-address-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.deposit-address-qrcode-bloc {
    min-width: 75px;
}
.deposit-address-qrcode-bloc img {
    width: 75px;
}
.deposit-address-wallet-bloc {
    width: 100%;
}
.deposit-address-wallet-bloc h5 {
    font-weight: bold;
}
.deposit-address-wallet-bloc p {
    word-break: break-word;
    margin-bottom: 0px;
}
.deposit-copy-wallet-bloc {
    min-width: 88px;
    display: flex;
    align-items: center;
}
.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.modal-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
    height: 0;
}
.custom-modal-list { margin-bottom: 1rem; }
.custom-modal-list h6 { font-size: 15px;}
.custom-modal-list ul { margin-top: .5rem;}
.custom-modal-list li {font-size: 14px;}
.choose-deposit-button {
    display: flex;
    padding: .5rem 1.5rem;
    gap: 2rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    text-align: left;
    color: #222222;
    transition: .3s;
    border: 1px solid #d3d6de;
    width: 100%;
    height: 68px;
}
.choose-deposit-button:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
}
.choose-deposit-button p{
    margin-bottom: 0px;
}
.choose-deposit-button-text-bloc h4{
    margin-bottom: 0px;
}
.input-radius-wrapper {
    display: flex;
}
.input-radius-wrapper label {
    cursor: pointer;
    font-size: 13px;
}
.custom-form-input-invisible {
    width: 100%;
    border: none;
}
.custom-form-label-invisible {
    display: flex;
    color: #70657B;
    cursor: pointer;
    border: 1px solid var(--bs-gray-450);
    padding: .1rem .3rem;
    width: 100%;
    font-size: 14px;
}
.custom-form-input-invisible:focus {
    outline: none;
}
.custom-receipt-line {
    display: flex;
    justify-content: space-between;
}
.custom-receipt-line span {
    font-size: 13px;
}
.modal-small {
    line-height: 12px;
    letter-spacing: 0.3px;
    display: block;
}
.modal-deposit-qrcode-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-deposit-qrcode-bloc img {
    width: 100px;
}
.upload-image-button {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d6de;
    background-color: #fff;
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-image-button:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
}
.upload-image-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.btn-high {
    height: 68px;
}
.btn-lower {
    height: 48px;
}
.uploaded-document {
    background-color: #3CE061;
    color: #fff;
}
.uploaded-document:hover {
    background-color: #2ea048;
}
.modal-deposit-bank-details-wrapper {}
.modal-deposit-bank-details-wrapper ul { list-style: none;}
.modal-deposit-bank-details-wrapper ul li { font-size: 14px;}

.modal-contract-title {
    font-weight: 200;
    margin-bottom: .5rem;
}
.contract-select-coin-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-column-gap: 10px;
}
.contract-coin-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contract-coin-box {
    cursor: pointer;
}
.contract-coin-box:focus {
    border: 1px solid var(--blue-800)
}
.contract-period-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.contract-period-button {
    border: 1px solid #70657B;
    border-radius: 4px;
    color: #222222;
    min-width: 138px;
    width: 48%;
    height: 36px;
    background-color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.contract-period-button:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
}
.contract-period-button.active {
    border: 2px solid var(--blue-800);
    background-color: var(--blue-800);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
    color: #fff;
}
.modal-external-balance-container {
    display: flex;
    width: 100%;
}
.modal-external-balance-wrapper {
    border-right: 1px solid #D9D9D9;
    padding: 1rem 2rem 1rem 0rem;
    width: 55%;
}
.modal-external-balance-wrapper-values {
    padding: 1rem 0rem 1rem 2rem;
    width: 45%;
}
.modal-external-balance-title {
    margin-bottom: 2rem;
    font-weight: 200;
}
.modal-external-balance-add-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.modal-external-balance-divider {
    border-right: 2px solid #000;
    height: 30px;
}
.modal-external-balance-add-box {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1.5px solid #222222;
    padding: 1rem;
    gap: 10px;
    height: 38px;
}
.modal-external-balance-button-add {
    background-color: #016EF1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 4px;
    height: 22px;
    display: flex;
    align-items: center;
}
.modal-external-balance-button-max {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
    text-decoration: underline;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #222222;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 46px;
}
.external-balance-label {
    font-weight: 100;
    margin-bottom: .3rem;
}
.external-balance-label b {
    font-weight: bold;
    font-size: 14px;
}
.modal-external-balance-input {
    width: 100%;
    border: none;
    padding: 0px;
}
.modal-external-balance-input:focus {
    border: none;
    outline: none !important;
    box-shadow: none;
}
.modal-external-balance-parcel-wrapper {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    height: 59.5px;
}
.modal-external-balance-parcel-wrapper:first-child {
    margin-top: .6rem;
}
.modal-external-balance-parcel-wrapper img {
    width: 24px;
}
.modal-external-balance-parcel-volume {
    width: 100%;
    display: flex;
    align-items: center;
}
.modal-external-balance-parcel-volume h5 {
    margin-bottom: 0px;
}
.modal-external-balance-parcel-value {
    margin-left: auto;
    font-size: 18px;
}
.modal-external-balance-parcel-value-symbol-BRL { font-weight: bold; margin-left: 22px;}
.modal-external-balance-parcel-value-symbol-BTC { font-weight: bold; margin-left: 22px;}
.modal-external-balance-parcel-value-symbol-ETH { font-weight: bold; margin-left: 22px;}
.modal-external-balance-parcel-value-symbol-USDT { font-weight: bold; margin-left: 12px;}
.modal-contract-allselected-balance {
    display: flex;
    justify-content: space-between;
}
.modal-contract-allselected-balance p {
    margin-bottom: 0px;
    font-weight: bold;
}
.modal-contract-swap-container {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.modal-contract-swap-subtitle {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.modal-contract-swap-bloc-1 {
    width: 90%;
    padding-right: 1rem;
}
.modal-contract-swap-bloc-2 {
    width: 100%;
    padding-left: 1rem;
}
.modal-contract-swap-balance-value-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 6px;
}
.modal-contract-swap-balance-value-box img {
    width: 24px;
}
.modal-contract-swap-balance-value-box h4 {
    /* margin-right: auto; */
    margin-bottom: 0px;
}
.modal-contract-swap-balance-value {

}
.modal-contract-receipt-line {
    display: flex;
    justify-content: space-between;
}
.modal-contract-receipt-advertisement-wrapper small{
    font-size: 15px;
    line-height: 15px;
    color: #a7a7a7;
}
.modal-form-group {

}
.deposit-address-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.deposit-address-qrcode-bloc {
    min-width: 75px;
}
.deposit-address-qrcode-bloc img {
    width: 75px;
}
.deposit-address-wallet-bloc {
    width: 100%;
}
.deposit-address-wallet-bloc h5 {
    font-weight: bold;
}
.deposit-address-wallet-bloc p {
    word-break: break-word;
    margin-bottom: 0px;
}
.deposit-copy-wallet-bloc {
    min-width: 88px;
    display: flex;
    align-items: center;
}
.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.modal-hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
    height: 0;
}
.custom-modal-list { margin-bottom: 1rem; }
.custom-modal-list h6 { font-size: 15px;}
.custom-modal-list ul { margin-top: .5rem;}
.custom-modal-list li {font-size: 14px;}
.choose-deposit-button {
    display: flex;
    padding: .5rem 1.5rem;
    gap: 2rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    text-align: left;
    color: #222222;
    transition: .3s;
    border: 1px solid #d3d6de;
    width: 100%;
    height: 90px;
}
.choose-deposit-button:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
}
.choose-deposit-button p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.choose-deposit-button-text-bloc h4{
    margin-bottom: 0px;
}
.input-radius-wrapper {
    display: flex;
}
.input-radius-wrapper label {
    cursor: pointer;
    font-size: 13px;
}
.custom-form-input-invisible {
    width: 100%;
    border: none;
}
.custom-form-label-invisible {
    display: flex;
    color: #70657B;
    cursor: pointer;
    border: 1px solid var(--bs-gray-450);
    padding: .1rem .3rem;
    width: 100%;
    font-size: 14px;
}
.custom-form-input-invisible:focus {
    outline: none;
}
.custom-receipt-line {
    display: flex;
    justify-content: space-between;
}
.custom-receipt-line span {
    font-size: 13px;
}
.modal-small {
    line-height: 10px;
    letter-spacing: 0.3px;
    display: block;
}
.modal-deposit-qrcode-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-deposit-qrcode-bloc img {
    width: 100px;
}
.upload-image-button {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d6de;
    background-color: #fff;
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-image-button:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.34);
}
.upload-image-input {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn-high {
    height: 68px;
}
.uploaded-document {
    background-color: #3CE061;
    color: #fff;
}
.uploaded-document:hover {
    background-color: #2ea048;
}
.modal-deposit-bank-details-wrapper {}
.modal-deposit-bank-details-wrapper ul { list-style: none;}

.modal-deposit-upload{
    position: relative;
}
.contracts-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));

    margin-bottom: 1rem;
}
.contract-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);

    width: 312px;
    /* max-width: 404px; */
    min-width: 290px;
    height: fit-content;
}
.contract-card:hover {
    filter: drop-shadow(1px 1px 3px var(--bs-gray));
}
.contract-card-header {
    background: #222222;
    height: 76px;
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    align-items: center;
    padding: 1rem;
}
.contract-card-header-coin-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contract-card-header-coin-icon {
    width: 40px;
    height: 40px;
}
.contract-card-header-coin-text {
    line-height: 12px;
}
.contract-card-header-coin-text h3{
    color: #fff;
    margin-bottom: 0px;
}
.contract-card-header-coin-text small{
    color: #fff;
}
.contract-card-button {
    background-color: #fff;
    color: #222222;
    width: 125px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.contract-card-collapse-button {
    position: relative;
    background: none;
    border: none;
    display: flex;
    gap: 5px;
    align-items: center;
}
.contract-card-collapse-button:hover {
    transform: scale(1.02);
    transition: .3s;
    /* filter: drop-shadow(1px 1px 3px var(--blue-100)); */
}
.contract-card-collapse-button span:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    background-image: url('../../images/icons/utils/bottom-arrrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotateX(0deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: -25px;
    top: 12.5%;
}

.contract-card-collapse-button[aria-expanded="true"] span:after {
    transform: rotateX(180deg);
}
.contract-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem
}
.contract-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 330px;
}
.contracts-hr {
    border: 1px solid #000000;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.contracts-hr-light {
    border: 1px solid #D9D9D9;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.contracts-card-content-line {
    display: flex;
    justify-content: space-between;
}
.contracts-card-button-wrapper {
    margin-top: auto;
}
/* contract list */
.list-contract-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(351px, 1fr));
    margin-bottom: 1rem;
}
.listed-contract-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);
    width: 100%;
    /* max-width: 404px; */
    min-width: 290px;
    height: fit-content;
    padding: 1rem 1rem;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.listed-contract-card-band {
    width: 82px;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), #0688FF;
    position: absolute;
    top: 10px;
    right: -25px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.listed-contract-card-band span {
    font-weight: 700;
    font-size: 7px;
    transform: rotate(-45deg);
    color: #fff;
}
.listed-contract-card:hover {
    /* box-shadow: 0 0px 1px 1px var(--blue-800) */
    background-color: var(--blue-900);
    color: #fff !important;
    transition: .3s;
}
.listed-contract-detail-modal .custom-modal-header { border-bottom: none; }
.listed-contract-detail-modal .custom-modal-body { padding-top: 0; }
.contracts-modal-content-line-wrapper {
    padding: 0rem 2rem 0;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.listed-contract-card:hover h3, .listed-contract-card:hover h6 { color: #fff; }
.listed-contract-card:hover .vertical-divider { border-right-color: #fff; }
/*  */
.listed-contract-card-coin-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.listed-contract-card-coin-icon {
    width: 40px;
    height: 40px;
}
.listed-contract-card-coin-text {
    line-height: 12px;
}
.listed-contract-card-coin-text h3{
    margin-bottom: 0px;
    font-size: 21px;
}
.listed-contract-card-coin-text small{
    margin-bottom: 0px;
    font-size: 12px;
}
.vertical-divider {
    height: auto;
    border-right: 1px solid #000;
    width: 1px;
    margin: 0 .5rem;
}
.listed-contract-card-id-wrapper p {
    margin-bottom: 0px;
    font-size: 12px;
}
.listed-contract-card-id-wrapper h6 {
    margin-bottom: 0px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70px;
}
.listed-contract-card-status-wrapper {
    display: flex;
    align-items: center;
}
.listed-contract-card-status-badge {
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 4px;
    padding: .6rem;
}
.listed-contract-card-status-badge.active {
    background-color: #3F0;
    color: #222222;
}
.listed-contract-card-status-badge.canceled {
    background-color: #FF2E2E;
    color: #fff;
}
.listed-contract-card-status-badge.closed {
    background-color: #5C5C5C;
    color: #fff;
}
.listed-contract-card-status-badge.pending {
    background-color: #0a59da;
    color: #fff;
}
/* listed contract in modal */
.custom-header-content {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.header-content-contract-coin-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-content-contract-coin-icon {
    width: 40px;
    height: 40px;
}
.header-content-contract-coin-text {
    line-height: 12px;
}
.header-content-contract-coin-text h3{
    margin-bottom: 0px;
    font-size: 21px;
}
.header-content-contract-coin-text small{
    margin-bottom: 0px;
    font-size: 12px;
}
.header-content-contract-id-wrapper p {
    margin-bottom: 0px;
    font-size: 12px;
}
.header-content-contract-id-wrapper h6 {
    margin-bottom: 0px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70px;
}
.header-content-contract-status-wrapper {
    display: flex;
    align-items: center;
}
.contracts-modal-content-line {
    display: flex;
    justify-content: space-between;
    margin: .8rem 0;
}
.contracts-modal-content-line b {
    font-size: 14px;
}
.contracts-modal-content-line span {
    font-size: 14px;
}
.history-wrapper {
    width: 100%;
}
.history-main-content-card {
    width: 100%;
    max-height: 60vh;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
}
.showing-contracts-label {
    color: #fff;
    cursor: pointer;
    padding: 1px;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.showing-contracts-label select {
    cursor: pointer;
    color: #000;
    padding: 5px 30px 5px 5px;
    border-radius: 0.31rem;
    color: #000;
}
.showing-contracts-status-button {
    height: 23px;
    display: flex;
    align-items: center;
    font-size: 10px;
    border-radius: 8px;
    padding: .6rem;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    background-color: #0688FF;
    color: #fff;
    border: none;
    transition: all .2s ease-in-out;
}
.showing-contracts-status-button:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}
.showing-contracts-status-badge {
    height: 23px;
    display: flex;
    align-items: center;
    font-size: 10px;
    border-radius: 8px;
    padding: .6rem;
    justify-content: center;
    max-width: 100px;
}
.showing-contracts-status-badge.active {
    background-color: #3F0;
    color: #222222;
}
.showing-contracts-status-badge.canceled {
    background-color: #FF2E2E;
    color: #fff;
}
.showing-contracts-status-badge.closed {
    background-color: #5C5C5C;
    color: #fff;
}
.showing-contracts-status-badge.detail {
    background-color: #0688FF;
    color: #fff;
}
/* PROFILE */
.profile-info-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background-color: #fff;
    margin-top: 1rem;
}
.profile-info-card-header {
    display: flex;
    align-items: center;
    background-color: var(--blue-900);
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    gap: .5rem;
}
.profile-info-card-edit-button {
    color: var(--blue-400);
    font-size: 14px;
}
.profile-info-card-title[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color:  #444444;
    position: absolute;
    right: 10px;
}
.profile-info-card-title[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color:  #444444;
    position: absolute;
    right: 10px;
}
/*  */
.profile-info-card-title {
    margin-bottom: 0px;
    color: #fff;
}
.profile-info-card-subtitle {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.profile-info-card-body {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.profile-info-card-footer {
    display: flex;
    padding: 1rem;
    border-top: 1px solid #DEE2E6;
}
.profile-info-card-blocline {
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #DEE2E6;
}
.profile-info-card-bloc {
    padding: 1rem;
}
.profile-info-card-bloc h6 {
    margin-bottom: .5rem;
    color: #70657B;
}
.modal-edit-info-card-bloc h6 {
    margin-bottom: .5rem;
    color: #70657B;
}
.profile-wallet-card-bloc {
    padding: 1rem 1rem 0;
}
.profile-wallet-card-bloc h4 {
    margin: 0;
}
.profile-ir-btn-wrapper {
    gap: 0.75rem;
    display: flex;
    margin-top: 0.75rem;
}
/* modal edit infos*/
.modal-edit-infos-header {
    display: flex;
    align-items: center;
    background-color: var(--blue-900);
    border-radius: 10px;
    padding: 1rem
}
.modal-edit-infos-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}
.modal-edit-info-label {
    font-size: 12px;
}
.modal-edit-infos-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    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);
    gap: 10px;
}
.modal-edit-infos-body {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
.modal-edit-info-card-blocline {
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #DEE2E6;
}
.modal-small-edit-info-card-blocline {
    display: grid;
    grid-template-columns: 100%;
    border-bottom: 1px solid #DEE2E6;
}
.profile-show-wallet-wrapper {
    border-bottom: 1px solid #DEE2E6;
}
.profile-wallet-card-blocline {
    display: grid;
    grid-template-columns: 50% 50%;
}
.modal-edit-info-card-bloc {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.profile-info-card-header-arrow {
    transition: transform 0.3s ease;
        position: absolute;
    right: 1rem;
    top: 1.5rem;
    transform: rotate(180deg);
}
[aria-expanded="true"] .profile-info-card-header-arrow {
    transform: rotate(0deg);
}
.password-placeholder-center {
    margin-bottom: -10px;
    align-self: center;
}
.profile-info-card-bloc-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.profile-info-card-header-warning-bloc {
     margin-left: 1rem;
     display: flex;
     align-items: center;
     gap: .5rem;
}
.modal-edit-2fa-title-wrapper {}
.modal-edit-2fa-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
/* custom 2fa */
.custom-2fa-input {
    width: 100%;
    max-width: 12ch;
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.4ch;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background: transparent;
}
.custom-2fa-input:focus {
    outline: none;
}

.modal-custom-2fa-label {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
:where([autocomplete=one-time-code]) {
    --otp-digits: 6;
    --otp-ls: 2ch;
    --otp-gap: 1.25;
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;

    all: unset;
    background:
    linear-gradient(90deg,
        /* var(--otp-bg, var(--bs-gray-400)) calc(var(--otp-gap) * var(--otp-ls)), */
        transparent 0),
        linear-gradient(90deg,
        var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)),
        transparent 0
    );
    background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    /* caret-color: var(--otp-cc, #fff); */
    caret-shape: block;
    clip-path: inset(0% 0% 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em);
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: var(--otp-pb, 1ch);
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
}
.custom-2fa-label .custom-2fa-span {
    display: block;
    font-size: 12px;
    margin-block-end: 1ch;
}
.modal-confirm-2fa-body {
    display: flex;
    flex-direction: column;
}
.modal-custom-2fa-wrapper {
    padding: 1rem;
}

/* financial */
.financial-info-card-container {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-between;
}
.financial-info-card {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    aspect-ratio: 280 / 213;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    border-radius: 12px;
}
.financial-info-card-icon {
    width: 37px;
}
.financial-info-card-title {
    color: var(--blue-900);
    font-size: 21px;
    margin-bottom: 0px;
}
.financial-info-card-subtitle {
    font-size: 14px;
    color: var(--blue-900);
    margin-bottom: 0px;
}
.financial-buttons-container {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
}
.financial-historic-container {

}
.financial-historic-top-wrapper {
    display: flex;
    gap: .5rem;
}
.financial-historic-custom-button {
    display: flex;
    width: 123px;
    height: 37px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    color: var(--blue-900);
    border: none;
    background-color: #fff;
}
.financial-historic-custom-button.active {
    background: var(--blue-900);
    color: #fff;
}
.financial-historic-custom-button:hover {
    background-color: var(--blue-900);
    color: #fff;
}

.financial-historic-button-export {
    display: flex;
    width: 123px;
    height: 37px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    color: var(--blue-900);
    border: 1px solid var(--blue-400);
    color: var(--blue-400);
    background-color: #fff;
    margin-left: auto;
}
.financial-historic-button-export:hover {
    background-color: #deefff;
}
.custom-filter-wrapper {
    display: flex;
    align-items: center;
}
.filter-input-date::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M4.81641 1V3.28908" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M10.918 1V3.28908" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M1.38281 6.40625H14.3543" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M14.7345 5.96357V12.4493C14.7345 14.7384 13.5899 16.2644 10.9194 16.2644H4.81514C2.14454 16.2644 1 14.7384 1 12.4493V5.96357C1 3.67449 2.14454 2.14844 4.81514 2.14844H10.9194C13.5899 2.14844 14.7345 3.67449 14.7345 5.96357Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M10.6914 9.92969H10.6988" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M10.6914 12.2188H10.6988" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M7.87109 9.92969H7.87846" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M7.87109 12.2188H7.87846" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M5.04688 9.92969H5.05423" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M5.04688 12.2188H5.05423" stroke="white" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.filter-input-date {
    border-radius: 8px;
    padding: 1px 12px;
    width: 44px;
    cursor: pointer;
    background-color: var(--blue-900);
    border: none;
    color: transparent;
    margin-right: .5rem;
    margin-left: .5rem;
}
.filter-input-date-label {
    cursor: pointer;
}
.filter-searchbox-wrapper {
    background-color: #fff;
    border-radius: 12px;
    height: 37px;
    display: flex;
}
.filter-searchbox-button {
    background-color: var(--blue-400);
    border: none;
    width: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-searchbox-input {
    color: #606060;
    border: none;
    border-top-right-radius: 0.31rem;
    border-bottom-right-radius: 0.31rem;
}
.filter-searchbox-input:focus {
    color: #606060;
    outline: 0;
    box-shadow: none;
    border: none;
}
.financial-historic-main-content-card {
    width: 100%;
    max-height: 34.5vh;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
}
/* financial wallet page */
.financial-wallet-wrapper{
}
.financial-wallet-main-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);
    overflow-x: scroll;
}
.financial-wallet-main-card-header {
    background-color: #F2F2F2;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    border-radius: 8px;
    padding: 1rem;
}
.financial-wallet-main-card-header-bloc {

}
.financial-wallet-main-card-header-title {
    margin-bottom: 0px;
    padding: .1rem;
}
.financial-wallet-main-card-body {
}
.financial-wallet-main-card-line {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
.financial-wallet-main-card-line:hover {
    background-color: #f8f8f8;
}
.financial-wallet-main-card-line:last-child {
    border: none;
}
.financial-wallet-main-card-body-bloc {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: .1rem;
}
.financial-wallet-main-card-body-bloc h6 {
    margin-bottom: 0px;
}
.financial-wallet-main-card-body-bloc small{
    font-size: 14px;
}
.financial-wallet-table-button {
    height: 23px;
    display: flex;
    align-items: center;
    font-size: 10px;
    border-radius: 5px;
    padding: .6rem;
    justify-content: center;
    max-width: 100px;
    width: 80px;
    background-color: #0688FF;
    color: #fff;
    border: none;
    transition: all .2s ease-in-out;
}
.financial-wallet-table-button:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}
.contract-coin-box {
    /* opacity: .5; */
    /* filter: grayscale(1); */
}
.new-contract-coin-selected {
    transition: .3s;
    transform: scale(1.1);
    /* filter: grayscale(0); */
    opacity: 1;
}
.new-contract-coin-selected svg {
    fill: #222222;
}
/* custom table in financial */
.financial-swap-main-card-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
.financial-deposit-main-card-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
.financial-performance-main-card-line {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
.financial-withdrawal-main-card-line {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 12px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}
/* performance */
.financial-performance-wrapper {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}
.financial-performance-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 221px;
    min-width: 150px;
    height: fit-content;
}
.financial-performance-card:hover {
    filter: drop-shadow(1px 1px 3px var(--bs-gray));
}
.financial-performance-card-header {
    background: #222222;
    height: 58px;
    display: flex;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    align-items: center;
    padding: .2rem;
}
.financial-performance-card-header-coin-text {
    line-height: 12px;
}
.financial-performance-card-header-coin-text h4{
    color: #fff;
    margin-bottom: 0px;
    font-size: 21px;
}
.financial-performance-card-content {
    padding: 1rem 1rem 0;
    display: flex;
    flex-direction: column;
}
.financial-performance-bloc-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financial-performance-icon-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.financial-performance-hr {
    border: 1px solid #000000;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
/*  */
.financial-performance-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.financial-performance-collapse-button {
    position: relative;
    background: none;
    border: none;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
}
.financial-performance-collapse-button:hover {
    transform: scale(1.02);
    transition: .3s;
    /* filter: drop-shadow(1px 1px 3px var(--blue-100)); */
}
.financial-performance-collapse-button span:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background-image: url('../../images/icons/utils/bottom-arrrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotateX(0deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: -25px;
    top: 12.5%;
}

.financial-performance-collapse-button[aria-expanded="true"] span:after {
    transform: rotateX(180deg);
}
.financial-performance-badge {
    background-color: #0688FF;
    width: 50px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.financial-graph-performance-wrapper {
    margin-top: 2rem;
}
.bars-chart-card-financial {
    width: 100%;
}
.header-collapse-tax-ul {
    list-style: none;
    padding-left: 1rem;
}
.header-collapse-tax-ul li{
    color: #757575;
    font-size: 9px;
}
.auth-terms-use {
    font-size: 11px;
}
/* executive */
.sidebar-logo-wrapper {
    padding: 1rem 30px;
}
.executive-content .card { border-radius: 1px;}
.executive-custom-card {
    padding: 1rem;
}
.executive-graph-wrapper {
    margin-top: 2rem;
}
.executive-graph-title {
    text-align: center;
    color: #242424;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.executive-echartPie-clients {
    width: 250px;
}
.executive-icon-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.executive-icon-title-wrapper img{
    width: 37px;
    margin-bottom: .5rem;
}
.executive-graph-details-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.executive-graph-details-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 3px;
    margin-top: 8px;
}
.small-button {
    background-color: #292929;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 2.5px 10px;
}
.executive-graph-details-line p{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 100;
}
.small-button:hover {
    transform: scale(1.05);
    transition: .3s;
}
.executive-graph-details-date-wrapper {
    display: flex;
    margin-top: 3rem;
}
.executive-graph-details-date-box {
    border: 1px solid #292929;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
}
.executive-resume-card {
    padding: 1.5rem 1.5rem;
    flex-direction: column;
}
.executive-resume-wrapper img {
    height: 37px;
}
.executive-resume-text-wrapper {
    display: flex;
    border-bottom: 1px solid #D3D3D3;
    justify-content: space-between;
    margin-top: 8px;
}
.executive-resume-text-wrapper p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 200;
}
.executive-performance-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.executive-performance-card-header {
    border-bottom: 1px solid #D3D3D3;
    padding: 1rem;
}
.executive-performance-card-header h5 {
    margin-bottom: 0px;
}
.executive-performance-card-body {
    padding: 1rem;
}
.modal-executive-content {
    padding: 3rem;
    border-radius: 3px;
}
.modal-executive-header {
    border-bottom: 1px solid #D3D3D3;
}
.modal-executive-body {
    margin-top: 1rem;
}
.modal-executive-alert-wrapper {
    display: flex;
    justify-content: center;
}
.modal-executive-alert-text-wrapper {
    text-align: center;
}
.modal-executive-footer {
    display: flex;
    justify-content: end;
    padding-left: 1rem;
    margin-top: 2rem;
    gap: 6px;
}
.modal-executive-form-group {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.modal-executive-content-wrapper {
    padding: 1rem;
}
.modal-executive-form-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
}
/* executive prime home */
.prime-executive-resume-card {
    padding: 1.5rem 1.5rem;
    flex-direction: column;
}
.prime-executive-resume-card.bg-btc { background: linear-gradient(107deg, rgba(231, 140, 22, 0.00) -48.14%, rgba(247, 147, 26, 0.70) 99.95%);}
.prime-executive-resume-card.bg-usdt { background: linear-gradient(282deg, #50AF95 -0.05%, rgba(80, 175, 149, 0.00) 106.65%);}
.prime-executive-resume-card.bg-eth { background: linear-gradient(284deg, #818BDB 0%, rgba(69, 74, 117, 0.00) 118.19%);}
.prime-executive-graph-details-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 3px;
    margin-top: 8px;
}
.prime-executive-graph-details-line p{
    color: #5D5D5D;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.prime-executive-graph-details-line b{
    color: #242424;
    text-align: right;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.prime-executive-graph-details-date-wrapper {
    display: flex;
    margin-top: 1rem;
}
.prime-executive-graph-details-date-box {
    border: 1px solid #0688FF;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    background-color: #D7F1FF;
    height: 29px;
    color: #000;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.3px;
}
.prime-executive-graph-wrapper {
    margin-top: 1rem;
}
.prime-executive-custom-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}
.prime-executive-graph-title {
    text-align: center;
    color: #242424;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.prime-executive-graph-details-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
}
.prime-executive-resume-wrapper .prime-executive-resume-name{
    color: #242424;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: .5rem;
}
.prime-executive-resume-wrapper .prime-executive-resume-value {
    color: #242424;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: .5rem;
}
.prime-executive-resume-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3D3D3D;
    margin-top: 8px;
}
.prime-executive-resume-text-wrapper p {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #3D3D3D;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.prime-executive-resume-text-wrapper b {
    color: #242424;
    text-align: right;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.prime-executive-resume-text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.prime-executive-resume-text-box p {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #3D3D3D;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.prime-executive-resume-text-box b {
    color: #242424;
    text-align: right;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.prime-executive-resume-image-box {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.prime-executive-resume-image-box img{}
.prime-executive-resume-image-box h6 {
    color: #242424;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

/* executive profile */
.executive-profile-tabs-wrapper{
    display: flex;
    gap: 1rem;
    padding: 0 2rem;
}
.executive-profile-tabs-btn {
    height: 32px;
    font-size: 12px;
    border-radius: 7.5px;
    min-width: 100px;
    color: #332E38;
    border: none;
    background-color: #fff;
}
.executive-profile-tabs-btn.active {
    background-color: #292929;
    color: #fff;
}
.executive-custom-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}
.executive-form-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.executive-form-line {
    display: flex;
    gap: 1rem;
}
.executive-form-bloc {
    display: flex;
    flex-direction: column;
}
.executive-form-bloc.use1blocs {
    width: 25%;
}
.executive-form-bloc.use2blocs {
    width: 50%;
}
.executive-form-bloc.use3blocs {
    width: 75%;
}
.executive-form-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}
.executive-line-divisor {
    border-top: solid 2px #D9D9D9;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.executive-buttons-line {
    display: flex;
    justify-content: end;
}
.main-executive-button {
    height: 37px;
    font-size: 12px;
    border-radius: 1px;
    min-width: 100px;
    border: none;
    background-color: #111827;
    color: #fff;
    border-radius: 3px;
}
.main-executive-button:hover {
    background-color: #292929;
}
.executive-form-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    width: 100%;
}
.executive-line-divisor {
    border-top: solid 2px #D9D9D9;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.executive-buttons-line {
    display: flex;
    justify-content: end;
}
.main-executive-button {
    height: 37px;
    font-size: 12px;
    border-radius: 1px;
    min-width: 100px;
    border: none;
    background-color: #111827;
    color: #fff;
    border-radius: 3px;
}
.main-executive-button:hover {
    background-color: #292929;
}
.executive-documents-card {
    padding: 2rem;
    background-color: #fff;
}
.executive-documents-header {
    background-color: #292929;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.executive-documents-header h6 {
    color: #fff;
    margin-bottom: 0px;
    padding: .5rem 1rem;
}
.executive-documents-header-bloc1 {}
.executive-documents-header-bloc2 {
    display: flex;
    justify-content: center;
}
.executive-documents-header-endbloc {
    max-width: 150px;
    margin-left: auto;
    margin-right: 86px;
}
.executive-documents-body {
    display: flex;
    flex-direction: column;
}
.executive-documents-bodyline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: .5rem 1.2rem;
}
.executive-documents-bodyline:first-child {
    margin-top: 1rem;
}
.executive-documents-bodyline-bloc1{ align-items: center; display: flex;}
.executive-documents-bodyline-bloc1 h6 { margin-bottom: 0px;}
.executive-documents-bodyline-bloc2{ align-items: center;  display: flex; justify-content: center;}
.executive-documents-bodyline-bloc3{
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.executive-documents-bodyline-button {
    background-color: #F4F4F4;
    border:1px solid #D3D3D3;
    max-width: 200px;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.executive-documents-bodyline-button:hover {
    background-color: #D3D3D3;
    border:1px solid #D3D3D3;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.executive-table-badge {
    width: 130px;
    border-radius: 3px;
    padding: .3rem 1.5rem;
    height: 35px;
    display: flex;
    justify-content: center;
}
.executive-table-badge.warning {
    background-color: #FFC107;
    color: #000;
}
.executive-table-badge.analyzing {
    background-color: #0688FF;
    color: #fff;
}
.executive-table-badge.disapproved {
    background-color: #FF2E2E;
    color: #fff;
}.executive-table-badge.approved {
    background-color: #3CE061;
    color: #fff;
}
input:disabled {
    color: #bbb;
    opacity: .5;
    background-color: #fff !important;
    cursor: not-allowed;
}
.executive-finance-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.executive-finance-main-wrapper {
    padding: 2rem;
}
.executive-password-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.executive-password-main-wrapper {
    padding: 2rem;
}
.executive-2fa-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.executive-2fa-main-wrapper {
    padding: 2rem;
}
.executive-2fa-wrapper {
    display: flex;
    gap: 1rem;
}
.small-orientation-2fa {
    font-size: 11px;
    color: #bbb;
    cursor: pointer
}
.executive-client-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 1rem;
}
.executive-client-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    aspect-ratio: 280 / 100;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.executive-client-card h6 {
    margin-bottom: 0px;
    font-weight: 200;
}
.executive-client-card h5 {
    margin-bottom: 0px;
    font-weight: bold;
}

.executive-financial-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 1rem;
}
.executive-financial-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    aspect-ratio: 487 / 103;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.executive-financial-card h6 {
    margin-bottom: 0px;
    font-weight: 200;
}
.executive-financial-card h5 {
    margin-bottom: 0px;
    font-weight: bold;
}
/* admin */
.main-card-admin {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 1.5rem 2.5rem;
    flex-direction: column;
    border-radius: 1px;
    background-color: #fff;
}
.main-card-admin .showing-table-label{
    color: #000;
}
.form-filter-group {
    display: flex;
    flex-direction: column;
}
.form-filter-label {
    color: #332E38;
}
.form-filter-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    padding: 5px;
}
.form-filter-select {
    color: #332E38;
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    cursor: pointer;
}
.custom-table-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-table-filter-wrapper .form-filter-group {
    min-width: 200px;
}
.form-filter-actions-group {
    display: flex;
    align-items: end;
    gap: 1rem;
}
/* filter section for business unit */
.businessunit-filter-body-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.businessunit-filter-bloc {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.businessunit-filter-bloc:last-child {
    grid-column-start: 4;
}
.businessunit-filter-label {
    color: #242424;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.businessunit-filter-input {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    border-radius: 2px;
    background-color: #E7E7E7;
    border: 1px solid #E7E7E7;
    font-family: Nunito;
    font-size: 15px;
    transition: .3s all;
    cursor: pointer;
}
.businessunit-filter-select {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    border-radius: 2px;
    background-color: #E7E7E7;
    border: 1px solid #E7E7E7;
    font-family: Nunito;
    font-size: 15px;
    transition: .3s all;
    cursor: pointer;
}
.businessunit-filter-input:focus {
    --tw-ring-shadow: 0 0 0 1px #000;
    border: 1px solid #E7E7E7;
    background-color: #fff;
}
.businessunit-filter-input::placeholder {
    color: #3D3D3D;
    opacity: 1;
}
/* CUSTOM ADMIN TABLE */
.custom-table-body-wrapper {
    margin-top: 1.5rem;
}
.custom-table-body-wrapper table tbody td label {
    cursor: pointer;
}
.custom-table-body-wrapper table {
    width: 100%;
}
.custom-table-body-wrapper table thead {
    background-color: #1D2744;
    color: #fff;
    font-size: 14px;
}
.custom-table-body-wrapper table thead th:first-child {
    padding-left: .5rem;
}
.custom-table-body-wrapper table thead th:last-child {
    padding-right: .5rem;
    border-top-right-radius: 5px;
}
.custom-table-body-wrapper.executive-theme table thead{
    background-color: #292929;
    color: #fff;
}
.custom-table-body-wrapper table tbody td {
    padding: 1rem 5px;
    font-size: 13px;
}
.custom-table-body-wrapper table tbody td:first-child{
    padding-left: .5rem;
}
.custom-table-body-wrapper table tbody td:last-child{
    padding-right: .5rem;
}
.custom-table-body-wrapper table tbody tr:hover{
    background-color: #F6F6F6;
    transition: .2s;
}
/* CUSTOM DASH TABLE */
.dashboard-table-body-wrapper {
    margin-top: 1.5rem;
}
.dashboard-table-body-wrapper table tbody td label {
    cursor: pointer;
}
.dashboard-table-body-wrapper table {
    width: 100%;
}
.dashboard-table-body-wrapper table thead {
    background-color: #242424;
    color: #fff;
    font-size: 15px;
}
.dashboard-table-body-wrapper table thead th {
    padding: .6rem 0rem;
}
.dashboard-table-body-wrapper table thead th:first-child {
    padding: .6rem 1rem;
    border-top-left-radius: 5px;
}
.dashboard-table-body-wrapper table thead th:last-child {
    border-top-right-radius: 5px;
    width: 300px;
}
.dashboard-table-body-wrapper table tbody td {
    padding: .6rem 0;
    font-size: 14px;
}
.dashboard-table-body-wrapper table tbody td .dashboard-table-td-multipleitems {
    display: flex;
    flex-direction: column;
}
.dashboard-table-body-wrapper table tbody td:first-child{
    padding-left: 1rem;
}
.dashboard-table-body-wrapper table tbody td:last-child{
    padding-right: 1rem;
}
.dashboard-table-body-wrapper table tbody tr:hover{
    background-color: #F6F6F6;
    transition: .2s;
}
.dashboard-table-body-wrapper table tbody tr {
    margin-top: 1px;
}
.dashboard-table-body-wrapper table tbody tr.month-line{
    background-color: #E8E8E8;
}
.dashboard-table-body-wrapper table tbody tr:nth-child(even) {background-color: #f9f9f9;}

.table-link {
    text-decoration: underline;
}

/* CUSTOM DASH CONTRACTS TABLE */
.custom-contracts-table-body-wrapper {
    margin-top: 1.5rem;
    overflow-x: auto;
    max-width: 560px;
}
.custom-contracts-table-body-wrapper table tbody td label {
    cursor: pointer;
}
.custom-contracts-table-body-wrapper table {
    min-width: 560px;
}
.custom-contracts-table-body-wrapper table thead {
    background-color: #0688FF;
    color: #fff;
    font-size: 14px;
}
.custom-contracts-table-body-wrapper table thead th{
    padding-right: 1rem;
}
.custom-contracts-table-body-wrapper table thead th:first-child {
    padding-left: .5rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.custom-contracts-table-body-wrapper table thead th:last-child {
    padding-right: .5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.custom-contracts-table-body-wrapper.executive-theme table thead{
    background-color: #292929;
    color: #fff;
}
.custom-contracts-table-body-wrapper table tbody td {
    padding: 5px 5px;
    font-size: 13px;
}
.custom-contracts-table-body-wrapper table tbody td:first-child{
    padding-left: .5rem;
}
.custom-contracts-table-body-wrapper table tbody td:last-child{
    padding-right: .5rem;
}
.custom-contracts-table-body-wrapper table tbody tr:nth-child(odd) {background-color: #f2f2f2;}
.custom-contracts-table-body-wrapper table tbody tr:hover{
    background-color: #0688FF20;
    transition: .2s;
}
/* CUSTOM BUSINESS UNIT TABLE */
.businessunit-table-body-wrapper {
    margin-top: 1.5rem;
}
.businessunit-table-body-wrapper table tbody td label {
    cursor: pointer;
}
.businessunit-table-body-wrapper table {
    width: 100%;
}
.businessunit-table-body-wrapper table thead {
    background-color: #242424;
    color: #fff;
    font-size: 15px;
    height: 46px;
    font-family: Nunito;
    font-weight: 500;
}
.businessunit-table-body-wrapper table thead th:first-child {
    padding-left: 2rem;
    border-top-left-radius: 2px;
}
.businessunit-table-body-wrapper table thead th:last-child {
    padding-right: 2rem;
    border-top-right-radius: 2px;
}
.businessunit-table-body-wrapper table tbody td {
    padding: 1rem 5px;
    font-size: 12px;
    font-family: Nunito;
}
.businessunit-table-body-wrapper table tbody td:first-child{
    padding-left: 2rem;
}
.businessunit-table-body-wrapper table tbody td:last-child{
    padding-right: 2rem;
}
.businessunit-table-body-wrapper table tbody tr:hover{
    background-color: #F6F6F6;
    transition: .2s;
}

/* admin - performance */
.admin-tab-wrapper {
/* filter: drop-shadow(1px 1px 3px #C1C1C1); */
}
.admin-main-button {

}
.admin-tab-header-wrapper {
    display: flex;
    gap: 1rem;
}
.admin-tab-button {
    background-color: #fff;
    border: 1px solid #C1C1C1;
    padding: .5rem 1rem;
    opacity: .4;
    color: #332E38;
}
.admin-tab-button.active {
    /* background-color: #f3f3f3; */
    opacity: 1;
}
.admin-tab-wrapper .tab-content {
    border: 1px solid #C1C1C1;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    min-height: 74vh;
    background-color: #fff;
}
.tab-content-container {
    width: 100%;
    max-width: 1050px;
}
.tab-content-container-fluid {
    width: 100%;
    padding: 1rem;
}
.admin-main-table-card {
    width: 100%;
    padding: 1rem;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.admin-performance-coin-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.admin-performance-coin {
    width: 55px;
}
.admin-performance-coin-line {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    justify-content: space-between;
}
.admin-performance-coin-box {}
.admin-performance-input-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.admin-form-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    padding: .1rem .5rem;
}
.admin-form-text-area {
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    min-height: 100px;
    background-color: #F2F2F2;
}
.admin-performance-text-line {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.admin-performance-text-line h6{
    font-size: 12px;
}
.admin-performance-text-line ul {
    margin-bottom: 0px;
}
.admin-performance-text-line ul li {
    font-size: 12px;
}
.admin-performance-text-wrapper {

}
.admin-performance-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.admin-performance-progress-line {
    margin-top: 2rem;
}
.admin-performance-progress-bloc {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border: 1px solid #222222;
    position: relative;
}
.admin-performance-progress-box {
    background-color: #222222;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
}
.admin-performance-progress-value {
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
}
.admin-performance-progress-value.darkvalue { background-color: #222222; color: #fff;}
.admin-performance-progress-value.lightvalue { background-color: #fff; color: #222222;}
.admin-performance-bottom-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.tab-pane-main-wrapper {
    display: flex;
    justify-content: center;
}
.admin-performance-info-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.admin-performance-info-coin-box {}
.admin-performance-info-coin {}
.admin-performance-info-coin-name p {
    text-align: center;
    font-weight: 200;
    margin-bottom: 0px;
    font-size: 14px;
}
.admin-performance-info-coin-value h5 {
    margin-bottom: 0px;
}
.admin-performance-info-coin {
    width: 35px;
}
.admin-performance-info-line {
    
}
.autogrid-2-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .3rem;
}
.autogrid-3-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .3rem;
}
.autogrid-4-columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .3rem;
}
.admin-performance-form-line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: end;
}
.admin-performance-actions-line {
    display: flex;
    gap: 2rem;
    align-items: end;
}
.btn-unlock-performance {
    background-color: #00EA96;
}
.btn-unlock-performance:hover {
    background-color: #2EB483;
    color: #fff;
}
.admin-form-button-wrapper {
    display: flex;
    gap: 1rem;
    margin-left: auto;
}
/* admin settings */
.admin-settings-main-wrapper {
    display: flex;
    flex-wrap: wrap;
}
/* admin contracts */
.custom-admin-contracts-card {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: .5rem 2.5rem;
    border-radius: 1px;
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
}
.admin-contracts-top-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.admin-contracts-coin-bloc {
    display: flex;
    align-items: center;
    border-right: 1px solid #222222;
    justify-content: center;
}
.admin-contracts-coin-box {
    display: flex;
    align-items: center;
    min-width: 130px;
    gap: .6rem;
}
.admin-contracts-coin-bloc h6 {
    margin-bottom: 0px;
    font-weight: 200;
}
.admin-contracts-coin-bloc h5 {
    margin-bottom: 0px;
    font-weight: 200;
}
.admin-contracts-values-bloc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.admin-contracts-values-bloc:not(:last-child) {
    border-right: 1px solid #222222;
}
.admin-contracts-values-bloc h6 {
    margin-bottom: .3rem;
    font-weight: 200;
}
.admin-contracts-values-bloc h5 {
    margin-bottom: 0;
    font-weight: 700;
}
.modal-admin-body {
    padding: 2rem;
}
.modal-admin-file-download {
    padding: 2rem;
    background-color: #F4F4F4;
    border: 1px solid #D3D3D3;
    color: #000;
    padding: 0.1rem 1rem;
    width: 100%;
    height: 38px;
}
.modal-admin-footer {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.modal-admin-spread-content-wrapper {
    margin-top: 5rem;
}
.modal-admin-form-radius-wrapper {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 69%;
}
.modal-admin-radius-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
}
.modal-admin-radius-wrapper label {
    cursor: pointer;
}
.modal-admin-content-wrapper {

}
.modal-admin-text-wrapper {
    display: flex;
    flex-direction: column;
}
.modal-admin-text-wrapper label {
    text-align: center;
    margin-bottom: .3rem;
}
.modal-admin-form-wrapper {

}
.admin-form-input-file { cursor: pointer;}
.admin-form-input-file::file-selector-button {
    border: 1px solid var(--bs-gray-450);
    padding: .2rem 1em;
    border-radius: .2em;
    background-color: #fff;
    transition: .3s;
    cursor: pointer;
}

.admin-form-input-file::file-selector-button:hover {
    background-color:  var(--bs-gray-300);
}
.admin-form-input-file:disabled::file-selector-button:hover {
    background-color:  #fff;
    cursor: not-allowed;
}
/* admin compliance edit user */
.admin-custom-card {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: .5rem 2.5rem;
    border-radius: 1px;
    background-color: #fff;
    height: 100px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.admin-form-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.admin-form-line {
    display: flex;
    gap: 1rem;
}
.admin-form-bloc {
    display: flex;
    flex-direction: column;
}
.admin-form-bloc.use1blocs {
    width: 25%;
}
.admin-form-bloc.use2blocs {
    width: 50%;
}
.admin-form-bloc.use3blocs {
    width: 75%;
}
.admin-form-edit-input {
    border: 1px solid #B3B3B3;
    height: 37px;
    border-radius: 3px;
    width: 100%;
}
.admin-deposit-card {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: .5rem 2.5rem;
    border-radius: 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.admin-deposit-card-resume-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.admin-deposit-card-resume {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    border-radius: 1px;
    background-color: #fff;
    align-items: center;
    position: relative;
}
.admin-deposit-card-resume h5{
    font-weight: 200;
}
.admin-deposit-cards-wrapper {
    display: flex;
    gap: 1rem;
}
.admin-deposit-card-content {
    display: flex;
}
.admin-deposit-lines-wrapper {
    margin-top: 1rem;
}
.admin-deposit-line {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.admin-deposit-line-icon {
    width: 27px;
}
.admin-deposit-line-value-wrapper {
    margin-left: auto;
}
.admin-deposit-line p, .admin-deposit-line h6 {
    margin-bottom: 0px;
}
.admin-deposit-line-divider {
    border-top: 1px solid var(--blue-900);
    margin: .3rem 0;
    width: 130%;
    margin-left: -15%;
}
.admin-deposit-inputdate-box {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}
.admin-deposit-inputdate-box input{
    width: 0px;
    border: none;
}
.admin-deposit-inputdate-box input:focus {
    outline: none;
}
.admin-deposit-inputdate-currentMonth-icon-box {
    position: absolute;
    top: 0;
    display: flex;
    gap: .4rem;
}
.admin-deposit-inputdate-currentMonth-input {
    visibility: hidden;
}
.admin-deposit-date-filter-label {
    position: relative;
    cursor: pointer;
}
.admin-deposit-date-filter-wrapper:hover {
    color: var(--blue-400);
}
.admin-deposit-date-filter-wrapper:hover svg  path{
    stroke: var(--blue-400);
}
.modal-admin-details-box:not:last-child {
    margin-bottom: .5rem;
}
.modal-admin-details-box label {
    font-weight: 200;
    color: #848484;
}
.modal-admin-details-box p {
    color: #332E38;
}
.modal-admin-content-wrapper {
    display: flex;
    flex-direction: column;

}
.admin-withdrawals-extract-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    overflow-y: auto;
}
.admin-withdrawals-extract-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}
.admin-withdrawals-extract-card {
    display: flex;
    flex-direction: column;
    padding: 1.2rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    border-radius: 1px;
    background-color: #fff;
    align-items: center;
    position: relative;
}
.admin-withdrawals-extract-title-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: .3rem;
}
.admin-withdrawals-extract-title-wrapper h4 {
    font-size: 18px;
    font-weight: 200;
}
.admin-withdrawals-extract-line {
    border-bottom: 1px solid rgba(0, 14, 53, 0.50);
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
    min-width: 170px;
}
.admin-withdrawals-extract-line:last-child {
    border-bottom: none;
}
.admin-withdrawals-extract-line:hover {
    background-color: #ECECEC;
    cursor: context-menu;
}
.admin-withdrawals-extract-line p {
    margin-bottom: .2rem;
    margin-top: .2rem;
    font-size: 12px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield;}
.admin-swaps-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    overflow-y: auto;
}
.admin-swap-card {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 1.5rem 1.5rem;
    border-radius: 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
}
.admin-financial-main-card {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 1.5rem 1.5rem;
    border-radius: 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.admin-swap-card-title-wrapper h5{
    text-align: center;
}
.admin-swap-card-content-wrapper {
    display: flex;
    align-items: center;
    gap: .7rem;
    justify-content: space-between;
}
.admin-swap-icon-wrapper img {
    width: 25px;
}
.admin-swap-card-content-wrapper h6{
    margin-bottom: 0px;
}
.admin-swaps-card-wrapper {
    display: flex;
    flex-direction: column;
}
.admin-swaps-card-wrapper-vertical {
    display: flex;
    flex-direction: column;
}
.admin-swap-icon-arrow-wrapper {

}
.admin-financial-actions-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.admin-finance-card-resume-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}
.admin-finance-card-resume {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    border-radius: 1px;
    background-color: #fff;
    align-items: center;
    position: relative;
}
.admin-finance-card-resume h5{
    font-weight: 200;
}
.admin-finance-cards-wrapper {
    display: flex;
    gap: 1rem;
}
.admin-finance-card-content {
    display: flex;
}
.admin-finance-lines-wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.admin-finance-line {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.admin-finance-line-icon {
    width: 27px;
}
.admin-finance-line-value-wrapper {
    margin-left: auto;
}
.admin-finance-line p, .admin-finance-line h6 {
    margin-bottom: 0px;
}
.admin-finance-line-divider {
    border-top: 1px solid var(--blue-900);
    margin: .3rem 0;
    width: 130%;
    margin-left: -15%;
}
.modal-admin-spread-line {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1rem;
}
.modal-admin-spread-icon-box img {
    width: 25px;
}
.modal-admin-spread-title {
    margin-bottom: -3px;
    line-height: 16.26px;
}
.modal-admin-spread-float-text {
    position: absolute;
}
.modal-admin-spread-float-text.swap{
    top: -40px;
}
.modal-admin-spread-float-text.exit{
    top: -23px;
}
.modal-admin-spread-input-box{
    position: relative;
}
.modal-admin-spread-input {
    width: 50px;
    height: 25px;
    background-color: #D9D9D9;
    border: 1px solid #969696;
    text-align: center;
    border-radius: 3px;
}
.modal-admin-tax-input {
    width: 160px;
    height: 25px;
    background-color: #D9D9D9;
    border: 1px solid #969696;
    text-align: center;
    border-radius: 3px;
}
.modal-admin-tax-input-small {
    width: 48px;
    height: 25px;
    background-color: #D9D9D9;
    border: 1px solid #969696;
    text-align: center;
    border-radius: 3px;
}
.modal-admin-tax-float-text {
    position: absolute;
    top: -15px;
    font-size: 10px;
}
.modal-admin-tax-content-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* modal withdrawal */
.modal-withdrawal-title-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.modal-withdrawal-title {
}
.modal-withdrawal-coin-select {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.modal-withdrawal-coin-select-label {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.modal-withdrawal-coin-select-label h5 {
    text-align: center;
}
.modal-withdrawal-coin-select-label:hover {
    cursor: pointer;
    transition: .3s;
    filter: drop-shadow(1px 1px 3px var(--bs-gray));
    transform: scale(1.01);
}
/* add eth colors on checked */
.modal-withdrawal-eth-select:checked + svg path {
    fill: #fff;
}
.modal-withdrawal-eth-select:checked + svg rect {
    fill: #6F7BBA;
}
/* add btc colors on checked */
.modal-withdrawal-btc-select:checked + svg path:first-child {
    fill: #FFA800;
}
.modal-withdrawal-btc-select:checked + svg path:nth-child(n+2) {
    stroke: #fff;
}
/* add usdt colors on checked */
.modal-withdrawal-usdt-select:checked + svg rect{
    fill: #27A17C;
}
.modal-withdrawal-usdt-select:checked + svg path {
    stroke: #fff;
    fill: #fff;
}
/* add brl colors on checked */
.modal-withdrawal-brl-select:checked + svg rect{
    fill: #27A17C;
}
.modal-withdrawal-brl-select:checked + svg path:first-child {
    fill: #5FBE47;
}
.modal-withdrawal-brl-select:checked + svg path:nth-child(2) {
    fill: #fff;
}

.modal-withdrawal-swap-from-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-withdrawal-swap-bloc {
    display: flex;
    width: -webkit-fill-available;
}
.modal-withdrawal-swap-input-wrapper {
    border: 1px solid #222222;
    display: flex;
    width: 100%;
    height: 37px;
    align-items: center;
    border-radius: 20px;
    padding: 0 8px;
    gap: 8px;
    font-size: 14px;
}
.modal-withdrawal-swap-input {
    width: 100%;
    border-right: 1px solid var(--blue-900)
}
.modal-withdrawal-swap-input-to {
    width: 100%;
}
.modal-withdrawal-max-button {
    color: #222222;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 7.5px 0px #222222;
    font-size: 14px;
    height: 22px;
    outline-color: var(--blue-200);
}
.modal-withdrawal-swap-select-wrapper {
    border: 1px solid #222222;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 37px;
    margin-left: 10px;
    min-width: 80px;
    justify-content: center;
}
.modal-withdrawal-swap-select-wrapper.disabled {
    border: 1px solid #505050;
    color: #8a8a8a;
    cursor: not-allowed;
}
.modal-withdrawal-swap-select {
    cursor: pointer;
    font-size: 14px;
}
.modal-withdrawal-swap-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-withdrawal-swap-to-show {
    border: 1px solid #222222;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 37px;
    gap: 10px;
    margin-left: 10px;
}
.modal-withdrawal-coin-icon-wrapper {
    display: flex;
    justify-content: center;
}
.custom-modal-form-wrapper p {
    margin-bottom: 3px;
}
.modal-withdrawal-value-input-wrapper {
    border: 1px solid #222222;
    display: flex;
    width: 100%;
    height: 37px;
    align-items: center;
    border-radius: 4px;
    padding: 0 8px 0 0;
    gap: 8px;
}
.modal-withdrawal-value-input {
    width: 100%;
}
.modal-withdrawal-value-input-legend {
}
.custom-2fa-input {
    background-color: #F3F4F6;
    border: 1px solid #9CA3AF;
    cursor: pointer;
    border-radius: 4px;
    padding-left: 1rem;
}
.custom-2fa-input.only-border-bottom {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #9CA3AF;
}
.modal-withdrawal-crypto-wrapper {
    display: flex;
    gap: 10px;
}
.modal-withdrawal-crypto-bloc {
    width: 60%;
}
.modal-withdrawal-coin-select-wrapper {
    border: 1px solid #222222;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 37px;
}
.modal-withdrawal-rede-bloc {
    width: 40%;
}
.modal-withdrawal-crypto-wallet-wrapper {
    margin-top: 1rem;
}
.modal-withdrawal-crypto-wallet-field {
    background-color: #737373;
    color: #fff;
    font-size: 14px;
    padding: .5rem;
    border-radius: 4px;
}
/* faq page */
.faq-card-container {
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-search-wapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 598px;
    width: 100%;
}
.faq-search-box {
    display: flex;
}
.faq-search-input {
    background-color: #D9D9D9;
    color: #70657B;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 1rem;
    width: 100%;
}
.faq-search-button {
    background-color: #0688FF;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
}
.faq-topic-title {
    border-bottom: 1px solid #bbb;
    padding: .5rem 0;
}
.faq-topic-list {
    flex-direction: column;
}
.faq-topic-list li {
    margin-top: 1rem;
}
.faq-topic-list li a.active {
    color: var(--blue-400)
}
.faq-accordion-header {
    padding: .7rem 2rem;
    cursor: pointer;
    background-color: var(--blue-900);
    border-radius: 10px;
}
.faq-accordion-header h5 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}
.faq-accordion-body {
    padding: 1rem;
    background-color: #fff;
    border-radius: 20px;
}
.faq-accordion-body p{
    font-size: 12px;
}
.faq-home-accordion-body p{
    font-size: 13px;
}
.faq-accordion-body ul li {
    font-size: 13px;
    color: #7e7e7e;
}
.accordion-item {
    border-radius: 10px !important;
}
.tax-rules-card {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    word-wrap: break-word;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 20px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 1.5rem;
}
.tax-rules-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.16px;
    letter-spacing: 0.3px;
}
.tax-rules-title small {
    font-size: 14px;
    font-weight: 300;
}
.tax-rules-title-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.tax-rules-content-wrapper {
    margin-top: 1.5rem;
}
.tax-rules-content-wrapper b { font-weight: 700;}
.tax-rules-content-wrapper p { font-weight: 200;}
.tax-rules-content-wrapper p:hover { transform: scale(1.003); transition: .3s;}
span.error {
    color: red;
    font-size: 12px;
}
/* HOME ADMIN */
.admin-home-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 2rem;
}
.admin-custom-home-card {
    padding: 1rem;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    /* aspect-ratio: 344 / 210; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.admin-custom-home-card h3, .admin-custom-home-card  h4, .admin-custom-home-card  h5{
    font-weight: 200;
}
.admin-custom-home-card-title-wrapper {
    display: flex;
    justify-content: center;
}
.admin-custom-home-card-bloc {
    width: 60%;
    /* min-height: 135px; */
    padding: 0 1rem;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.admin-custom-home-card-bloc h5:not(:last-child) {
    margin-bottom: 1rem;
}
.admin-custom-home-card-bloc h5:last-child {
    margin-bottom: 0;
}
.admin-custom-home-card-bloc-2 {
    width: 40%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.admin-custom-home-card-bloc-2 h3 { font-weight: bold;}
.admin-custom-home-card-box {
    display: flex;
    height: 100%;
}
.admin-home-graph-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    justify-content: space-between;
    gap: 2rem;
}
.admin-home-card-last-updates {

}
.admin-home-card {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    /* aspect-ratio: 344 / 210; */
}
.admin-home-card-header {
    padding: 1rem;
    border-bottom: 1px solid #DEE2E6;
}
.admin-home-card-body {
    height: 425px;
    overflow: scroll;
}
.lastupdates-line {
    display: flex;
    justify-content: space-between;
    border-bottom: #DEE2E6;
    align-items: center;
    border-bottom: 1px solid #DEE2E6;
    padding: 1rem;
    gap: .8rem;
}
.lastupdates-line:hover {
    background-color: #F6F6F6;
}
.lastupdates-line p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.lastupdates-content-bloc {
    display: flex;
    flex-direction: column;
}
.lastupdates-content-bloc small {
    color: #777777;
}
/* graph */
.admin-home-graph-card {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    /* aspect-ratio: 1169 / 501; */
    width: 100%;
}
.admin-executive-home-card-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.admin-executive-home-card {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 94px;
    gap: .2rem;
    border-radius: 3px;

    flex: 1 1 calc(100% / 7 - 1rem);
    max-width: calc(100% / 7 - 1rem);
    min-width: 200px;
}
.admin-executive-home-card h5 {
    font-size: 13px;
}
.admin-executive-home-card-icon {

}
.admin-executive-home-bigcard {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.admin-executive-home-bigcard-header {
    padding: 1rem;
    border-bottom: 1px solid #DEE2E6;
}
.admin-executive-contracts-to-end-header .showing-contracts-label {
    color: #000;
    font-size: 12px;
}
.admin-executive-contracts-to-end-header h3 {
    margin-bottom: 0px;
}
.admin-executive-home-bigcard-content {
    display: flex;
    padding: 1rem;
    justify-content: center;
}
.admin-executive-home-bigcard-content &gt; :not(:last-child) {
    border-right: 2px solid #222222;
}
.admin-executive-home-bigcard-bloc {
    width: 27.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}
.admin-executive-home-coins-box-1 {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-left: 1rem;
}
.admin-executive-home-coins-box-2 h3 {
    margin-bottom: 0px;
}
.admin-executive-home-coins-box-2 {
    margin-left: auto;
}
.admin-executive-home-bigcard-bloc.border-right {
    border-right: 2px solid #222222;
}
.admin-executive-top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.admin-executive-top-card {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 344px;
    width: 100%;
}
.admin-executive-top-header {
    padding: 1rem;
    border-bottom: 1px solid #DEE2E6;
    width: 100%;
}
.admin-executive-top-content {
    padding: 1rem;
    width: 100%;
}
.admin-executive-contracts-to-end-container .transactions-line-item .text-small {
    font-size: .6rem;
}
.admin-executive-contracts-to-end-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #DEE2E6;
}
.small-table tr th{
    font-size: 12px;
    font-weight: 200;
}
.small-table tr td{
    font-size: 11px;
    font-weight: 200;
}
.response-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    min-height: 250px;
    height: 100%;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 50vh;
}
.financial-wallet-table {
    width: 100%;
    min-width: 1200px;
}
.financial-wallet-table .actions-td-wrapper {
    display: flex;
    gap: .2rem;
}
.financial-wallet-table .icon-td-wrapper {
    display: flex;
    gap: .2rem;
    align-items: center;
}
.financial-wallet-table thead {
    background-color: #F2F2F2;
    align-items: center;
    border-radius: 8px;
}
.financial-wallet-table thead tr th {
    padding: 1.5rem 1rem;
}
.financial-wallet-table thead tr th:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.financial-wallet-table thead tr th:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.financial-wallet-table tbody tr td {
    padding: .7rem 1rem;
}
.financial-wallet-table tbody tr:hover {
    background-color: #f8f8f8;
}
.financial-wallet-table tbody tr:not(:last-child){
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.admin-executive-att-line {
    display: flex;
    gap: .8rem;
    align-items: center;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding: .7rem 1rem;
}
.admin-executive-att-icon-bloc {}
.admin-executive-att-content {
    width: 100%;
    max-height: 375px;
    overflow-y: scroll;
}
.admin-executive-att-text-bloc {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

/* distrato modal */
.distrato-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;
    min-height: 600px;
}
.distrato-file {
    height: 680px;
}
.distrato-modal-content-footer {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    /* margin-top: -10px; e7e9ed*/
    width: 100%;
    position: absolute;
    height: 57px;
}
.distrato-modal-content-footer.terms-footer { bottom: 57px; }
.distrato-modal-content-footer.privacy-footer { bottom: 0; }
.distrato-modal-content-footer.top1 { bottom: unset; top: 0; }
.distrato-modal-content-footer.top2 { bottom: unset; top: 55.39px; }
.distrato-modal-content-footer.bottom1 { bottom: 0; top: unset; }
.distrato-modal-content-footer.bottom2 { bottom: 55.39px; top: unset; }

.distrato-modal-content-footer:not(last-child) {
    border-bottom: 1px solid #000;
}
.distrato-modal-content-footer label{
    font-size: 14px;
    color: var(--blue-900);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
}
.distrato-modal-content-footer-doc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.distrato-modal-content-footer-doc-link:hover svg path{
    stroke: var(--blue-400);
}
#distrato-modal-content-privacy-embed {
    display: none;
}
.profile-float-2fa-baloon-wrapper {
    position: absolute;
    right: -150px;
    border: 1px solid #0688FF;
    padding: .8rem;
    border-radius: 5px;
    background-color: #fff;
    z-index: 11;
}
.profile-float-2fa-baloon-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: 40%;
    display: block;
    /* transform: translate(-50%, -50%) rotate(45deg); */

    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0688FF;
  }
  @keyframes moveLeftAndBack {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-15px);
    }
    50% {
      transform: translateX(-15px);
    }
    75% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }

  .div-animated {
    animation-name: moveLeftAndBack;
    animation-duration: 3.5s;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    animation-iteration-count: infinite;
  }
  .distrato-file-modal-content {
    padding: 3rem;
  }
  .executive-sidebar-toggle-wrapper {
    position: absolute;
    right: .75rem;
    top: .5rem;
  }
  .admin-sidebar-toggle-wrapper {
    position: absolute;
    right: .75rem;
    top: .5rem;
  }
  .password-input-wrapper {
    position: relative;
  }
  .password-input-icon-box {
    right: 5%;
    position: absolute;
    top: 11%;
    cursor: pointer;
  }

    /* LOADER */
    @keyframes rotateMainLoader {
        0% {
            border-width: 10px;
        }
        25% {
            border-width: 3px;
        }
        50% {
            transform: rotate(115deg);
            border-width: 10px;
        }
        75% {
            border-width: 3px;
        }
        100% {
            border-width: 10px;
        }
    }
    .show-loader {
        display: flex;
        /* animation: fadein .4s forwards; */
    }
    .hide-loader {
        display: none;
    }
    .loader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(29, 40, 69, 1) 10%, rgba(17, 23, 40, 1) 90%);
        z-index: 999;
    }
    .loader-wrapper.blue {
        background: linear-gradient(180deg, rgba(29, 40, 69, 1) 10%, rgba(17, 23, 40, 1) 90%);
    }
    .loader-wrapper.dark {
        background: linear-gradient(180deg, #242424 10%, #242424 90%);
    }
    .loader-wrapper.gray {
        background: var(--gray-700);
    }
    .loader-logo {
        width: 175px;
        position: absolute;
        bottom: 5%;
    }
    .loader {
        width: 70px;
        height: 70px;
        position: relative;
        overflow: hidden;
    }
    .loader:before {
        content: "";
        width: 70px;
        height: 70px;
        position: absolute;
        left: 0;
        top: 0;
        border: 5px solid #0000;
        border-color: #fff #fff #0000 #0000;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotateMainLoader 1s ease-in-out infinite;
        transform: rotate(-300deg);
    }
    .loader.dark:before {
        border: 5px solid #fff;
        border-color: #000 #000 #fff #fff;
    }
    .modal-loader-wrapper {
        width: 100%;
        min-height: 500px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }
    .modal-loader-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .red-counter {
        height: 15px;
        width: 15px;
        font-size: 7px;
        background-color: #F44336;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .red-counter span {
        line-height: 7px;
        color: #fff;
    }
    .bars-chart-description-wrapper {
        display: flex;
        justify-content: center;
    }
    .bars-chart-description {
        background-color: #222222;
        border-radius: 5px;
        padding: .2rem 1rem;
        color: #fff;
        font-size: 12px;
    }
    .contabil-card {
        background-color: #fff;
        padding: 1rem 2rem;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    }
    .contabil-banner-wrapper {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }
    .contabil-banner {
        height: 469px;
        width: 33%;
        border-radius: 10px;
        display: flex;
        align-items: end;
        padding: 2rem;
        cursor: pointer;
    }
    .contabil-banner:hover {
        transform: scale(1.001);
        transition: .3s;
        filter: drop-shadow(1px 1px 3px #000) brightness(1.1);

    }
    .contabil-card-bg-1 { background: linear-gradient(180deg, rgba(0, 14, 53, 0.00) 58.53%, #0688FF 100%), url('../../images/banner/contabil/banner-1.png'); background-size: cover; background-repeat: no-repeat; }
    .contabil-card-bg-2 { background: linear-gradient(180deg, rgba(0, 14, 53, 0.00) 58.53%, #0688FF 100%), url('../../images/banner/contabil/banner-2.png'); background-size: cover; background-repeat: no-repeat; }
    .contabil-card-bg-3 { background: linear-gradient(180deg, rgba(0, 14, 53, 0.00) 58.53%, #0688FF 100%), url('../../images/banner/contabil/banner-3.png'); background-size: cover; background-repeat: no-repeat; }
    .contabil-banner-text-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contabil-banner-text {
        color: #FFF;
        font-family: Nunito;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 19px;
    }
    .contabil-report-card {
        background-color: #fff;
        padding: 1rem 2rem;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    }
    .contabil-report-actions-wrapper {
        display: flex;
        justify-content: end;
        gap: .5rem;
        border-bottom: 1px solid #000;
        padding-bottom: 1rem;
    }
    .contabil-report-details-wrapper {
        display: flex;
        flex-direction: column;
    }
    .contabil-report-details-wrapper h5 {
        color: #222222;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .contabil-report-details-text-box {
        margin-top: 1rem;
    }
    .contabil-report-details-text-box h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
    .contabil-report-details-text-box p {
        color: #222222;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        margin: 0px;
    }
    .contabil-report-total-wrapper {
        border-top: 1px solid #222222;
        display: flex;
        justify-content: end;
        padding-top: .8rem;
        margin-top: 2rem;
    }
    .contabil-report-total-wrapper h6 {
        margin-right: 100px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .contabil-report-total-wrapper h5 {
        font-size: 16px;
    }

    .consultant-faq-left-bloc {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .consultant-faq-left-card {
        width: 240px;
        border-radius: 2px;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
        padding: 2rem;
    }
    .consultant-faq-left-card ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        gap: .1rem;
    }
    .consultant-faq-left-card ul li::before {
        content: "\2022";
        color: #000;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: 0;
    }
    .consultant-faq-left-card ul li:has(a.active)::before {
        color: #fff;
    }
    .consultant-faq-left-card li {
        padding-left: 15px;
        border-radius: 2px;
        background: #fff;
        height: 37px;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .consultant-faq-left-card ul li:has(a.active) {
        background: #292929;
        color: #fff;
    }
    .consultant-faq-left-card li a {
        color: #000;
    }
    .consultant-faq-left-card li a.active {
        color: #fff;
    }
    .consultant-faq-center-bloc {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .consultant-faq-center-bloc h1 {
        text-align: center;
    }
    .consultant-faq-center-collapse-wrapper {
        width: 100%;
    }
    .consultant-faq-center-collapse-wrapper .accordion{
        display: flex;
        flex-direction: column;
        gap: .8rem;
        /* set */
        --bs-accordion-border-color: #bbb;
        --bs-accordion-border-width: 1px;
        --bs-accordion-border-radius: 2px;
        --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: #111827;
        --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='black'%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='white'%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-color: #fff;
        --bs-accordion-btn-active-bg: #292929;
        --bs-accordion-btn-focus-border-color: #292929;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 1px #bbb;
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-body-active-bg: #292929;
        /* accordion set */
        --bs-accordion-color: #292929;
        --bs-accordion-bg: #fff;
        --bs-accordion-active-color: #fff;
        --bs-accordion-active-bg: #292929;
    }
    .consultant-faq-center-collapse-wrapper .accordion-item .accordion-button {
        border-radius: 10px;
    }
    .accordion-collapse {
        margin-top: -1px;
    }
    /* Estilos específicos para o Accordion */
    .consultant-faq-center-collapse-wrapper .accordion-item { background-color: var(--bs-accordion-bg); }
    .consultant-faq-center-collapse-wrapper .accordion-button.collapsed { color: var(--bs-accordion-color); }
    .consultant-faq-center-collapse-wrapper .accordion-button { color: var(--bs-accordion-active-color); border: none; box-shadow: none;}
    /* .consultant-faq-center-collapse-wrapper .accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); } */
    .consultant-faq-center-collapse-wrapper .accordion-item .accordion-body { background-color: var(--bs-accordion-active-bg); color: var(--bs-accordion-active-color); }
    .collapse-products-bloc-wrapper {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }
    .collapse-products-bloc {
        color: #282929;
        background-color: #fff;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 300;
        line-height: normal;
        display: flex;
        gap: .5rem;
        align-items: center;
        justify-content: center;
    }
    .consultant-faq-right-bloc {
        display: flex;
        justify-content: right;
    }
    .consultant-faq-right-bloc img {
        max-height: 490px;
    }

    .crypto-menu-active-item {
        color: #0688FF !important;
    }
    .test-info-show ul {
        display: flex;
        width: 100%;
        gap: 1rem;
    }
    .test-info-show ul li h6 {
        color: #fff;
    }
    .test-info-show ul li p {
        color: #fff;
    }
    /* consultant panel */
    .consultant-panel-card {
        padding: 1rem;
        width: 100%;
        border-radius: 2px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    }
    .consultant-panel-card:hover {
        transition: .3s;
        box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
    }
    .consultant-panel-card.bg-gradient-gray{
        background: linear-gradient(92deg, #FFF -25.54%, rgba(0, 0, 0, 0.05) 2.35%, rgba(0, 0, 0, 0.00) 30.5%, rgba(255, 255, 255, 0.33) 56.87%, rgba(0, 0, 0, 0.15) 80.11%, rgba(255, 255, 255, 0.00) 115.33%);
    }
    .consultant-panel-card.bg-gradient-blue{
        background: linear-gradient(90deg, rgba(6, 136, 255, 0.42) 0.05%, rgba(6, 136, 255, 0.77) 0.06%, #0688FF 10.04%, rgba(6, 136, 255, 0.76) 20.76%, #0688FF 40.46%, rgba(6, 136, 255, 0.85) 54.34%, #0688FF 67.98%, rgba(6, 136, 255, 0.62) 82.21%, #0688FF 99.96%);
    }
    .consultant-panel-card.bg-gradient-dark{
        background: linear-gradient(90deg, rgba(41, 41, 41, 0.71) -0.14%, #292929 10.33%, rgba(41, 41, 41, 0.88) 24.61%, #292929 48.78%, rgba(41, 41, 41, 0.94) 74.79%, rgba(41, 41, 41, 0.96) 99.58%);
    }
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-header-title, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-header-title,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-box h1, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-box h1,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-box span, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-box span,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-box h4, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-box h4,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-box-timeline-line-1 h4, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-box-timeline-line-1 h4,
    .consultant-panel-card.bg-gradient-blue .consultant-timeline-line-box h4, .consultant-panel-card.bg-gradient-dark .consultant-timeline-line-box h4,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-bloc-2-box h4, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-bloc-2-box h4,
    .consultant-panel-card.bg-gradient-blue .consultant-panel-card-content-bloc-2-box h2, .consultant-panel-card.bg-gradient-dark .consultant-panel-card-content-bloc-2-box h2
    {
        color: #fff !important;
        fill: #fff;
    }
    .consultant-panel-card.bg-gradient-blue .consultant-panel-button, .consultant-panel-card.bg-gradient-dark .consultant-panel-button {
        background-color: #fff;
        color: #0688FF;
        border: none;
    }
    .consultant-panel-card.bg-gradient-blue .consultant-panel-button:hover, .consultant-panel-card.bg-gradient-dark .consultant-panel-button:hover {
        background-color: #d7d7d7;
        transform: scale(1.01);
        transition: .3s;
        filter: drop-shadow(1px 1px 3px #d7d7d7);
    }
    .consultant-panel-card.bg-gradient-blue .customtooltip-wrapper svg path, .consultant-panel-card.bg-gradient-dark .customtooltip-wrapper svg path {
        fill: #fff;
    }
    /* .consultant-panel-card.bg-gradient-blue .consultant-timeline-bar, .consultant-panel-card.bg-gradient-dark .consultant-timeline-bar {
        background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(109,109,109,1) 100%);
    }*/
    .consultant-panel-card.bg-gradient-blue .consultant-timeline-bar-wrapper, .consultant-panel-card.bg-gradient-dark .consultant-timeline-bar-wrapper {
        background-color: #d9d9d9;
    }
    .consultant-panel-card-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }
    .consultant-panel-card-header-icon {
        width: 26px;
        height: 26px;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .consultant-panel-card-header-icon.bg-black {
        background: #000;
    }
    .consultant-panel-card-header-icon.bg-black svg path{
        fill: #0688FF;
    }
    .consultant-panel-card-header-icon.bg-black:hover {
        transition: 1s;
        filter: brightness(1.5);
        background-color: #181818;
    }
    .consultant-panel-card-header-icon.bg-white {
        background-color: #fff;
    }
    .consultant-panel-card-header-icon.bg-white svg path{
        fill: #0688FF;
    }
    .consultant-panel-card-header-icon.bg-white:hover {
        transition: 1s;
        filter: brightness(1.5);
        background-color: #fff;
    }
    .consultant-panel-card-content {
        display: flex;
        gap: 1rem;
    }
    .consultant-panel-card-content-bloc-1 {
        width: 60%;
    }
    .consultant-panel-card-content-box {
        display: flex;
        align-items: center;
        gap: .3rem;
        margin-bottom: .3rem;
    }
    .consultant-panel-card-header-title {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    .consultant-panel-card-content-box-timeline {
        display: flex;
        flex-direction: column;
        gap:.3rem;
    }
    .consultant-panel-card-content-box-timeline-line-1 {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .consultant-panel-card-content-box-timeline-line-1 h4{
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 0;
    }
    .consultant-panel-card-content-box-timeline-line-1 span {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        background-color: #0688FF;
        padding: 0px 5px;
        border-radius: 1px;
    }
    .consultant-panel-card-content-box-timeline-line-2 {
        display: flex;
        gap: .5rem;
    }
    .consultant-timeline-line-box {
        display: flex;
        flex-direction: column;
        gap:.5rem;
    }
    .consultant-timeline-line-box h4 {
        text-align: center;
        color: #000;
        font-size: 10px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .consultant-timeline-bar-wrapper {
        width: 120px;
        background-color: #292929;
        height: 8px;
        display: flex;
    }
    .consultant-timeline-bar {
        background-color: #0688FF;
    }
    .consultant-timeline-line-info-box a{
        display: flex;
    }
    .consultant-panel-card-content-bloc-2 {
        width: 40%;
        display: flex;
        gap: 1rem;
    }
    .consultant-panel-card-content-bloc-2-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50%;
        gap: .2rem;
    }
    .consultant-panel-card-content-bloc-2-box h2 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 6px;
    }
    .consultant-panel-card-content-bloc-2-box h4 {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 6px;
    }
    .consultant-panel-button {
        outline: none;
        box-shadow: none;
        border: 1px solid 292929;
        border-radius: 5px;
        padding: 5px;
        width: 100%;
        font-size: 10px;
        background-color: #292929;
        color: #0688FF;
        cursor: pointer;
    }
    .consultant-panel-cards-wrapper {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .consultant-panel-smallcard {
        width: 325px;
        border-radius: 2px;
        flex-direction: column;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
        display: flex;
        padding: 1.5rem;
    }
    .consultant-panel-smallcard:hover {
        transition: .3s;
        transform: scale(1.01);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    }
    .consultant-panel-smallcard-top {
        display: flex;
        justify-content: space-between;

    }
    .consultant-panel-smallcard-top h4 {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        color: #292929;
    }
    .consultant-badge-icon {
        width: 26px;
        height: 26px;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .consultant-badge-icon.bg-black {
        background: #000;
    }
    .consultant-badge-icon.bg-black svg path{
        fill: #0688FF;
    }
    .consultant-badge-icon.bg-black:hover {
        transition: 1;
        filter: brightness(1.5);
        background-color: #181818;
    }
    .consultant-panel-smallcard-content {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
    }
    .consultant-panel-smallcard-content h3 {
        color: #292929;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0;
    }
    .consultant-panel-smallcard-content h5 {
        color: #000;
        font-size: 10px;
        font-weight: 300;
        display: flex;
        align-items: end;
        margin-bottom: 0;
    }
    .consultant-panel-smallcard-subtitle {
        color: #000;
        font-size: 10px;
        font-weight: 300;
        display: flex;
        align-items: end;
        margin-bottom: 0;
        margin-top: .5rem;
    }
    @keyframes defaultConfettiAnimation {
        0% {
        transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
        }
        25% {
        transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 10vh);
        }
        50% {
        transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 30vh);
        }
        75% {
        transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 60vh);
        }
        100% {
        transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 90vh);
        }
    }
    /* consultant prime -panel */
    .prime-consultant-panel-smallcard-title {
        color: #242424;
        font-family: Nunito;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-transform: uppercase;
    }
    .prime-consultant-panel-smallcard-content {
        display: flex;
        justify-content: space-between;
        margin-top: .1rem;
        align-items: center;
    }
    .prime-consultant-panel-smallcard-content h3 { margin-bottom: 0; line-height: 100%;}
    .prime-consultant-panel-smallcard-buttons-wrapper {
        display: flex;
        gap: .5rem;
    }
    .prime-consultant-panel-smallcard-button {
        padding: 0 .5rem;
        border-radius: 8px;
    }
    .prime-consultant-panel-smallcard-button.active {
        background-color: #0096e2;
        color: #fff;
    }
    
    /*  */
    .default-congratulations-confetti-1 { width: 10px; position: absolute; top: 25%; left: 3%; animation: defaultConfettiAnimation 3s infinite 0s;}
    .default-congratulations-confetti-2 { width: 10px; position: absolute; top: 11%; left: 5%; animation: defaultConfettiAnimation 3s infinite 0.5s;}
    .default-congratulations-confetti-3 { width: 10px; position: absolute; top: 1%; left: 11%; animation: defaultConfettiAnimation 3s infinite 1s;}
    .default-congratulations-confetti-4 { width: 10px; position: absolute; top: -10%; left: 0; animation: defaultConfettiAnimation 3s infinite 1.5s;}
    .default-congratulations-confetti-5 { width: 10px; position: absolute; top: -29%; left: 15%; animation: defaultConfettiAnimation 3s infinite 2s;}
    .default-congratulations-confetti-6 { width: 10px; position: absolute; top: -23%; right: 25%; animation: defaultConfettiAnimation 3s infinite 2.5s;}
    .default-congratulations-confetti-7 { width: 10px; position: absolute; top: -15%; left: 20%; animation: defaultConfettiAnimation 3s infinite 3s;}
    .default-congratulations-confetti-8 { width: 10px; position: absolute; top: -12%; left: 25%; animation: defaultConfettiAnimation 3s infinite 3.5s;}
    .default-congratulations-confetti-9 { width: 10px; position: absolute; top: 4%; right: 10%; animation: defaultConfettiAnimation 3s infinite 4s;}
    .default-congratulations-confetti-10 { width: 10px; position: absolute; top: -17%; right: 35%; animation: defaultConfettiAnimation 3s infinite 4.5s;}
    .default-congratulations-confetti-11 { width: 10px; position: absolute; top: 25%; left: 3%; animation: defaultConfettiAnimation 3s infinite 0s;}
    .default-congratulations-confetti-12 { width: 10px; position: absolute; top: 12%; left: 5%; animation: defaultConfettiAnimation 3s infinite 0.5s;}
    .default-congratulations-confetti-13 { width: 10px; position: absolute; top: 3%; left: 1%; animation: defaultConfettiAnimation 3s infinite 1s;}
    .default-congratulations-confetti-14 { width: 10px; position: absolute; top: -10%; left: 0; animation: defaultConfettiAnimation 3s infinite 1.5s;}
    .default-congratulations-confetti-15 { width: 10px; position: absolute; top: -30%; left: 15%; animation: defaultConfettiAnimation 3s infinite 2s;}
    .default-congratulations-confetti-16 { width: 10px; position: absolute; top: 29%; right: 25%; animation: defaultConfettiAnimation 3s infinite 2.5s;}
    .default-congratulations-confetti-17 { width: 10px; position: absolute; top: -30%; left: 32%; animation: defaultConfettiAnimation 3s infinite 3s;}
    .default-congratulations-confetti-18 { width: 10px; position: absolute; top: -14%; left: 25%; animation: defaultConfettiAnimation 3s infinite 3.5s;}
    .default-congratulations-confetti-19 { width: 10px; position: absolute; top: 7%; right: 10%; animation: defaultConfettiAnimation 3s infinite 4s;}
    .default-congratulations-confetti-20 { width: 10px; position: absolute; top: -19%; right: 35%; animation: defaultConfettiAnimation 3s infinite 4.5s;}
    .default-congratulations-confetti-21 { width: 10px; position: absolute; top: 17%; left: 21%; animation: defaultConfettiAnimation 3s infinite 5.2s;}
    .default-congratulations-confetti-22 { width: 10px; position: absolute; top: 11%; left: 0%; animation: defaultConfettiAnimation 3s infinite 5.4s;}
    .default-congratulations-confetti-23 { width: 10px; position: absolute; top: -19%; left: -10%; animation: defaultConfettiAnimation 3s infinite 5.6s;}
    .default-congratulations-confetti-24 { width: 10px; position: absolute; top: 15%; left: -5%; animation: defaultConfettiAnimation 3s infinite 5.8s;}
    .default-congratulations-confetti-25 { width: 10px; position: absolute; top: 31%; left: 12%; animation: defaultConfettiAnimation 3s infinite 6s;}
    .default-congratulations-confetti-26 { width: 10px; position: absolute; top: -10%; left: 30%; animation: defaultConfettiAnimation 3s infinite 6.2s;}
    .default-congratulations-confetti-27 { width: 10px; position: absolute; top: 0%; left: 50%; animation: defaultConfettiAnimation 3s infinite 6.4s;}

    .modal-nextLevelModal-image-wrapper { position: relative; }
    #modal-next-level { overflow: hidden; }
    /* custom tooltip */
    .customtooltip-wrapper {
        position: relative;
        display: inline-block;
        height: 16px;
    }
    .customtooltip-wrapper .customtooltip-content {
        visibility: hidden;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
        border-radius: 2px;
        padding: 1rem;
        border-radius: 6px;
        left: 20px;

        position: absolute;
        z-index: 1;

        color: #000;

        font-family: Nunito;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }
    .customtooltip-wrapper:hover .customtooltip-content {
        visibility: visible;
    }
    /* end custom tooltip */
    .consultant-tooltip-title {
        color: #000;
        text-align: justify;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .consultant-tooltip-table-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2.5px;
    }
    .consultant-tooltip-table-header {
        border-radius: 0.258px;
        background: #292929;
        box-shadow: 0px 0.516px 12.908px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .1rem .5rem;
    }
    .consultant-tooltip-table-header h4{
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;
    }
    .consultant-tooltip-table-header span{
        color: #fff;
    }
    .consultant-tooltip-table-header h5{
        color: #FFF;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }
    .consultant-tooltip-table-line {
        border-radius: 0.258px;
        background: #fff;
        box-shadow: 0px 0.516px 12.908px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .1rem .5rem;
        gap: .5rem;
    }
    .consultant-tooltip-table-line h3 {
        color: #292929;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 0;
    }
    .consultant-tooltip-table-line img {
        margin-left: auto;
    }
    .consultant-tooltip-table-line bold {
        color: #292929;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: right;
        width: 30px;
    }
    .consultant-tooltip-footer {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 15.333px;
        margin-top: 1rem;
        display: flex;
    }
    .consultant-tooltip-footer a {
        color: #0688FF;
        margin-left: 3px;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.333px;
        text-decoration: underline;
    }
    .modal-nextLevelModal-header {
        display: flex;
        justify-content: end;
        padding: 1rem;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .modal-nextLevelModal-image-wrapper {
        display: flex;
        justify-content: center;
    }
    .modal-nextLevelModal-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .5rem;
        margin-top: 1rem;
    }
    .modal-nextLevelModal-text-wrapper h3 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .modal-nextLevelModal-text-wrapper p {
        font-size: 10px;
        margin: 0;
    }
    .modal-nextLevelModal-body {
        padding: 2rem;
    }
    .custom-progress {
        --bs-progress-height: 1rem;
        --bs-progress-font-size: 0.60975rem;
        --bs-progress-bg: #e5e7eb;
        --bs-progress-border-radius: 0.375rem;
        --bs-progress-box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.075);
        --bs-progress-bar-color: #fff;
        --bs-progress-bar-bg: #0688FF;
        --bs-progress-bar-transition: width 0.6s ease;
        display: flex;
        height: var(--bs-progress-height);
        width: 100%;
        overflow: hidden;
        font-size: var(--bs-progress-font-size);
        background-color: var(--bs-progress-bg);
        border-radius: var(--bs-progress-border-radius);
    }
    .custom-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);
    }
    .modal-nextLevelModal-content {
        min-height: 500px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .modal-nextLevelModal-congratulation-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }
    .modal-nextLevelModal-congratulation-wrapper h2 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
    }
    .modal-nextLevelModal-congratulation-wrapper p {
        text-align: center;
    }
    .modal-nextLevelModal-congratulation {
        display: none;
    }
    .modal-contract-select-plan-card:hover {
        transform: scale(1.01);
        filter: drop-shadow(1px 1px 3px #bbb);
    }
    .modal-contract-select-plan-card {
        border: 1px solid #bbb;
    }
    .modal-contract-select-plan-card.active {
        border: 1px solid #0688FF;
        border-top: 12.5px solid #0688FF;
    }
    .modal-contract-select-plan-card p {
        font-size: 12px;
    }
    .make-zebra-lines div:nth-child(odd) {
        background-color: #e5e7eb;
    }
    .accordion-item .collapse.show { visibility: visible !important;}
    .accordion-collapse.collapse.show { visibility: visible !important;}
    .newplan-terms-checkbox-label { display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; gap: 5px;}
    .newplan-terms-checkbox-label a { font-size: 14px; }
    .newplan-terms-checkbox-label input { margin-right: 5px; }
    .showing-plans-label { color: #fff; }

/* IRRF page */
.irrf-period-button-wrapper {
    position: relative;
    display: flex;
}
.irrf-period-button {
    color: #0688FF;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    width: 138px;
    height: 35px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    cursor: pointer;
}
.irrf-period-button input {
    display: none;
    position: relative;
}
.drp-buttons {
    display: flex !important;
}
.drp-selected {
    text-align: center;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0688FF;
}
.irrf-main-cards-wrapper {
    display: flex;
    gap: 1rem;
}
.irrf-main-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.06), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    width: 100%;
}
.irrf-main-card-icon-wrapper {
    display: flex;
}
.irrf-main-card-icon{
    width: 50px;
}
.irrf-main-card-icon-wrapper {
    display: flex;
    flex-direction: column;
}
.irrf-main-card-content-wrapper h5 {
    margin-bottom: 0px;
    color: #626262;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.irrf-main-card-content-wrapper h3 {
    margin-bottom: 0px
}
.irrf-main-card-content-title-box {
    display: flex;
    justify-content: space-between;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.-rotate-90 {
    transform: rotate(-90deg);
}

/* v3 table */
.v3-table-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
}
.v3-table-card-header {
    background-color: #242424;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.v3-table-card-header-filter-box {}
.v3-table-card-header-filter-button {
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.00);
    padding: .32rem 1.5rem;
    height: 34px;
}
.v3-table-card-header-filter-dropdown-menu {
    padding: 1rem;
}
.v3-table-card-header-filter-dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.v3-table-card-header-filter-dropdown-menu li label {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer
}
.v3-table-card-header-filter-dropdown-menu li label img {
    width: 22px;
    height: 22px;
}
.v3-table-card-header-filter-dropdown-menu input[type="checkbox"] {
    border: 1px solid #0688FF;
    border-radius: 4px;
}
.v3-table-card-header-calendar-box {
    position: relative;
}
.v3-table-card-header-calendar-box .v3-table-card-header-calendar-button{
    border: none;
}
.v3-table-card-header-calendar-box .v3-table-card-header-calendar-button:focus {
    outline: none;
}
.v3-table-card-header-search-label {
    display: flex;
    align-items: center;
}
.v3-table-card-header-search-label-icon {
    border-radius: 4px 0px 0px 4px;
    background: #0688FF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
}
.v3-table-card-header-search-label-input {
    border-radius: 0px 4px 4px 0px;
    padding: 8px;
    height: 34px;
    border: 1px solid #fff;
    width: 600px;
}
.v3-table-card-header-search-label-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.v3-table-card-header-showperpage-box {
    margin-left: auto;
}
.v3-table-card-header-showperpage-label {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.v3-table-card-header-showperpage-label span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.v3-table-card-header-showperpage-select {
    height: 26px;
    min-width: 66px;
    padding: 0 0 0 8px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    border-radius: 6px;

}
.v3-table-card-header-exportbutton-box {}
.v3-table-card-header-exportbutton {
    display: flex;
    gap: .5rem;
    border-radius: 8px;
    background: #F5FAFF;
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 24px;
    height: 34px;
}
.v3-table-card table.v3-table {
    width: 100%;
}
.v3-table-card table.v3-table thead {
    background-color: #242424;
    padding: 1rem;
}
.v3-table-card table.v3-table thead tr th{
    padding: 1rem;
    color: #FFF;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.v3-table-card table.v3-table thead .v3-table-sort-button {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.v3-table-card tbody tr:hover {
    background-color: #f8f8f8;
}
.v3-table-card table.v3-table tbody tr td{
    padding: 1rem;
}
.v3-table-card table.v3-table tbody tr:not(:last-child) td{
    border-bottom: 1px solid #E7E7E7;
}
.v3-table-card table.v3-table tbody tr td .label-span{
    color: #4F4F4F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}
.v3-table-card table.v3-table tbody tr td b {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.v3-table-card table.v3-table tbody tr td .v3-table-td-col {
    display: flex;
    flex-direction: column;
}
.v3-table-card table.v3-table tfoot tr td:last-child{
    padding: 1rem;
}
.v3-table-card table.v3-table tfoot tr td .v3-table-pagination-wrapper{
    display: flex;
    align-items: center;
    justify-content: end;
}
.v3-table-card .v3-table-box-fortd {
    display: flex;
    gap: .5rem;
}
.v3-table-card .v3-table-link-fortd {
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.v3-table-card .v3-table-box-fortd img{
    width: 22px;
    height: 22px;
}
.v3-table-card .v3-table-box-fortd span{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* end v3 table */
/* modal irrf details */
.modal-irrf-details .modal-dialog {
    --bs-modal-width: 625px;
    --bs-modal-header-border-width: 0;
    --bs-modal-footer-border-width: 0;
    --bs-modal-border-radius: 10px;
}
.modal-irrf-details .modal-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
}
.modal-irrf-details .modal-body {
    display: flex;
    flex-direction: column;
}
.modal-irrf-details .plan-detail-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-1 {
    display: flex;
    gap: .5rem;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-1-text-box {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-1-text-box h6{
    color: #242424;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-1-text-box span {
    color: #5D5D5D;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-separator {
    height: 30px;
    width: 1px;
    background-color: #242424;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-2 {

}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-2-text-box {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-2-text-box span {
    color: #5D5D5D;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-bloc-2-text-box h5{
    color: #242424;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-status-badge {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
}
.modal-irrf-details .plan-detail-wrapper .plan-detail-status-badge.canceled { background: #F44336; color: #fff; }
.modal-irrf-details .plan-detail-wrapper .plan-detail-status-badge.current { background: #00E98F; color: #222222; }
.modal-irrf-details .plan-detail-wrapper .plan-detail-status-badge.closed { background: #4F4F4F; color: #fff; }
.modal-irrf-details hr { border-top-color: #D9D9D9; }
.modal-irrf-details .plan-data-wrapper {
    border-bottom: #5D5D5D 1px solid;
    border-radius: 10px;
    padding: 0 .5rem;
}
.modal-irrf-details .plan-data-wrapper ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.modal-irrf-details .plan-data-wrapper ul li{
    display: flex;
    justify-content: space-between;
}
.modal-irrf-details .plan-data-wrapper ul li span{
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 500px;
    line-height: 22px;
}
.modal-irrf-details .plan-data-wrapper ul li b{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.modal-irrf-details .plan-data-wrapper .select-volume-label {
    display: flex;
    border: none;
}
.modal-irrf-details .plan-data-wrapper .select-volume {
    border: none;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 85% 0;
}
.modal-irrf-details .plan-data-wrapper .select-volume:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.modal-irrf-details .plan-data-wrapper .select-volume-wrapper{
    display: flex;
    align-items: center;
}
.modal-irrf-details .plan-data-wrapper .relocation-toggle-wrapper {}
.modal-irrf-details .plan-data-wrapper .relocation-info-wrapper {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.modal-irrf-details .plan-data-wrapper .relocation-info-wrapper b {
    color: #000;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
}
.modal-irrf-details .modal-footer-button-wrapper {
    display: flex;
    width: 100%;
}
.modal-irrf-details .modal-footer-button {
    display: flex;
    border-radius: 6px;
    background: #0688FF;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    color: #fff;
}
.modal-irrf-details .modal-footer-button:hover{
    transform: scale(1.002);
    filter: drop-shadow(.5px .5px 5px #00000030);
}
/* end modal irrf details */
/* v4 table */
.v4-table-card table { width: 100%; }
.v4-table-card table thead { background-color: #222222;}
.v4-table-card table thead tr th { color: #fff; font-size: 12px; font-weight: 400; line-height: 18px; padding: 12px}
.v4-table-card table thead tr th:first-child { border-radius: 4px 0 0 4px; padding-left: 1rem;}
.v4-table-card table thead tr th:last-child { border-radius: 0 4px 4px 0; padding-right: 1rem;}
.v4-table-card table tbody tr:nth-child(odd) { background-color: #F0F0F0; }
.v4-table-card table tbody tr td { padding: .5rem 1rem; font-size: 12px; }
.v4-table-card table tbody tr td:first-child { padding: .5rem 1rem; border-radius: 4px 0 0 4px;}
.v4-table-card table tbody tr td:last-child { padding: .5rem 1rem; border-radius: 0 4px 4px 0;}
/* end v4 table */

.relocation-toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}
.relocation-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.relocation-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.relocation-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2.1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.relocation-toggle-wrapper input:checked + .relocation-toggle-slider {
    background-color: #00985D;
}
.relocation-toggle-wrapper input:focus + .relocation-toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}
.relocation-toggle-wrapper input:checked + .relocation-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.relocation-toggle-slider.relocation-toggle-round {
    border-radius: 34px;
}
.relocation-toggle-slider.relocation-toggle-round:before {
    border-radius: 50%;
}
/* irrfUpdateModal */
.irrf-update-modal {
    --bs-modal-width:   368px;
    --bs-modal-header-border-width: 0;
    --bs-modal-footer-border-width: 0;
    --bs-modal-border-radius: 10px;
    --bs-modal-header-padding: 2rem;
    --bs-modal-padding: 2rem;
}
.irrf-update-modal .modal-header {
    display: flex;
    align-items: start;
}
.irrf-update-modal .modal-title {
    color: #242424;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.irrf-update-modal .modal-body {
    padding-top: 0;
}
.irrf-update-modal .modal-body p {
    color: #5D5D5D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.irrf-update-modal .irrf-update-modal-footer-wrapper {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}
.irrf-update-modal .irrf-update-modal-footer-button-light {
    border-radius: 8px;
    background: #F5FAFF;
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0688FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.irrf-update-modal .irrf-update-modal-footer-button-strong {
    color: #FFF;
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
    background: #0688FF;
}
.irrf-update-modal .irrf-update-modal-footer-wrapper a:hover{
    transform: scale(1.002);
    filter: drop-shadow(.5px .5px 5px #00000030);
}
.newsletter-modal-dialog {
    width: 375px;
}
.newsletter-modal-dialog .modal-content {
    padding: 1rem;
}
.newsletter-modal-dialog .modal-content {
    padding: 1rem;
}
.newsletter-modal-dialog .modal-footer {
    border: none;
}
.newsletter-modal-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #4F4F4F;
}
.newsletter-modal-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 31.5px;
    color: #4F4F4F;
}
.newsletter-modal-button-primary {
    background-color: #0688FF;
    border: 1px solid #0688FF;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 1rem;
}
.newsletter-modal-button-secondary {
    background-color: #fff;
    color: #6D6D6D;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 1rem;
    border: 1px solid #6D6D6D;
}

/* business unit */
.business-unit-main-card{
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1px;
    background-color: #fff;
}
.business-unit-log-custom-card {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    border-radius: 2px;
    max-height: 263px;
}
.prime-consultant-auth-wrap  {
    display: flex;
    justify-content: end;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    background-image: url('../../images/prime-consultant/auth-bg.png');
    background-size: cover;
}
.prime-consultant-auth-content-bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 590px;
    background-color: #00000083;
}
.prime-consultant-auth-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.prime-consultant-auth-card-wrapper {
    width: 100%;
    max-width: 375px;
}
.prime-consultant-auth-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.prime-consultant-auth-title {
    color: #FFF;
    font-family: Nunito;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.prime-consultant-auth-card-header {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.prime-consultant-auth-card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.prime-consultant-form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.prime-consultant-form-group {
    display: flex;
    gap: .25rem;
}
.prime-consultant-form-label {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.prime-consultant-form-input {
    background-color: #242424;
    border: 1px solid transparent;
    padding: .5rem;
    color: #B0B0B0;
    height: 46px;
    font-size: 15px;
}
.prime-consultant-form-input:focus {
    outline: #9CA3AF;
    border-color: #9CA3AF;
}
.prime-consultant-form-forgot-bloc {
    display: flex;
    justify-content: end;
}
.prime-consultant-form-forgotpassword {
    color: #0688FF;
    font-size: 15px;
}
.prime-consultant-form-button-bloc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prime-consultant-form-button {
    background-color: #0688FF;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prime-consultant-form-button:hover {
    color: #fff;
    transition: .3s;
    transform: scale(1.01);
    filter: drop-shadow(.5px .5px 5px #ffffff40);
}
.prime-consultant-form-button:focus {
    outline: #9CA3AF;
    border-color: #9CA3AF;
}
.prime-text-muted-100 {
    --bs-text-opacity: 1;
    color: #B0B0B0 ;
    font-size: 12px;
}
.prime-consultant-auth-password-req {
    color: #B0B0B0 !important;
}
.prime-left-sidebar-logo {
    width: 100%;
}
.prime-consultant-card {
    border-radius: 2px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
.prime-consultant-card.bg-light-blue { background: linear-gradient(277deg, #006DD0 0%, #0688FF 100%); color: #fff;}
.prime-consultant-card.bg-white { background-color: #fff;  color: #000;}
.prime-consultant-card-top {
    display: flex;
    justify-content: space-between;
}
.prime-consultant-card-top-square {
    padding: .5rem;
    border-radius: 2px;
    width: 40px;
}
.prime-consultant-card-top-square.bg-blue { background-color: #0F5DBE; }
.prime-consultant-card-top-square.bg-aqua { background-color: #D7F1FF; }
.prime-consultant-card-top-options-button {

}
.prime-consultant-card-body {

}
.prime-consultant-card.bg-light-blue .prime-consultant-card-body h1{
    color: #FFF;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}
.prime-consultant-card .prime-consultant-card-body h6{
    overflow: hidden;
    color: #242424;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.prime-consultant-card.bg-light-blue .prime-consultant-card-body h6{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.prime-consultant-card .prime-consultant-card-body h1{
    color: #242424;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}
/* business unit */
.business-unit-log-wrapper {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    overflow-y: auto;
}

.scrollbar-small-black::-webkit-scrollbar-track {
    border: 1px solid #D1D1D1;
    padding: 1px 0;
    background-color: #fff;
}

.scrollbar-small-black::-webkit-scrollbar {
    width: 5px;
}

.scrollbar-small-black::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 3px #4F4F4F;
    background-color: #737272;
    border: 1px solid #4F4F4F;
}
.business-unit-log-line {
    display: flex;
    gap: 8px;
    padding: .3rem;
    height: 44px;
    border-radius: 2px;
}
.business-unit-log-line:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
}
.business-unit-log-line-icon-box {
    background-color: #D5FFF0;
    padding: 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    min-width: 36px;
    height: 36px;
}
.business-unit-log-line-name-box {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: .1rem;
    max-width: 150px;
}
.business-unit-log-line-name-box small {
    color: #4F4F4F;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.business-unit-log-line-name-box h6 {
    color: #242424;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
}
.business-unit-log-line-data-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .1rem;
    max-width: 90px;
    margin-left: auto;
}
.business-unit-log-line-data-box small {
    color: #4F4F4F;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}
.business-unit-log-line-data-box h6 {
    color: #242424;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}
.business-unit-log-line-data-box h6 b{
    font-size: 10px;
}

.business-unit-log-title-wrapper {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 1rem;
}
.business-unit-log-title-wrapper h3{
    color: #242424;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
/* last page update */
.last-page-update-wrapper {
    display: flex;
}
.last-page-update-box {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 2px;
    border: 2px solid #B0B0B0;
    transition: .3s;
    width: 100%;
}
.last-page-update-box:hover{
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
}
.last-page-update-box h4 {
    margin-bottom: 0px;
}
/* business unit panel */
.business-unit-header-title-wrapper{
    display: flex;
    padding-left: 1rem;
    align-items: center;
}
.business-unit-header-title-wrapper h3{
    color: #FFF;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
}
.business-unit-panel-smallcard {
    width: 325px;
    border-radius: 2px;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17), 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    padding: 1rem;
    gap: 1rem;
    height: 100%;
}
.business-unit-panel-smallcard:hover {
    transition: .3s;
    transform: scale(1.01);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.business-unit-panel-smallcard-top {
    display: flex;
    gap: .75rem;
    align-items: center;
}
.business-unit-panel-smallcard-badge-icon {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-unit-panel-smallcard-top h4 {
    color: #242424;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}
.business-unit-panel-smallcard-top h5 {
    color: #000;
    font-size: 10px;
    font-weight: 300;
    display: flex;
    align-items: end;
    margin-bottom: 0;
}
.business-unit-panel-smallcard-content h3{
    color: #242424;
    font-family: Nunito;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.business-unit-panel-line-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business-unit-panel-line-content h3 {
    color: #292929;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
}
.business-unit-panel-line-content h5 {
    color: #000;
    text-align: right;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
}
.main-info-tooltip-limited {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.business-unit-panel-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pb-100 { padding-bottom: 100px;}
.business-unit-panel-top-content {
    overflow-y: auto;
    max-height: 554px;
}
.business-unit-panel-top-tab-link {
    color: #888;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    cursor: pointer
}
.business-unit-panel-top-tab-link.active {
    color: #0688FF !important;
}
.business-unit-panel-top-table-wrapper table {
    width: 100%;
}
.business-unit-panel-top-table-wrapper table tr:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
}
.business-unit-panel-top-table-wrapper table tr td{
    padding: 8px 5px;
}
.business-unit-panel-top-table-name-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.business-unit-panel-top-table-name-text-box {
}
.business-unit-panel-top-table-name-box small{
    color: #4F4F4F;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.business-unit-panel-top-table-name-box p{
    margin-bottom: 0px;
    color: #242424;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.business-unit-panel-top-table-icon-box {
    min-width: 36px;
    min-height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-unit-panel-top-table-value-box {
    min-width: max-content;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 29px;
}
.business-unit-panel-top-table-value-box span{
    color: #000;
    text-align: right;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}
.consultant-timeline-line-info-box .customtooltip-content.wallet-growth-text {
    width: 250px;
}
.consultant-timeline-line-info-box .customtooltip-content.percent-growth-text {
    width: 350px;
}
/* business unit filter wrapper  */
.businessunit-table-filter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.businessunit-form-filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.businessunit-form-filter-actions-group {
    grid-column: 4;
    justify-self: end;
    display: flex;
    align-items: center;
  }
.businessunit-form-filter-label {
    color: #222;
    font-family: "Nunito Sans", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
.businessunit-form-filter-input {
    border-radius: 2px;
    background: #E7E7E7;
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
}
.businessunit-form-filter-select {
    border-radius: 2px;
    background: #E7E7E7;
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    cursor: pointer;
}
.businessunit-table-wrapper {
    overflow-y: auto;
}
.businessunit-table-wrapper table{
    min-width: 1350px;
}
/*  */
.businessunit-plans-tabs-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.businessunit-plans-tabs-button {
    border-radius: 2px;
    display: flex;
    height: 47px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
    color: #222;
}
.businessunit-plans-tabs-button.active {
    background: #222;
    color: #fff;
}
.businessunit-custom-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.businessunit-custom-form-row {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.businessunit-custom-input {
    border-radius: 2px;
    background: #E7E7E7;
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    width: 100%;
}
.businessunit-custom-label {
    color: #222;
    font-family: "Nunito Sans", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
}
.businessunit-custom-select {
    border-radius: 2px;
    background: #E7E7E7;
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}
.businessunit-createuser-modal-message {
    color: #332E38;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.businessunit-createuser-modal-icon-wrapper {
    display: flex;
    justify-content: center;
}
.businessunit-createuser-modal-message-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* feedbackmodal */
.feedback-modal-dialog {
    width: 375px;
}
.feedback-modal-dialog .modal-header {
    border-bottom: 0px;
}
.feedback-modal-dialog .modal-content {
    padding: 1rem;
}
.feedback-modal-dialog .modal-content {
    padding: 1rem;
}
.feedback-modal-dialog .modal-footer {
    border: none;
}
.feedback-modal-text {
    color: #5D5D5D;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.feedback-modal-text-small {
    color: #5D5D5D;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.feedback-modal-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 110%;
    color: #4F4F4F;
}
.feedback-modal-button-primary {
    background-color: #0688FF;
    border: 1px solid #0688FF;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 1rem;
}
.feedback-modal-button-secondary {
    background-color: #fff;
    color: #6D6D6D;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 1rem;
    border: 1px solid #6D6D6D;
}
.feedback-modal-sliders-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* business unit faq */
.business-unit-faq-page-title-wrapper {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between; 
}
.business-unit-faq-page-title {
    color: #222;
    font-family: "Nunito Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
}
.page-title-wrapper a {
    display: flex;
    align-items: center;
}
.page-title-wrapper .custom-link {
    color: var(--Eeerie-Black, #222);
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
}
.business-unit-faq-mainwrapper {
    background-image: url('../../images/prime-consultant/faq-background-ghost.png');
    background-repeat: no-repeat;
    background-position: 100%;
    min-height: 535px;
}
.business-unit-faq-row {
    display: flex;
    gap: 1.5rem;
}
.business-unit-faq-card {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}
.business-unit-faq-tab-list {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.business-unit-faq-tab-button.active-tab, .business-unit-faq-tab-button:hover{
    background: #222;
    color: #fff;
}
.business-unit-faq-tab-button{
    background: #fff;
    color: #222;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    cursor: pointer;
    color: #222;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.business-unit-faq-tab-card {
    flex: 30% 0;
}
.business-unit-faq-tabpanel {
    display: flex;
    flex: 0 70%;
    flex-direction: column;
    gap: .75rem;
    position: relative;
}
.business-unit-faq-tabitem {
    width: 100%;
    padding: 12px 16px;
    border-radius: 2px;
    background: #FFF;
    color: #000;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-direction: column;
    transition: 
        transform 0.3s ease, 
        opacity 0.3s ease, 
        background-color 0.3s ease;
}
.business-unit-faq-tabitem-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.business-unit-faq-tabitem-header h6 {
    margin-bottom: 0;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.icon-plus-box-for-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
}
.icon-plus-for-tabs .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.business-unit-faq-tabitem.active-tab .icon-plus-for-tabs .vertical {
  transform: scaleY(0);
  opacity: 0;
}
.business-unit-faq-tabitem.active-tab {
    background: #222;
    gap: .75rem;
}
.business-unit-faq-tabitem.active-tab .business-unit-faq-tabitem-header h6  {
    color: #fff;
}
.business-unit-faq-tabitem.active-tab .business-unit-faq-tabitem-header .icon-plus-box-for-tabs rect {
    fill: #fff;
}
.business-unit-faq-tabitem-body {
    display: flex;
}
.business-unit-faq-tabitem-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.business-unit-faq-tabitem.active-tab .business-unit-faq-tabitem-body {
  max-height: 500px;
}

.business-unit-faq-tabitem-body-list {
    display: flex;
    flex-direction: column;
    list-style: disc;
}
.business-unit-faq-tabitem-body-list li {
    color: #fff;
}
.business-unit-faq-tabitem-body-list li p {
    color: #fff;
    margin-bottom: 0;
    color: #F6F6F6;
    font-family: "Nunito Sans", sans-serif;
}
.feedback-modal-slider-title {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.business-unit-faq-seach-label {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 40%;
}
.business-unit-faq-seach-label span {

}
.business-unit-faq-seach-label input::placeholder {
  color: #6D6D6D;
  opacity: 1;
}
.business-unit-faq-seach-label input::-ms-input-placeholder {
  color: #6D6D6D;
}
.business-unit-faq-seach-label input {
    background-color: #fff;
    border: none;
    width: 100%;
    color: #6D6D6D;
}
.business-unit-faq-seach-label input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.business-unit-faq-tabitem-loading-wrapper {
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
}
.business-unit-faq-tabitem-loading {
  color: #000;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.business-unit-faq-tabitem-empty-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.business-unit-faq-tabitem-empty-text {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.business-unit-chat-main-card {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    padding: 24px;
    height: calc(100vh - 120px)
}
.business-unit-chat-row {
    display: flex;
    gap: 14px;
    height: 100%;
    width: 100%;
}
.business-unit-chat-contacts-bloc {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    border-right: 1px solid #B0B0B0;
    min-width: 268px;
    padding-right: 12px;
    overflow-y: auto;
}
.business-unit-chat-message-bloc {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.business-unit-chat-hidden-button-box {
    display: none;
}
.business-unit-chat-hidden-button {
    display: flex;
    margin-bottom: 1rem;
    background: none;
    border: none;
    color: #3D3D3D;
    font-size: 1rem;
    cursor: pointer;
}
.business-unit-chat-contacts-search-input {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    border-radius: 2px;
    background: #E7E7E7;
    width: 100%;
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.business-unit-chat-contacts-recents-box {
    display: flex;
    flex-direction: column;
}
.business-unit-chat-contacts-all-box {
    display: flex;
    flex-direction: column;
}
.business-unit-chat-contacts-box-title {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.business-unit-chat-contacts-list-bloc {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.business-unit-chat-contacts-list-item.active-item {
    border-radius: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.business-unit-chat-contacts-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.business-unit-chat-contacts-list-item-image {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}
.business-unit-chat-contacts-list-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.business-unit-chat-contacts-list-item-content small {
    color: #4F4F4F;
}
.feedback-slider {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.slider-line {
    position: relative;
    height: 2px;
    background-color: #88DDFF;
    border-radius: 2px;
    margin: 0 20px;
}

.slider-fill {
    position: absolute;
    height: 2px;
    background-color: #0688FF;
    border-radius: 2px;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.slider-dot {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #88DDFF;
    border: 1px solid #88DDFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.slider-dot.active {
    border-color: #0688FF;
    background-color: #0688FF;
}
.slider-dot.active:last-child {
    border: 2px solid #0688FF;
}

.slider-dot:nth-child(2) { left: 0%; }
.slider-dot:nth-child(3) { left: 25%; }
.slider-dot:nth-child(4) { left: 50%; }
.slider-dot:nth-child(5) { left: 75%; }
.slider-dot:nth-child(6) { left: 100%; }
.slider-description {
    display: flex;
    justify-content: space-between;
}
.slider-description span {
    color: #8a8a8a; /* 4F4F4F */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
}
.business-unit-chat-contacts-list-item-content h6 {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}
.business-unit-chat-contacts-list-item-header {
    display: flex;
    width: 100%; 
    justify-content: space-between;
}
.chat-contact-status {
    height: 14px;
    width: 14px;
    border-radius: 100%;
}
.chat-contact-status.isOnline {
    background-color: #1C7944;
}
.chat-contact-status.isOffline {
    background-color: #B0B0B0;
}
.chat-contact-status.hasMessage {
    /* background-color: #FF9800; */
    background-color: #1C7944;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.business-unit-chat-message-bloc-empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.business-unit-chat-message-bloc-empty h4{
    color: #3D3D3D;
    font-size: 18px;
}
.feedback-modal-input-item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.feedback-modal-input-item label {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.business-unit-chat-message-bloc-empty h6{
    color: #3D3D3D;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-size: 16px;
}
.business-unit-chat-message-userinfo-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: .5rem;
    padding-bottom: .3rem;
}
.business-unit-chat-message-userinfo-image {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}
.business-unit-chat-message-userinfo-content {
    display: flex;
    flex-direction: column;
}
.business-unit-chat-message-userinfo {
    display: flex;
    flex-direction: column;
}
.business-unit-chat-message-userinfo small {
    color: #4F4F4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.business-unit-chat-message-userinfo h6 {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}
.business-unit-chat-messages-wrapper {
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 0.5rem;
}

.business-unit-chat-messages-wrapper &gt; *:not(:last-child) {
    margin-top: 1.5rem;
}

.business-unit-chat-messages-wrapper::-webkit-scrollbar {
    width: 8px;
}
.business-unit-chat-messages-wrapper::-webkit-scrollbar-track {
    background-color: #f3f4f6;
    border-radius: 4px;
}

.business-unit-chat-messages-wrapper::-webkit-scrollbar-thumb {
    background-color: #292929;
    border-radius: 4px;
    border: 2px solid #f3f4f6;
}

.business-unit-chat-messages-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: white;
}
.business-unit-chat-messages-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #292929 #f3f4f6;
}
.min-w-170px {
    min-width: 170px;
}
.feedback-modal-input-item textarea {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.feedback-modal-input-item textarea::placeholder {
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.contract-terms-form-group {
    display: flex;
    gap: .5rem;
    cursor: pointer;
}
.irrf-page-title {
    color: #0688FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}</pre></body></html>