.Header_header__KwdYD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem
}

.Header_logo____uDV {
    display: flex;
    border: 1px solid gray;
    background: white;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    height: 2.8rem;
    cursor: pointer;
    z-index: 3
}

.Header_logo____uDV>svg {
    font-size: 1.5rem;
    margin-right: .5rem
}

.Header_logo____uDV:hover {
    height: 3rem
}

.Main_main__7rAfL {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 27rem;
    border-radius: 5px;
    border: 1px solid #ddd
}

.Main_mHeader__kM2wt {
    text-align: center;
    padding: 2rem 1rem
}

.Main_mHeader__kM2wt>svg {
    font-size: 2rem;
    color: #0d48ea
}

.Main_mHeader__kM2wt>h2 {
    font-size: 1.3rem
}

.Main_mBody__JFO_F {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    max-height: 20rem;
    overflow-y: auto
}

.Main_mFooter__GnCcZ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.Main_mFooter__GnCcZ>.Main_save__Thywr {
    color: #0d48ea;
    cursor: pointer
}

.Main_mFooter__GnCcZ>.Main_dbutton__hBbo2 {
    background-color: #2f70df;
    padding: .5rem 1rem;
    color: #fff;
    cursor: pointer
}

.Main_mFooter__GnCcZ>.Main_dbutton__hBbo2:hover {
    background-color: #1853b9
}

.List_lists__LnwbQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 600;
    padding: 1rem;
    cursor: pointer
}

.List_lists__LnwbQ:hover {
    background-color: #d5d5d5
}

.List_lists__LnwbQ>svg {
    font-size: 1.5rem;
    color: #2f70df
}

.List_lists__LnwbQ>.List_fileinfo__c6jyN {
    display: flex;
    align-items: center
}

.List_lists__LnwbQ>.List_fileinfo__c6jyN>img {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem
}

.List_lists__LnwbQ>.List_fileinfo__c6jyN>.List_desc__8twXg {
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.List_lists__LnwbQ>.List_fileinfo__c6jyN>.List_desc__8twXg>p {
    font-size: .9rem;
    margin: 0
}

.List_lists__LnwbQ>.List_fileinfo__c6jyN>.List_desc__8twXg>em {
    font-size: .6rem;
    font-weight: 400
}

.Modal_Modal__R1nRK {
    min-width: 432px;
    max-width: 532px;
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 1.5rem 2rem;
    background: white;
    transform: translate(-50%, -50%);
    z-index: 200;
    transition: all .3s ease-out
}

.Modal_Modal__R1nRK .Modal_mdHeader__B4LJr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .5rem 0 1rem
}

.Modal_Modal__R1nRK .Modal_mdHeader__B4LJr>svg {
    font-size: 2.3rem;
    color: #0d48ea
}

.Modal_Modal__R1nRK .Modal_mdHeader__B4LJr>h2 {
    font-size: 1.5rem
}

.Modal_Modal__R1nRK p {
    font-size: 1.2rem;
    margin: 0
}

.Modal_Modal__R1nRK form {
    margin: 2rem auto 0
}

.Modal_Modal__R1nRK form>p {
    margin: .2rem auto;
    color: #ff0000dc;
    font-size: .8rem;
    font-weight: 600
}

.Modal_Modal__R1nRK form>input {
    display: block;
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da
}

.Modal_Modal__R1nRK form>input:hover {
    border: 1px solid #1b1b1b
}

.Modal_Modal__R1nRK form .Modal_checkb__qXEOY {
    display: flex;
    align-items: center
}

.Modal_Modal__R1nRK form .Modal_checkb__qXEOY>label {
    margin: 0
}

.Modal_Modal__R1nRK form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    border: none;
    background-color: #2f70df;
    color: #fff;
    padding: .5rem;
    margin: .5rem 0
}

.Modal_Modal__R1nRK form>button:hover {
    background-color: #1853b9
}

.Modal_Modal__R1nRK form>button.Modal_btlogo__4VEzP {
    background-color: transparent;
    color: #000;
    border: .05rem solid #768290
}

.Modal_Modal__R1nRK form>button.Modal_btlogo__4VEzP:hover {
    background-color: #7682904c
}

.Modal_Modal__R1nRK form>button.Modal_btlogo__4VEzP>img,
.Modal_Modal__R1nRK form>button.Modal_btlogo__4VEzP>svg {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .5rem
}

.Modal_ModalOpen__gsCQs {
    animation: Modal_openModal__kzax6 .6s ease-out forwards
}

.Modal_ModalClosed__CxKT6 {
    animation: Modal_closeModal__Xq1zm 1s ease-out forwards
}

@keyframes Modal_openModal__kzax6 {
    0% {
        opacity: 0;
        transform: translate(-50%, -100%)
    }
    50% {
        opacity: 1;
        transform: translate(-50%, 20%)
    }
    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

@keyframes Modal_closeModal__Xq1zm {
    0% {
        opacity: 1;
        transform: translate(-50%)
    }
    50% {
        opacity: .8;
        transform: translate(-50%, 60%)
    }
    to {
        opacity: 0;
        transform: translate(-50%, -100%)
    }
}

@media (max-width:600px) {
    .Modal_Modal__R1nRK {
        min-width: 90%
    }
}

.Backdrop_Backdrop__UjsgW {
    display: block;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5)
}

.Backdrop_Backdrop__UjsgW,
.page_vid__iU1QG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page_vid__iU1QG {
    object-fit: cover;
    z-index: -1
}