@charset "utf-8";
/* CSS Document */
body { overflow-y: scroll; /* Add the ability to scroll */ } body::-webkit-scrollbar { width: 0; /* width of the entire scrollbar */ } body::-webkit-scrollbar-track { display: none; /* color of the tracking area */ } body::-webkit-scrollbar-thumb { display: none; } /* Works on Firefox */ * { scrollbar-width: 0; scrollbar-color: transparent; } /* Works on Chrome, Edge, and Safari */ *::-webkit-scrollbar { width: 0; } *::-webkit-scrollbar-track { display: none; } *::-webkit-scrollbar-thumb { display: none; } .section-title3 { margin-bottom: 15px; padding: 15px; display: flex; align-items: center; justify-content: space-between; background: rgba(126,128,132, 0.3); border: none; border-left: 15px solid rgba(153,153,153, 0.45); color: rgba(204, 207, 211, .7) } .text-primary-9 { color: #06A3DA !important; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" } .text-primary-9:hover { color: #abb2ba !important } .btn-outline-secondary { color: #06A3DA !important; background-color: transparent; border-color: #06A3DA !important; border-width: 2px !important; } .btn-outline-secondary:hover { color: #505965 !important; background-color: transparent; border-color: #505965 !important; border-width: 2px !important; } .no-copy { -webkit-user-select: none; /* Chrome Todos / Safari Todos */ -moz-user-select: none; /* Firefox Todos */ -ms-user-select: none; /* IE 10+ */ -o-user-select: none; user-select: none; } @media Print { html,body { opacity: 0; } } .alert { display: block; position: fixed; z-index: 1; top: 27%; width: 100%; height: 100%; overflow: auto; background-color: transparent; padding: inherit } .text-primary-10 { color: #8b9096 !important; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" } .cover{ position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background: #272b30; z-index:100; } .text-primary-6 { color: #06A3DA !important; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" } .text-primary-6:hover { color: #f0f0f0 !important; }

