.drag-drop-container{display:flex;position:relative}.drag-drop-container .MuiTypography-root{color:#fff}.drag-drop-container .MuiCardHeader-root{background-color:#01cdce;color:#fff}.drag-drop-container .MuiCardContent-root{padding:0;overflow:hidden;border:1px solid #01cdce;display:flex;flex:1;background-color:#fff}.drag-drop-container .MuiCardContent-root:last-child{padding-bottom:0}.drag-drop-container .MuiTypography-root.MuiCardHeader-title{font-size:18px;font-weight:600;color:#fff!important;font-family:var(--font-montserrat)}.drag-drop-container .source-container{display:flex;height:100%;width:100%}.drag-drop-container .source-container.target{background-color:#fff}.drag-drop-container .source-container .source-view{display:flex;flex-direction:column;padding:15px 15px 0;overflow:hidden;flex:1}.drag-drop-container .source-container .source-view .answer-list{display:flex;flex-direction:row;align-items:center;border:1px solid #4ccdcd;border-radius:8px;min-height:max-content;letter-spacing:.5px;cursor:move;overflow:hidden;word-spacing:3px;font-size:18px;font-weight:500;margin-bottom:15px}.drag-drop-container .source-container .source-view .answer-list .answer-index{display:flex;width:40px;height:100%;background-color:#01cdce;align-items:center;justify-content:center;color:#fff}.drag-drop-container .source-container .source-view .answer-list .multiple-answers{flex-wrap:nowrap;display:block;flex:1;align-items:center;justify-content:center;margin:16px!important;font-weight:400!important;color:var(--primary-text-color);font-size:16px!important;line-height:24px!important;font-family:sans-serif!important}.drag-drop-container .drag-animation{display:flex;width:20%;align-items:center;justify-content:center;flex-direction:row}.drag-drop-container .drag-animation .MuiSvgIcon-root:last-child,.drag-drop-container .drag-animation .MuiSvgIcon-root:nth-child(2){margin-left:-25px}.drag-drop-container .drag-animation .right-arrow{width:50px;height:50px;color:#51da61}.drag-drop-container .drag-animation .right-arrow.first{animation:firstarrow 1.25s ease-in-out 0s infinite normal none running}.drag-drop-container .drag-animation .right-arrow.second{animation:secondarrow 1.25s ease-in-out 0s infinite normal none running}.drag-drop-container .drag-animation .right-arrow.third{animation:thirdarrow 1.25s ease-in-out 0s infinite normal none running}@keyframes firstarrow{0%{opacity:1}50%{opacity:.5}to{opacity:.2}}@keyframes secondarrow{0%{opacity:.5}50%{opacity:1}to{opacity:.2}}@keyframes thirdarrow{0%{opacity:.2}50%{opacity:.5}to{opacity:1}}.drag-drop-container .target-container{display:flex;flex-direction:column;background-color:#fff}.practice-re-order-paragraphs{display:none;flex-direction:column;opacity:0;overflow:hidden;transform:translateY(-30px)}.practice-re-order-paragraphs.fade-in{animation:fadeIn .5s ease forwards;display:flex}.practice-re-order-paragraphs .practice-answer-header{font-size:18px;font-weight:600;font-family:var(--font-montserrat);border:1px solid #01cdce;border-radius:20px 20px 0 0;padding:8px 16px;display:flex;justify-content:center;align-items:center;color:#01cdce!important}.practice-re-order-paragraphs .practice-answer-body{border-left:1px solid rgba(0,0,0,.1019607843);border-right:1px solid rgba(0,0,0,.1019607843);border-bottom:1px solid rgba(0,0,0,.1019607843);border-radius:0 0 20px 20px;padding:16px;font-size:16px;font-weight:400;font-family:var(--font-montserrat)}.practice-re-order-paragraphs .practice-answer-body .practice-answer-box-list{display:flex;gap:10px;justify-content:center;align-items:center}.practice-re-order-paragraphs .practice-answer-body .practice-answer-box-list .practice-answer-box{height:40px;width:40px;background-color:#51da61;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:2100px){.reorder-paragraph-container .main-page-center{padding:1rem 10rem}}@media(max-width:1920px){.drag-drop-container .source-container .source-view .answer-list{font-size:16px}}@media(max-width:1620px){.reorder-paragraph-container .main-page-center{padding:1rem 13rem;gap:15px}}@media(max-width:1475px){.drag-drop-container .source-container .source-view{padding:10px 10px 0}.drag-drop-container .source-container .source-view .answer-list{border-radius:8px;font-size:14px;margin-bottom:10px}.drag-drop-container .source-container .source-view .answer-list .answer-index{width:40px}.drag-drop-container .source-container .source-view .answer-list .multiple-answers{margin:10px}.drag-drop-container .drag-animation{width:18%}.drag-drop-container .drag-animation .MuiSvgIcon-root:last-child,.drag-drop-container .drag-animation .MuiSvgIcon-root:nth-child(2){margin-left:-18px}.drag-drop-container .drag-animation .right-arrow{width:30px;height:30px}}@media(max-width:1280px){.reorder-paragraph-container .main-page-center{padding:1rem 6rem}}@media(max-width:1024px){.reorder-paragraph-container .main-page-center{padding:1rem 4.5rem;gap:10px}}@media(max-width:767px){.practice-re-order-paragraphs .practice-answer-header{font-size:16px!important}.practice-re-order-paragraphs .practice-answer-body{font-size:14px!important}.practice-re-order-paragraphs .practice-answer-body .practice-answer-box-list .practice-answer-box{height:30px;width:30px;font-size:14px}}