.spinner-container{top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.4588235294);transition:.2s}.spinner,.spinner-container{position:fixed;z-index:10000!important}.spinner{top:50%;left:50%;color:#2874f0}.header-container{background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 2rem;border-bottom:1px solid #e3e3e3;z-index:999;position:sticky;top:0}.header-container .header-mobile-menu-icon{display:none;margin-right:1rem}@media only screen and (max-width:500px){.header-container .header-mobile-menu-icon{display:block}}.header-container .admin-header-mobile-menu-icon{display:none;margin-right:1rem}@media only screen and (max-width:768px){.header-container .admin-header-mobile-menu-icon{display:block}}.header-container .logo-container{display:flex;flex-direction:row;align-items:center;cursor:pointer;transition:opacity .2s ease}.header-container .logo-container:hover{opacity:.85}.header-container .logo-container .header-logo-image{height:2.25rem;-o-object-fit:contain;object-fit:contain}.header-container .logo-container .header-logo-text{font-size:1rem;font-weight:600;color:#2a2a2a;padding-left:.5rem}.header-container .profile-detail-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;-moz-column-gap:1rem;column-gap:1rem;flex:1}.header-container .profile-detail-container .profile-header-email{font-size:.875rem;color:#707070;font-weight:400}@media only screen and (max-width:700px){.header-container .profile-detail-container .profile-header-email{display:none}}.header-container .profile-detail-container .dropdown{position:relative}.header-container .profile-detail-container .profile-img{width:2.25rem;height:2.25rem;border-radius:50%;overflow:hidden;border:2px solid #2874f0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;-o-object-fit:cover;object-fit:cover}.header-container .profile-detail-container .profile-img:hover{border-color:#0e5fdc;box-shadow:0 0 0 3px rgba(40,116,240,.15)}.header-container .profile-detail-container .dropdown-menu{margin-top:.5rem;border:1px solid #e3e3e3;border-radius:.5rem;box-shadow:0 4px 16px rgba(0,0,0,.1);padding:.25rem 0;min-width:160px}.header-container .profile-detail-container .dropdown-item{cursor:pointer;padding:.625rem 1rem;font-size:.875rem;color:#2a2a2a;transition:background-color .15s ease}.header-container .profile-detail-container .dropdown-item:hover{background-color:#f0f4f9}.header-container .profile-detail-container .dropdown-item:active{background-color:#e3e3e3}.header-container .logged-out-profile-container{display:flex;flex-direction:row;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem}.header-container .logged-out-profile-container .btn-header-filled{padding:.5rem 1.25rem;background-color:#2874f0;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.header-container .logged-out-profile-container .btn-header-filled:hover{cursor:pointer;background-color:#0e5fdc}.header-container .logged-out-profile-container .btn-header-filled:active{background-color:#0049b2}.body-wrapper-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.body-outer-conatiner{flex:1;display:flex;flex-direction:row;overflow:auto}.body-outer-conatiner .body-sidebar-container{width:13rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}@media only screen and (max-width:500px){.body-outer-conatiner .body-sidebar-container{display:none;position:absolute}}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper{background:linear-gradient(180deg,#fff,#f8f9fc);border-right:1px solid #e3e3e3;box-shadow:2px 0 8px rgba(0,0,0,.04);position:fixed;width:13rem;height:100%;z-index:100;overflow:auto;display:flex;flex-direction:column;align-items:center;padding-top:.5rem}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar{width:4px}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-track{background:transparent}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-thumb{background:#e3e3e3;border-radius:4px}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-thumb:hover{background:#aaa}.body-outer-conatiner .body-sidebar-container .body-sidebar-element-tab{width:90%}.body-outer-conatiner .body-sidebar-container .body-sidebar-element{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;font-size:.9rem;font-weight:500;color:#707070;margin-top:.5rem;padding:.85rem 1rem;cursor:pointer;border-radius:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease;border-left:3px solid transparent;position:relative}.body-outer-conatiner .body-sidebar-container .body-sidebar-element i{font-size:1rem;width:1.25rem;text-align:center;transition:transform .2s ease}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:hover{background-color:#eee;color:#2a2a2a;transform:translateX(2px)}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:hover i{transform:scale(1.1)}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:active{background-color:#e0e0e0;transform:translateX(2px) scale(.98)}.body-outer-conatiner .body-sidebar-container .sidebar-active{border-left:3px solid #0a58ca;background:linear-gradient(90deg,#cfe2ff,rgba(207,226,255,.5));color:#0a58ca;font-weight:600;box-shadow:0 2px 8px rgba(10,88,202,.1)}.body-outer-conatiner .body-sidebar-container .sidebar-active i{color:#0a58ca}.body-outer-conatiner .body-sidebar-container .sidebar-active:hover{background:linear-gradient(90deg,#cfe2ff,rgba(207,226,255,.6));color:#0a58ca;transform:none}.body-outer-conatiner .body-sidebar-container .sidebar-active:active{background:linear-gradient(90deg,#9ec5fe,#cfe2ff);transform:scale(.98)}.body-outer-conatiner .body-sidebar-container .sidebar-disable{cursor:not-allowed;pointer-events:none;opacity:.6}.body-outer-conatiner .body-sidebar-container .sidebar-disable:active,.body-outer-conatiner .body-sidebar-container .sidebar-disable:hover{background-color:transparent;color:#707070;transform:none;box-shadow:none}.body-outer-conatiner .body-sidebar-container .sidebar-disable:active i,.body-outer-conatiner .body-sidebar-container .sidebar-disable:hover i{transform:none}.body-outer-conatiner .body-sidebar-container .logout-btn-container{display:flex;flex-direction:row;-moz-column-gap:.5rem;column-gap:.5rem;align-items:center;cursor:pointer;margin:1rem;align-self:flex-start;border:1px solid #e35d6a;border-radius:.5rem;padding:.5rem 1rem;transition:all .2s ease;background:transparent}.body-outer-conatiner .body-sidebar-container .logout-btn-container:hover{background-color:#f8d7da;border-color:#dc3545;transform:translateY(-1px);box-shadow:0 2px 8px rgba(220,53,69,.15)}.body-outer-conatiner .body-sidebar-container .logout-btn-container:active{background-color:#f1aeb5;transform:translateY(0);box-shadow:none}.body-outer-conatiner .body-sidebar-container .logout-btn-container img{width:1rem;height:1rem;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.body-outer-conatiner .body-sidebar-container .logout-btn-container:hover img{transform:scale(1.1)}.body-outer-conatiner .body-sidebar-container .logout-btn-container p{font-size:.85rem;font-weight:500;color:#dc3545}@media only screen and (max-width:500px){.body-outer-conatiner .body-sidebar-container-active{display:unset}}@font-face{font-family:Wanted Sans;src:url(/build/fonts/WantedSansVariable-BF65baf13a24667.ec7e011d980e8c12d524ffedf8e7aa04.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:DM Sans;src:url(/build/fonts/DMSans-VariableFont_opsz,wght.b230ddb7eabb4b25e12339f46002f445.ttf) format("truetype");font-weight:100 900;font-style:normal}body,html{height:100%;font-family:Wanted Sans,DM Sans!important;background-color:#f0f4f9}body,html,p{margin:0;padding:0}a{color:#2874f0;text-decoration:none;font-weight:500;transition:.2s}a:hover{color:#0e5fdc}.force-hide{display:none!important}.custom-modal-wrapper{z-index:9999;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto;flex-direction:row}.custom-modal-wrapper,.custom-modal-wrapper .custom-modal-container{transition:.5s;display:flex;justify-content:center;align-items:center}.custom-modal-wrapper .custom-modal-container{flex-direction:column;margin:auto;background:#fff;border-radius:10px;max-width:50%;padding:2rem 1.5rem;transform:translateY(-500%)}@media only screen and (max-width:500px){.custom-modal-wrapper .custom-modal-container{max-width:90%!important}}.custom-modal-wrapper .custom-modal-container #btn-modal-primary{background-color:#009639;color:#fff;padding:.5rem 1rem;margin-top:1rem;border:none;border-radius:.5rem;transition:.2s;cursor:pointer;text-align:center}.custom-modal-wrapper .custom-modal-container #btn-modal-primary:hover{background-color:#146c43}.custom-modal-wrapper .custom-modal-container #btn-modal-primary:active{scale:.98}.custom-modal-wrapper .custom-modal-container #btn-modal-secondary{color:#707070;padding:.5rem 1rem;margin-top:1rem;background-color:unset;border:none;transition:.3s;cursor:pointer;text-align:center;border-radius:.5rem}.custom-modal-wrapper .custom-modal-container #btn-modal-secondary:hover{background-color:#eee}.custom-modal-wrapper .custom-modal-container #btn-modal-secondary:active{background-color:#e0e0e0}.custom-modal-wrapper-do-not-close:active{transition:.1s}.custom-modal-wrapper-do-not-close:active .custom-modal-container{scale:.98}.loader-container{display:none!important}.body-container{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;background-color:#f0f4f9;overflow-y:auto}.body-container .problem-select-wrapper{display:flex;flex-direction:column;gap:1.5rem;max-width:1200px;width:100%;margin:0 auto}.body-container .problem-select-header{background:linear-gradient(135deg,#0a58ca,#084298);border-radius:1rem;padding:1.5rem 2rem;color:#fff;box-shadow:0 4px 20px rgba(10,88,202,.3)}.body-container .problem-select-header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.body-container .problem-select-header .header-title-section .page-heading{font-size:1.75rem;font-weight:700;margin:0;color:#fff}.body-container .problem-select-header .header-title-section .page-subtitle{font-size:.9rem;opacity:.9;margin:.25rem 0 0}.body-container .problem-select-header .header-stats{display:flex;gap:1rem}.body-container .problem-select-header .header-stats .stat-item{display:flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.15);padding:.75rem 1.25rem;border-radius:.75rem;backdrop-filter:blur(10px)}.body-container .problem-select-header .header-stats .stat-item i{font-size:1.25rem;opacity:.9}.body-container .problem-select-header .header-stats .stat-item .stat-info{display:flex;flex-direction:column}.body-container .problem-select-header .header-stats .stat-item .stat-info .stat-value{font-size:1.25rem;font-weight:700;line-height:1.2}.body-container .problem-select-header .header-stats .stat-item .stat-info .stat-label{font-size:.75rem;opacity:.85;text-transform:uppercase;letter-spacing:.5px}.body-container .notification-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#cfe2ff,rgba(207,226,255,.7));border:1px solid rgba(10,88,202,.2);border-radius:.75rem;padding:1rem 1.5rem}.body-container .notification-banner .notification-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#0a58ca;border-radius:.5rem;flex-shrink:0}.body-container .notification-banner .notification-icon i{font-size:1.1rem;color:#fff}.body-container .notification-banner .notification-text{font-size:.95rem;color:#084298;margin:0;font-weight:500}.body-container .notification-banner.notification-success{background:linear-gradient(135deg,#d1e7dd,rgba(209,231,221,.7));border-color:rgba(20,108,67,.2)}.body-container .notification-banner.notification-success .notification-icon{background:#146c43}.body-container .notification-banner.notification-success .notification-text{color:#0f5132}.body-container .problem-cards-section{background:#fff;border-radius:1rem;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden}.body-container .problem-cards-section .section-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e3e3e3;background:#f0f4f9}.body-container .problem-cards-section .section-header .section-title{font-size:1rem;font-weight:600;color:#2a2a2a;margin:0;display:flex;align-items:center;gap:.5rem}.body-container .problem-cards-section .section-header .section-title i{color:#0a58ca;font-size:1.1rem}.body-container .problem-cards-section .problem-card-list{padding:1rem;display:flex;flex-direction:column;gap:1rem}.body-container .problem-card-container{border-radius:.75rem;border:1px solid #e3e3e3;background-color:#fff;overflow:hidden;transition:all .3s ease}.body-container .problem-card-container:hover{border-color:rgba(10,88,202,.3);box-shadow:0 4px 16px rgba(10,88,202,.1)}.body-container .problem-card-container .problem-card-header-container{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.body-container .problem-card-container .problem-card-header-container:hover{background-color:rgba(207,226,255,.3)}.body-container .problem-card-container .problem-card-header-container .problem-card-header-mask{position:absolute;top:0;left:0;right:0;bottom:0}.body-container .problem-card-container .problem-card-header-container .problem-card-header-title-container{display:flex;flex-direction:column;gap:.25rem}.body-container .problem-card-container .problem-card-header-container .problem-card-header-title-container .problem-card-header-title{font-size:1.1rem;font-weight:600;color:#2a2a2a;margin:0;line-height:1.4}.body-container .problem-card-container .problem-card-header-container .problem-card-header-title-container .problem-card-header-enroll-count{display:flex;align-items:center;gap:.35rem;color:#707070;font-size:.85rem;font-weight:400;margin:0}.body-container .problem-card-container .problem-card-header-container .problem-card-header-title-container .problem-card-header-enroll-count i{font-size:.8rem;color:#0a58ca}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container{display:flex;flex-direction:row;align-items:center;-moz-column-gap:1rem;column-gap:1rem}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-header-tag{padding:.35rem .85rem;font-size:.8rem;font-weight:500;border-radius:2rem;text-transform:uppercase;letter-spacing:.3px}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-header-tag.tag-enrolled{background:linear-gradient(135deg,#cfe2ff,#9ec5fe);color:#0a58ca}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-header-tag.tag-filled{background:linear-gradient(135deg,#f8d7da,#f1aeb5);color:#b02a37}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-header-tag.tag-available{background:linear-gradient(135deg,#d1e7dd,#a3cfbb);color:#146c43}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-arrow-icon{width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.body-container .problem-card-container.card-expanded .problem-card-header-container{border-bottom:1px solid #e3e3e3}.body-container .problem-card-container .problem-card-body-container{padding:1.5rem;background:linear-gradient(180deg,rgba(207,226,255,.15),#fff)}.body-container .problem-card-container .problem-card-body-container .problem-card-body-title{font-size:.8rem;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.body-container .problem-card-container .problem-card-body-container .problem-card-body-content{font-size:.95rem;color:#2a2a2a;line-height:1.6;margin:0}.body-container .problem-card-container .problem-card-body-container .problem-card-details-list{margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed #e3e3e3}.body-container .problem-card-container .problem-card-body-container .problem-card-details-list .problem-card-details-container{margin-top:1rem}.body-container .problem-card-container .problem-card-body-container .problem-card-details-list .problem-card-details-container:first-child{margin-top:0}.body-container .problem-card-container .problem-card-body-container .problem-card-select-button{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#707070;padding:.65rem 1.25rem;border:none;border-radius:.5rem;margin-top:1.5rem;background-color:#f0f4f9;cursor:not-allowed;transition:all .2s ease}.body-container .problem-card-container .problem-card-body-container .problem-card-select-button i{font-size:1rem}.body-container .problem-card-container .problem-card-body-container .problem-card-select-button-active{color:#fff;background:linear-gradient(135deg,#0a58ca,#084298);box-shadow:0 4px 12px rgba(10,88,202,.3);cursor:pointer}.body-container .problem-card-container .problem-card-body-container .problem-card-select-button-active:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(10,88,202,.4)}.body-container .problem-card-container .problem-card-body-container .problem-card-select-button-active:active{transform:translateY(0);box-shadow:0 2px 8px rgba(10,88,202,.3)}.body-container .problem-card-container .problem-card-body-container .problem-submission-message{display:flex;align-items:center;gap:.5rem;color:#146c43;font-size:.95rem;font-weight:500;margin-top:1.5rem}.body-container .problem-card-container .problem-card-body-container .problem-submission-message i{font-size:1.1rem}.body-container .problem-card-container .problem-card-body-container .problem-submission-info-container{margin-top:1rem;border-radius:.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#cfe2ff,rgba(207,226,255,.5));border:1px solid rgba(10,88,202,.15)}.body-container .problem-card-container .problem-card-body-container .problem-submission-info-container .problem-submission-info-message{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.95rem;color:#084298;font-weight:400;margin:0}.body-container .problem-card-container .problem-card-body-container .problem-submission-info-container a{color:#0a58ca;font-weight:600;text-decoration:none;transition:.2s}.body-container .problem-card-container .problem-card-body-container .problem-submission-info-container a:hover{text-decoration:underline}.body-container .problem-card-container .problem-submission-container{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e3e3e3}.body-container .problem-card-container .problem-submission-container .problem-submission-heading{font-size:1.15rem;color:#2a2a2a;font-weight:600;margin:0}.body-container .problem-card-container .problem-submission-container .problem-submission-description{font-size:.9rem;font-weight:400;color:#aaa;margin:.25rem 0 0}.body-container .problem-card-container .problem-submission-container .problem-submission-label{font-size:.95rem;font-weight:500;color:#2a2a2a;padding-top:1.5rem;margin:0}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;border-radius:.5rem;border:1px solid #e3e3e3;margin-top:.5rem;cursor:pointer;overflow:hidden;transition:all .2s ease}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container:hover{border-color:#0a58ca;box-shadow:0 2px 8px rgba(10,88,202,.15)}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container:hover .problem-submission-upload-browse-file{background:#084298}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container .problem-submission-upload-filename{padding:.75rem 1rem;font-size:.95rem;color:#2a2a2a;display:flex;align-items:center}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container .problem-submission-upload-filename span{color:#aaa}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container .problem-submission-upload-browse-file{padding:.75rem 1.25rem;font-size:.9rem;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;background:#0a58ca;transition:all .2s ease}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-container .problem-submission-upload-browse-file i{font-size:1rem}.body-container .problem-card-container .problem-submission-container .problem-submission-upload-footer-text{font-size:.8rem;color:#aaa;margin:.5rem 0 0}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input{width:100%;min-height:8rem;border-radius:.5rem;border:1px solid #e3e3e3;padding:.75rem 1rem;margin-top:.5rem;font-size:.95rem;color:#2a2a2a;resize:vertical;transition:all .2s ease}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input:hover{border-color:rgba(10,88,202,.5)}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input:focus{outline:none;border-color:#0a58ca;box-shadow:0 0 0 3px rgba(10,88,202,.1)}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input::-moz-placeholder{color:#aaa}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input::placeholder{color:#aaa}.body-container .problem-card-container .problem-submission-container .problem-submission-description-input-count{font-size:.8rem;color:#aaa;margin:.5rem 0 0}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:2rem;-moz-column-gap:1rem;column-gap:1rem}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-cancel{font-size:.95rem;color:#707070;cursor:pointer;transition:all .2s ease;padding:.6rem 1.25rem;border-radius:.5rem;background:transparent;border:1px solid #e3e3e3}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-cancel:hover{background-color:#f0f4f9;border-color:#707070}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-cancel:active{transform:scale(.98)}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-submit{font-size:.95rem;color:#fff;background:linear-gradient(135deg,#0a58ca,#084298);padding:.6rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;border:none;box-shadow:0 2px 8px rgba(10,88,202,.3)}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(10,88,202,.4)}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-submit:active{transform:translateY(0)}.enroll-confirmation-container .enroll-confirmation-heading{font-size:1.5rem;font-weight:600;color:#2a2a2a;margin:0;display:flex;align-items:center;gap:.5rem}.enroll-confirmation-container .enroll-confirmation-heading:before{content:"";width:4px;height:1.5rem;background:#0a58ca;border-radius:2px}.enroll-confirmation-container .enroll-confirmation-title{font-weight:600;font-size:1rem;color:#2a2a2a;margin:1rem 0 0}.enroll-confirmation-container .enroll-confirmation-content{font-size:.95rem;color:#707070;padding:1rem 1.25rem;background:linear-gradient(135deg,#cfe2ff,rgba(207,226,255,.5));border:1px solid rgba(10,88,202,.15);border-radius:.5rem;margin:.75rem 0 0;line-height:1.6}.enroll-confirmation-container .enroll-confirmation-footer-container{display:flex;flex-direction:row;justify-content:flex-end;-moz-column-gap:1rem;column-gap:1rem;margin-top:1.5rem}.enroll-confirmation-container .enroll-confirmation-footer-container #btn-modal-secondary{background:transparent;border:1px solid #e3e3e3;color:#707070;padding:.6rem 1.25rem;border-radius:.5rem;font-size:.95rem;cursor:pointer;transition:all .2s ease}.enroll-confirmation-container .enroll-confirmation-footer-container #btn-modal-secondary:hover{background:#f0f4f9;border-color:#707070}.enroll-confirmation-container .enroll-confirmation-footer-container #btn-modal-primary{background:linear-gradient(135deg,#0a58ca,#084298);color:#fff;padding:.6rem 1.5rem;border-radius:.5rem;font-size:.95rem;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(10,88,202,.3)}.enroll-confirmation-container .enroll-confirmation-footer-container #btn-modal-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(10,88,202,.4)}@media(max-width:992px){.body-container{padding:1rem}.body-container .problem-select-header .header-content{flex-direction:column;text-align:center}.body-container .problem-select-header .header-stats{justify-content:center}}@media(max-width:768px){.body-container .problem-select-header{padding:1.25rem}.body-container .problem-select-header .header-title-section .page-heading{font-size:1.5rem}.body-container .problem-select-header .header-stats .stat-item{padding:.5rem 1rem}.body-container .problem-select-header .header-stats .stat-item .stat-info .stat-value{font-size:1rem}.body-container .notification-banner{padding:.85rem 1rem}.body-container .notification-banner .notification-icon{width:2rem;height:2rem}.body-container .notification-banner .notification-icon i{font-size:.9rem}.body-container .notification-banner .notification-text{font-size:.85rem}.body-container .problem-cards-section .section-header{padding:1rem 1.25rem}.body-container .problem-cards-section .problem-card-list{padding:.75rem}.body-container .problem-card-container .problem-card-header-container{padding:1rem 1.25rem}.body-container .problem-card-container .problem-card-header-container .problem-card-header-title-container .problem-card-header-title{font-size:1rem}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container .problem-card-header-tag{font-size:.7rem;padding:.25rem .6rem}.body-container .problem-card-container .problem-card-body-container{padding:1.25rem}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container{flex-direction:column;gap:.75rem}.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-cancel,.body-container .problem-card-container .problem-submission-container .problem-submission-footer-container .problem-submission-btn-submit{width:100%;text-align:center;justify-content:center}}@media(max-width:576px){.body-container{padding:.75rem}.body-container .problem-select-header{padding:1rem}.body-container .problem-select-header .header-title-section .page-heading{font-size:1.35rem}.body-container .problem-select-header .header-title-section .page-subtitle{font-size:.8rem}.body-container .problem-select-header .header-stats{width:100%}.body-container .problem-select-header .header-stats .stat-item{flex:1;justify-content:center}.body-container .notification-banner{flex-direction:column;text-align:center}.body-container .notification-banner .notification-text{font-size:.85rem}.body-container .problem-card-container .problem-card-header-container{flex-wrap:wrap;gap:.75rem}.body-container .problem-card-container .problem-card-header-container .problem-card-header-side-container{width:100%;justify-content:space-between}}