| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- .select2-selection__rendered {
- line-height: 31px !important;
- }
-
- .select2-container .select2-selection--single {
- height: 38px !important;
- }
-
- .select2-selection__arrow {
- height: 34px !important;
- }
-
- .default-layout {
- margin-left: 0px !important;
- }
-
- .answerable {
- background-color: rgb(96, 208, 86);
- border-color: rgb(96, 208, 86);
- }
-
- .answered {
- background-color: rgb(102, 170, 96);
- border-color: rgb(102, 170, 96);
- }
-
- .correct {
- background-color: rgb(126, 232, 116);
- border-color: rgb(126, 232, 116);
- }
-
- .correct.answered {
- background-color: rgb(247, 247, 247);
- border-color: rgb(0, 255, 0);
- }
-
- .wrong {
- background-color: rgb(242, 119, 119);
- border-color: rgb(242, 119, 119);
- }
-
- .wrong.answered {
- background-color: rgb(247, 247, 247);
- border-color: rgb(255, 0, 0);
- }
-
- body {
- background: url('../img/gradient.png') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- size: 16px;
- font-weight: bold;
- min-height: 100vh;
- height: fit-content;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .image-logo {
- margin-top: 0;
- margin-bottom: 1.5rem;
- align-items: center;
- justify-content: center;
- display: flex;
- }
-
- @media(max-width: 370px){
- .image-logo-image {
- width: 250px;
- }
- }
-
- .modal {
- display: flex;
- flex-direction: column;
- /*justify-content: center;*/
- /*align-items: center;*/
- padding: 32px;
- gap: 24px;
-
- max-width: 600px;
- height: fit-content;
- overflow-y: auto;
- scrollbar-width: thin;
- scrollbar-color: #ddd;
- background-color: #FFFFFF;
- color: #0D1C52;
- box-shadow: none;
- border-radius: 32px;
- margin: 1.3rem;
- }
-
- .modal::-webkit-scrollbar {
- width: 5px;
- }
-
- .modal::-webkit-scrollbar-track {
- background: #ddd;
-
- }
-
- .modal::-webkit-scrollbar-thumb {
- background: #777;
- }
-
- .modal-content {
- border-radius: 18px;
- }
-
- .share-files {
- text-align: left !important;
- align-items: initial;
- color: #0D1C52;
- width: 100%;
- }
-
- h1 {
- text-align: center;
- font-size: 2rem;
- margin-bottom: 2rem;
- }
-
- .share-files-form {
- color: #0D1C52;
- width: 100%;
- }
-
- .button-box {
- text-align: center;
- margin-top: 10px;
- margin-bottom: 0;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 0;
- }
-
- .single-button-input {
-
- }
-
- .radio-input {
- display: none;
- color: #B9CFE4;
- }
-
- .label-available {
- cursor: pointer;
- border: 1px solid #0D1C52;
- border-radius: 5px;
- width: 100%;
- justify-content: center;
- align-items: center;
- display: flex;
- height: 54px;
- min-height: fit-content;
- }
-
- @media(max-width: 370px){
- .label-available {
- flex-direction: column;
- }
- }
-
- .label-text {
- font-size: 1.3rem;
- padding: 0.5rem;
- }
-
- .label-text-lower {
- font-size: 16px;
- color: #FFA463;
- }
-
- .radio-input:checked ~ .label-available {
- /*background-color: #FFA463 !important;*/
- background-color: #90278F;
- color: #FFFFFF;
- }
-
- .share-button {
- /* Auto layout */
-
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 32px;
- gap: 10px;
-
- text-transform: capitalize;
-
- width: 100%;
- background: #90278F;
-
- margin-top: 2rem;
- font-size: 1.3rem;
- height: 72px;
- border-radius: 18px;
- /* Inside auto layout */
-
- flex: none;
- order: 2;
- align-self: stretch;
- flex-grow: 0;
- color: #FFFFFF;
- }
-
- #filesUploaded {
- font-weight: 500;
- }
-
- .share-button:hover {
- /* Auto layout */
-
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 32px;
- gap: 10px;
-
- width: 100%;
- background: #FFA463;
- margin-top: 2rem;
- font-size: 1.3rem;
- height: 72px;
- border-radius: 18px;
-
- /* Inside auto layout */
-
- flex: none;
- order: 2;
- align-self: stretch;
- flex-grow: 0;
- color: #FFFFFF;
- }
-
- .input-message {
- box-sizing: border-box;
-
- width: 100%;
- height: 90px;
-
- /* white */
-
- background: #FFFFFF;
- border: 1px solid #8F9DCE;
- border-radius: 4px;
- }
-
- .drop-here {
- box-sizing: border-box;
-
- width: 100%;
- height: 90px;
-
- /* white */
-
- background: #FFFFFF;
- border: 1px dashed #8F9DCE;
- border-radius: 4px;
- display: inline-block; /* [4] */
- vertical-align: middle;
- text-align: center;
- }
-
- .default-text {
- margin-top: 15px;
- height: 100%;
- /*text-align: center;*/
- }
-
- .link-show {
- align-items: center;
- align-self: center;
- align-content: center;
- border: 1px solid #8F9DCE;
- border-radius: 10px;
- color: #0D1C52;
- margin-bottom: 1rem;
- }
-
- .browse-button {
- color: dodgerblue;
- margin-bottom: 3px;
- margin-left: 0px;
- }
-
- .image-file-upload {
- position: center;
- margin-top: 12px;
- margin-bottom: 3px;
- padding: 0 !important;
- }
-
- .text-files-upload {
- margin-top: 2px;
- margin-right: 0;
- }
-
- .share-more-files-button {
- padding-left: 4px;
- color: #FFA463;
- }
-
- .share-more-files-button:hover {
- color: #90278F;
- }
-
- p {
- padding-left: 2px;
- font-size: 20px;
- }
-
- .switch {
- position: relative;
- display: inline-block;
- width: 60px;
- height: 34px;
- padding: 0.5rem;
- }
-
- .switch input {
- opacity: 0;
- width: 0;
- height: 0;
- }
-
- .slider {
- position: absolute;
- cursor: pointer;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #ccc;
- -webkit-transition: .4s;
- transition: .4s;
- }
-
- .slider:before {
- position: absolute;
- content: "";
- height: 26px;
- width: 26px;
- left: 4px;
- bottom: 4px;
- background-color: white;
- -webkit-transition: .4s;
- transition: .4s;
- }
-
- input:checked + .slider {
- background-color: #90278F;
- }
-
- input:focus + .slider {
- box-shadow: 0 0 1px #90278F;
- }
-
- input:checked + .slider:before {
- -webkit-transform: translateX(26px);
- -ms-transform: translateX(26px);
- transform: translateX(26px);
- }
-
- /* Rounded sliders */
- .slider.round {
- border-radius: 34px;
- }
-
- .slider.round:before {
- border-radius: 50%;
- }
-
- .tooltip-div {
- position: relative;
- display: inline-block;
- margin-right: 5px;
- }
-
- .tooltip-div .tooltip-label {
- visibility: hidden;
- width: 150px;
- background-color: black;
- color: #fff;
- text-align: left;
- border-radius: 6px;
- padding: 5px 0;
-
- /* Position the tooltip */
- position: absolute;
- z-index: 1;
- top: 100%;
- left: 50%;
- margin-left: -60px;
- }
-
- .tooltip-div:hover .tooltip-label {
- visibility: visible;
- }
|