.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; } .image-logo { margin-top: 0; margin-bottom: 25px; align-items: center; justify-content: center; display: flex; } .modal { display: flex; flex-direction: column; /*justify-content: center;*/ /*align-items: center;*/ padding: 32px; gap: 24px; position: absolute; width: 600px; height: 800px; left: calc(50vw - 300px); top: calc(50vh - 400px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: #ddd; background-color: #FFFFFF; color: #0D1C52; box-shadow: none; border-radius: 32px; } .modal::-webkit-scrollbar { width: 5px; } .modal::-webkit-scrollbar-track { background: #ddd; } .modal::-webkit-scrollbar-thumb { background: #777; } .share-files { text-align: left !important; align-items: initial; color: #0D1C52; width: 100%; } .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; gap: 8px; padding: 0; } .single-button-input { flex: 1; } .radio-input { display: none; color: #B9CFE4; } .label-available { cursor: pointer; border: 1px solid #0D1C52; border-radius: 5px; width: 100%; height: 55px; padding-top: 15px; } .label-text { font-size: 23px; padding-left: 4px; } .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; width: 100%; height: 94px; margin-top: 14px; background: #90278F; border-radius: 30px; /* Inside auto layout */ flex: none; order: 2; align-self: stretch; flex-grow: 0; color: #FFFFFF; font-size: 35px; } .share-button:hover { /* Auto layout */ display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 32px; gap: 10px; width: 100%; height: 94px; margin-top: 14px; background: #FFA463; border-radius: 30px; /* Inside auto layout */ flex: none; order: 2; align-self: stretch; flex-grow: 0; color: #FFFFFF; font-size: 35px; } .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: 15px; } .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; }