*, :after, :before {box-sizing: border-box;}#root, body, html {height: 100%;}body {margin: 0px;}::-webkit-scrollbar {cursor: pointer;}::-webkit-scrollbar-track {border-radius: 5px;width: 6px;height: 6px;}::-webkit-scrollbar-thumb {background-color: #cbcedb;border: 4px solid transparent;border-radius: 8px;background-clip: content-box;}::-webkit-scrollbar-thumb:hover {cursor: pointer;background-color: #c3c6d3;}.pageLoaderContainer {width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;}.loadingLogo {width: 100px;}.loadingLogo #c-letter, .loadingLogo #rec-shape {fill: transparent;stroke: #5567d5;stroke-dasharray: 385;}.loadingLogo #c-letter {stroke-dasharray: 385;stroke-dashoffset: 385;animation: c-letter-animate 5s ease;animation-iteration-count: infinite;}.loadingLogo #rec-shape {stroke-dasharray: 830;stroke-dashoffset: 830;animation: rec-animate 5s ease;animation-iteration-count: infinite;}.img-fluid {width: 100%;max-width: 100%;display: block;}input[type="checkbox"] {display: block !important;}@keyframes c-letter-animate {0% {stroke-dashoffset: 385;fill: transparent;}30% {stroke-dashoffset: 385;fill: transparent;}35% {stroke-dashoffset: 385;fill: transparent;}50% {stroke-dashoffset: 0;fill: transparent;}60% {stroke-dashoffset: 0;fill: #5567d5;}70% {stroke-dashoffset: 0;fill: transparent;}80% {stroke-dashoffset: 385;fill: transparent;}100% {stroke-dashoffset: 385;fill: transparent;}}@keyframes rec-animate {0% {stroke-dashoffset: 830;fill: transparent;}20% {stroke-dashoffset: 0;fill: transparent;}30% {stroke-dashoffset: 0;fill: #5567d5;}80% {stroke-dashoffset: 0;fill: #5567d5;}90% {stroke-dashoffset: 0;fill: transparent;}100% {stroke-dashoffset: 830;fill: transparent;}}@-moz-keyframes spin {100% {-moz-transform: rotate(360deg);}}@-webkit-keyframes spin {100% {-webkit-transform: rotate(360deg);}}@keyframes spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}

/* Added the following css rule to hide the cookie pro floating button */
#ot-sdk-btn-floating {display: none !important;}