﻿.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;
    word-wrap: break-word;
}

.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;
}

.dropzone {
    border-radius: 4px;
    border: 2px dashed #0087f7 !important;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.dz-success-mark {
    background-color: rgb(102, 187, 106, 0.8) !important;
}

    .dz-success-mark svg {
        font-size: 54px;
        fill: #fff !important;
    }

.dz-error-mark {
    background-color: rgba(239, 83, 80, 0.8) !important;
}

    .dz-error-mark svg {
        font-size: 54px;
        fill: #fff !important;
    }

#mytmp .dz-remove {
    z-index: 999;
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    margin-left: -16px;
    margin-top: -16px;
}

    #mytmp .dz-remove svg {
        fill: #444;
        cursor: pointer;
    }
