
.table > :not(caption) > * > *.btn-blue{
    background-color: #2998ff !important;
    box-shadow: 0 5px 8px 0 rgba(41,152,255,.21) !important;
}
.btn-blue, .start-page #vueproducts .popup .btn-blue{
    display: flex;
    background-color: #2998ff;
    border: 1px solid #2998ff;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(41,152,255,.21);
    white-space: nowrap;
    height: 40px;
    font-size: 15px;
    position: relative;
    text-align: center;
    padding: 0px 16px;
    line-height: 0;
    border-radius: 20px;
    max-width: 150px;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
}
.btn-blue:hover{
    background: #0f7bdf;
    border: 1px solid #0f7bdf;
    color: #FFFFFF;
}

.start-page #vueproducts .popup.popup-basbox-active#form-start{
    margin-left: 0 !important;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 600px);
    position: fixed;
    z-index: 999999;
    border-radius: 10px;
    padding: 0;
}
.start-page .popup-basbox-close{
    display: block;
    background: transparent;
    color: #3f4648;
    left: calc(50% + 200px - 39px) !important;
    top: calc(50% - 88px);
    font-size: 20px;
}
.start-page .popup-basbox-overlay, .start-page .popup-basbox-close {
    z-index: 9999;
}
.start-page #vueproducts .panel {
    z-index: 9999;
}
.start-page .popup-header{
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-top: 10px;
}
.start-page .popup-header label{
    font-size: 17px;
    padding: 5px 0 8px;
}
.start-page #form-start form{
    padding: 0;
}
.start-page #form-start form input{
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding-inline: 10px;
    max-width: 90%;
    margin-bottom: 20px;
}
#vueproducts .popup-basbox .btn.btn-blue{
    color: #c1c5ca;
    background: #FFF;
    border: 1px solid #dbdee0;
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    padding-inline: 10px;
    float: none;
    box-shadow: none;
}

.start-page #vueproducts .inside-content .alert {
    font-size: inherit;
    padding: 21px;
    text-align: right;
    position: absolute;
    height: auto;
    display: none;
    z-index: 9999;
    top: -21px;
    width: 100%;
    left: 0;
}
.start-page.close-sections .popup-basbox-close{
    top: 2vh;
    color: #FFF;
    font-size: 0px;
    background: url(/administrator/components/com_lms/images/close.png) no-repeat center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px) !important;
}

.start-page #vueproducts .popup.popup-basbox-active#form-sectors{
    max-height: min(90vh, 100vh - 60px);
    padding: 0;
    top: max(10vh, 60px);
}
.start-page #vueproducts .popup.popup-basbox-active#form-sectors form{
    padding: 0;
}
.sector-header{
    border-bottom: 1px solid #e1e1e1;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-page #vueproducts .sector-header label{
    color: rgba(63,70,72,.5);
    font-size: 20px;
    font-weight: 500;
}
.sector-block{
    display: flex;
    height: calc(90vh - 70px);
    justify-content: space-evenly;
}
.mobile-preview{
    width: 20%;
    background: #e9f4ff;
    box-shadow: inset 5px -10px 20px rgba(0,0,0,.15);
    padding: 30px 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    max-height: calc(100% - 58px);
}
.sectors-creation{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    max-height: calc(100% - 70px);
    height: 100%;
}
.phone-block{
    width: 360px;
    height: 479px;
    background: #FFF;
    border-radius: 42px;
    padding: 19px 15px;
    border: 1px solid #e8e8e8;
    height: fit-content;
    min-height: 100%;
}
.phone-block-second{
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 31px;
    border-bottom: none;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
}
.phone-block .course-name{
    background: #2998ff;
    height: 40px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 22px 22px 0 0;
}
.sectors-wrapper{
    max-width: 800px;
    padding: 30px 0;
    width: 100%;
}
.sectors-wrapper .course-name{
    width: 100%;
    border-bottom: 1px solid hsla(0,0%,79.6%,.5019607843);
}
.start-page #vueproducts .popup .sectors-wrapper .course-name input{
    width: 100%;
    border: none;
    font-size: 25px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 20px;
    display: block;
    height: auto;
}
.sector-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: padding .15s ease-out;
    flex-wrap: wrap;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper input{
    display: flex;
    margin-inline-end: 20px;
    border: none;
    border-bottom: 1px dashed grey;
    width: 90%;
    font-size: 20px;
}

.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper input::placeholder {
    color: rgba(63,70,72,.5);
    font-size: 18px;
}
.actions-sections ul{
    opacity: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity .3s ease-out;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper .actions-sections{
    display: block;
    width: calc(10% - 40px);
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper:hover .actions-sections ul{
    opacity: 1;
    transition: opacity .3s ease-out;
}

.inside-section .add-object-container {
    width: calc(100% - 50px);
    height: 50px;
    margin-inline-start: 50px;
    margin-top: 15px;
    font-size: 17px;
    background-color: #f4faff;
    border-radius: 10px;
    cursor: pointer;
    transition: filter .1s ease-out;
}
.inside-section .add-object-container .add-object-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 15px;
    text-align: center;
    color: #2998ff;
}
.inside-section{
    width: 100%;
}
.sector-wrapper .inside-section .add-object-container:hover {
    filter: saturate(1.5) brightness(.98);
}
.icon-sort-sectors{
    width: 0px;
    opacity: 0;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper:hover .icon-sort-sectors{
    width: 5%;
    opacity: 1;
    transition: opacity .3s ease-out;
    transition: width .3s ease-out;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper:hover input{
    width: 85%;
    transition: width .2s ease-out;
}
.add-section{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .5;
    margin-top: 20px;
    white-space: nowrap;
    margin-inline-end: 10px;
    border-bottom: 1px solid #cbcbcb;
}
.sector-preview-name{
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: right;
}
.sectors-preview{
    background: oklab(1 0 0 / 0.5);
    border-radius: 5px;
    padding: 3px 10px;
    flex: 1;
    overflow: auto;
}
.sectors-preview .sector-wrapper{
    padding: 1px 0;
}

.start-page #vueproducts .popup.popup-basbox-active#form-elements {
    margin-left: 0 !important;
    height: fit-content;
    width: fit-content !important;
    padding: 0;
    transform: translateX(0%);
    left: 45%;
    top: 40%;
}
.elements-wrapper{
    display: block;
    max-width: 430px;
}
.element-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-inline: 10px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}
.elements-header{
    text-align: left;
}
.elements-header{
    opacity: .5;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
    padding-bottom: 0 !important;
    border-radius: 18px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.start-page #vueproducts .popup.popup-basbox-active#form-text {
    margin-left: 0 !important;
    height: 100%;
    max-height: 500px;
    max-width: 900px;
    padding: 0;
    transform: translateX(0%);
    left: calc(50% - 450px);
    top: calc(50% - 250px);
    z-index: 9999999;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 32px 64px 0 rgba(0,0,0,.35);
    overflow: hidden;
}
.start-page #vueproducts .popup.popup-basbox-active#form-link, .start-page #vueproducts .popup.popup-basbox-active#form-img,
.start-page #vueproducts .popup.popup-basbox-active#form-video {
    margin-left: 0 !important;
    height: 100%;
    max-height: 500px;
    max-width: 900px;
    padding: 0;
    transform: translateX(0%);
    left: calc(50% - 450px);
    top: calc(50% - 250px);
    z-index: 9999999;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 32px 64px 0 rgba(0,0,0,.35);
    overflow: hidden;
}
.start-page .popup-basbox-overlay.form-text, .start-page .popup-basbox-overlay.form-link, .start-page .popup-basbox-overlay.form-img, .start-page .popup-basbox-overlay.form-text,
.start-page .popup-basbox-overlay.form-quiz, .start-page .popup-basbox-overlay.form-video {
    z-index: 999999;
}
.text-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
}
#form-text .phone-block, #form-link .phone-block, #form-video .phone-block, #form-img .phone-block{
    height: 479px;
}
.text-preview{
    background: #e9f4ff;
    box-shadow: inset 5px -10px 20px rgba(0,0,0,.15);
    padding: 30px 37px;
    height: 100%;
}
.form-element-inside .element-name{
    text-align: start;
    padding: 0px 0px 22px;
    line-height: normal;
    font-size: 17px;
    opacity: .5;
    border-bottom: 1px solid #e8e8e8;
}
#vueproducts .form-element-inside .options-wrapper label{
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.text-options{
    width: calc(100% - 434px);
    padding: 25px 30px 0;
}
.element-footer{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    padding: 20px;
    background: #FFF;
}
#vueproducts .popup .btn.btn-cancel-element{
    cursor: pointer;
    padding-inline: 10px;
    margin-inline-end: 10px;
    color: #3f4648;
    font-size: 14px;
    line-height: normal;
    background: none;
    border: none;
}
#vueproducts .popup .btn.btn-save-element{
    height: 40px;
    padding-inline: 40px;
    background: var(--ct-white);
    border: 1px solid #dbdee0;
    color: #dbdee0;
    border-radius: 40px;
    outline: 0;

    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}

#vueproducts .popup .btn.btn-save-element.active, #vueproducts .popup .btn.save.active{
    margin: 0;
    background: #2998ff;
    color: #fff;
    border: 1px solid var(--ct-transparent);
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
    box-shadow: 0 5px 8px 0 rgba(41,152,255,.21)
}
#vueproducts .popup .btn.btn-save-element.active:hover, #vueproducts .popup .btn.save.active:hover{
    background: #2687e2;
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
#form-link .phone-block .course-name{
    position: absolute;
    top: 280px;
    border-radius: 40px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    width: 290px;
    left: 20px;
}

.placeholder-title{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-inline: 20px;
}
.placeholder-subtitle{
    margin-top: 5px;
}
.gallery{
    height: 202px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#vueproducts .popup .sectors-preview .btn.btn-save-element{
    margin: auto;
    float: none;
}
#form-img .phone-block .sectors-preview{
    margin-top: calc(50% - 110px);
}
.max-size-label.smaller{
    padding: 7px;
}
#form-text .phone-block .sectors-preview{
    text-align: right;
}

.start-page #vueproducts .popup.popup-basbox-active#form-quizname {
    margin-left: 0 !important;
    height: 227px;
    top: calc(50% - 100px);
    left: calc(50% - 600px);
    position: fixed;
    z-index: 9999999;
    border-radius: 10px;
    padding: 0;
}
.start-page #vueproducts .popup.popup-basbox-active#form-quizname label{
    opacity: .5;
    font-size: 20px;
    color: #3f4648;
    line-height: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.start-page #vueproducts .popup.popup-basbox-active#form-quizname input{
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
}
.start-page #vueproducts .popup.popup-basbox-active#form-quiz{
    max-height: min(90vh, 100vh - 60px);
    padding: 0;
    top: max(10vh, 60px);
    width: 100%!important;
    margin-left: -100%!important;
}
.start-page .popup-basbox-overlay.form-quiz{
    z-index: 99999;
}
.start-page .popup-basbox-overlay.form-quizname{
    z-index: 999999;
}
.start-page #vueproducts .popup.popup-basbox-active#form-quiz form{
    padding: 0;
}
.quiz-question {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: normal;
    width: 100%;
}
.question-number-container {
    background-color: rgba(41,152,255,.15);
    color: #2998ff;
    font-size: 15px;
    border-radius: 50%;
    line-height: normal;
    margin-left: 10px;
    margin-top: 15px;
    min-width: 26px;
    width: 26px;
    min-height: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-question .accordion-section {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 23px 0 rgba(0,0,0,.08);
    overflow: hidden;
    width: 100%;
}
.quiz-question .accordion-section .accordion {
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer!important;
    cursor: unset!important;
}
.quiz-question .accordion-section .accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.according-section{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 23px 0 rgba(0,0,0,.08);
    overflow: hidden;
    width: 100%;
}
#vueproducts .popup-basbox .btn.add.active{
    height: 40px;
    font-size: 15px;
    position: relative;
    text-align: center;
    padding: 0 16px;
    line-height: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #2998ff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    float: none;
    margin: 20px 11px 10px;
}
#vueproducts .popup-basbox .btn.add.active:hover{
    border: 1px solid #2998ff;
}

.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper input[type='text']{
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    flex: 1;
    height: 40px;
    margin-right: 10px;
    min-height: 40px;
    padding: 10px;
    resize: none;
    overflow-y: hidden;
    height: 41px;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper:hover .answer-wrapper input,
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper:hover .accordion.active.false .row-wrap > input{
    width: 90%;
}
.start-page #vueproducts .popup .sectors-wrapper .sector-wrapper .accordion.active.false .row-wrap > input{
    margin-bottom: 10px;
    border: none;
}
.actions-questions ul{
    display: flex;
    grid-gap: 10px;
    padding: 0;
    margin-bottom: 0;
}
.row-wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.accordion.active.false{
    padding: 15px;
}
.actions-questions{
    padding-top: 13px;
}
.answer-wrapper{
    display: flex;
    margin-bottom: 10px;
}
.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper input[type="checkbox"], .answer-wrapper  input[type="checkbox"]{
    display: none;
}

.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper input[type="checkbox"] + label, .answer-wrapper  input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 7px;
}
.answers-preview .answer-wrapper input[type="checkbox"] + label::before {
    top: -9px;
}
.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper input[type="checkbox"] + label::before, .answer-wrapper  input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #000; 
    /*border-radius: 50%; */
    background-color: #fff; 
    transition: background-color 0.3s; 
}
.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper .check input[type="checkbox"] + label::before, .answer-wrapper .check input[type="checkbox"] + label::before {

    /*border-radius: 50%; */
}

.start-page #vueproducts .popup .sectors-wrapper .answer-wrapper input[type="checkbox"]:checked + label::before, .answer-wrapper  input[type="checkbox"]:checked + label::before {
    background-color: #2687e2;
    border-color: #2687e2;
}
.quiz-view-element{
    padding: 0 10px 10px;
    border-radius: 10px;
    width: 100%;
}
.blue-background{
    display: flex;
    flex: 1;
   /* background-color: #2998ff;*/
    flex-direction: column;
    border-radius: 31px 31px 0 0;
}
.questions-slider{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    margin: 13px;
    background-color: #fff;
    border-radius: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.arrows-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.phone-block .answer-wrapper, .answer-wrapper{
    width: fit-content;
    direction: ltr;
    border-radius: 10px;
    margin: 7px 7px 7px 0;
    padding: 6px 6px 6px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    background: oklab(1 0 0 / 0.4);
}
.phone-block .answer-wrapper .check, .answer-wrapper .check{
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.answers-preview{
    padding: 10px;
}
.progress-line{
    width: 100%;
    height: 5px;
    display: flex;
    margin: 0 8px;
    border-radius: 20px;
    background-color: #cfe5fa;
    justify-content: flex-end;
}
.progress-line .blue-part{
    float: none;
    height: 5px;
    display: flex;
    background-color: #2998ff;
    border-radius: 20px;
}
.question-text{
    width: 100%;
    display: flex;
    margin: 10px;
    font-weight: 700;
    flex-direction: column;

    word-break: break-word;
    font-size: 25px;
    line-height: 28px;
    color: rgb(63, 69, 72);
    text-align: right;
}
.right-arrow, .left-arrow{
    cursor: pointer;
}
.mobile-preview::-webkit-scrollbar {
    background-color: transparent;
}
.sectors-creation::-webkit-scrollbar,.sectors-preview::-webkit-scrollbar {
    background-color: #c1c5ca;
    width: 4px; 
    border-radius: 100px;
}
.empty-space{
    flex-grow: 1;
}
#content #vueproducts .rest-content .content .full-screen-modal-footer {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    padding: 0 10px;
    box-shadow: 0 -1px 21px 0 hsla(0,0%,84.3%,.31), 0 -1px 0 0 rgba(0,0,0,.05);
    background: #fff;
}
#content #vueproducts .rest-content .content .full-screen-modal-footer .course-footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}
#content #vueproducts .rest-content .content #form-sectors .sector-block{
    padding-top: 0;
}
.start-page #vueproducts .popup#form-sectors .sectors-wrapper .sector-wrapper input:not(:placeholder-shown) {
    border: none;
}
.edit-elcourse{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1;
    height: 100%;
    margin-inline-start: 10px;
    padding-inline-start: 12px;
    padding-inline-end: 22px;
    padding-block: 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 23px 0 rgba(0,0,0,.08);
}
.block-elcourse{
    display: flex;
    padding: 13px 12px 0;
}
.seclename{
    padding-inline: 20px;
    line-height: 2.7;
    width: 100%;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    text-align: right;
}
.edit-elcourse .actions-questions{
    transition: opacity .3s ease-out;
    padding: 0;
    opacity: 0;
}
.edit-elcourse:hover .actions-questions{
    transition: opacity .3s ease-out;
    opacity: 1;
}
.filter-course{
    height: 40px;
    padding-inline: 16px;
    min-width: 64px;
    background: #FFF;
    color: #2998ff;
    border: 1px solid #dbdee0;
    position: relative;
    border-radius: 40px;
    outline: 0;
    user-select: none;
    cursor: pointer;
    transition: background .1s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.filter-course:hover{
    background: #e0e5e7;
    transition: background .1s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.add-course{
    height: 40px;
    padding-inline: 16px;
    min-width: 64px;
    background: #2998ff;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    border-radius: 40px;
    outline: 0;
    user-select: none;
    cursor: pointer;
    transition: background .1s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
    flex-shrink: 0;
}
.add-course:hover{
    background: rgb(97, 178, 255);
    transition: background .1s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.page-header{
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 20px;
}

.table>:not(caption)>*{
    border-radius: 10px;
}
#vueproducts .table table th{
    line-height: 50px;
    padding: 0 8px !important;
    background: #f8f8f8;
    border-bottom: 2px solid #ddd !important;
}
.start-page.close-sections #form-quizname  .popup-basbox-close{
    background: none;
}
.lms-group-add-new {
    height: 44px;
    padding-inline: 54px;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #2998ff;
    cursor: pointer;
    transition: border .15s ease;
}
.page-name-block{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.06);
    min-height: 80px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.page-name-block .title{
    margin-left: 29px;
    font-size: 24px;
    color: #3f4648;
}
.page-name-block .title img, .headline .title-icon-after-title-section img{
    width: 50px;
    height: 50px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}
.page-name-block .title .title-span {
    display: inline-block;
    vertical-align: middle;
}
.empty_block_grey_back{
    width: 100%;
    height: 25px;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    background: #f6f6f6 !important;
}
.table-in > div.wrapper-white-padding{
    min-height: calc(100vh - 250px);
    background: #FFF;
}
.table-courses-wrapper{
    padding: 0 30px !important;
}

.actions-hover{
    opacity: 0;
}
tr:hover .actions-hover{
    opacity: 1;
}
#vueproducts .wrapper-white-padding table tr td{
    border-bottom: 1px solid #ddd;
}
.lms-object{
    display: flex;
    box-shadow: 0 2px 5px rgba(0,0,0,.12);
    padding: 5px;
    align-items: center;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    text-align: right;
}
.object-icon{
    margin-inline-end: 5px;
    width: 27px;
}
.object-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
#vueproducts .popup#form-start .btn.save.active, #vueproducts .popup#form-quizname .btn.save.active{
    margin: auto;
}
.headline{
    background: #fff;
   /* height: 80px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.06);
    margin-bottom: 0px;
}
.title-icon-after-title-section{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headline .title-icon-after-title-section .title-icon .title {
    font-size: 24px;
    margin-inline-start: 10px;
    line-height: 2;
}
.content-container {
    flex: 1;
    min-height: 0;
    height: unset;
}
.lms-course-page {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 20px 0 20px 20px !important;
}
.lms-course-page .lms-course-page-objects {
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 34%;
    max-width: 395px;
    padding-inline-start: 20px;
    flex-direction: column;
    min-width: 405px;
    margin-bottom: 15px;
    transition: width .2s ease-out;
}
.lms-course-page .lms-course-page-vertical-divider {
    border-left: 1px solid #dcdcdc;
}
.lms-course-page .lms-course-page-content {
    width: 100%;
    flex: 1;
    min-width: 0;
}
.course-wrapper{
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.searchbox-wrapper {
    padding-bottom: 20px;
    padding-inline-end: 20px;
    margin: 21px 0 0 0;
}
.headline .searchbox-wrapper{
    min-width: 400px;
}
.ct-searchbox {
    height: 40px;
    display: flex;
    border: 1px solid #dbdee0;
    border-radius: 10px;
    padding-inline: 12px;
    align-items: center;
    background: #FFF;
    gap: 5px;
}
#vueproducts .course-wrapper .ct-searchbox .search-input {
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: unset;
}
.ct-searchbox .search-icon {
    position: unset;
    min-width: 22px;
    min-height: 22px;
    color: #8b939c;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section {
    overflow-y: auto;
    margin-inline-end: 20px;
    flex: 1;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section .child-theme .lms-course-page-objects-section-title{
    background: #FFF;
    padding-right: 28px;
    padding-top: 5px;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section .lms-course-page-objects-section-title {
    /*color: #3f4648;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    padding-right: 15px;

    margin: 0;
    color: rgba(0, 0, 0, .87);
    border: 0;
    margin: 0;
    padding: 0 28px 0;
    text-decoration: none;
    text-indent: 0;
    min-width: 0;
    margin-bottom: 8px;*/
    text-align: right;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section .lms-course-page-objects-section-title:hover{
    cursor: pointer;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section .lms-course-page-objects-section-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.lms-sections-elements.active, .lms-sections-elements:hover{
    background: #f5f7f8;
    border-right: 6px solid #1856d2;
}
.lms-sections-elements:hover{
    cursor: pointer;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section-object-icon-title .lms-course-page-objects-section-object-title {
    padding-inline-end: 10px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lms-sections-elements{
    border-right: 6px solid #FFF;
    margin: 0px;
    letter-spacing: 0em;
    color: #1f1f1f;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
    font-family: OpenSans, Arial, sans-serif;
    background: #FFF;
}
.lms-sections-elements:hover .lms-course-page-objects-section-object-icon-title img{
    background: #2a73cc;
}
.lms-course-page-objects-section-object-icon-title {
    display: flex;
    width: 85%;
    align-items: center;
    min-width: 0;
}
.lms-course-page-objects-section-object-icon-title img {
    width: 20px;
    height: 20px;
    margin: 8px 20px 8px 10px;
}
.flex-align-items-center, .flex-center {
    display: flex;
    align-items: center;
}
.lms-course-page-objects-section-object-arrow {
    margin-right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid rgba(0,0,0,.36);
    border-right: 1.5px solid rgba(0,0,0,.36);
    transform: rotate(130deg);
}
.view-course-element{
    width: 100%;
    padding: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title-icon .title-span {
    font-size: 24px;
    margin-inline-start: 10px;
    line-height: 2;
}
.view-course-element.not-empty{
    justify-content: flex-start;
    align-items: flex-start;
}
.text-view-element, .video-view-element, .img-view-element, .quiz-view-element{
    width: auto;
    height: initial;
}
.text-view-element .course-name, .video-view-element .course-name, .img-view-element .course-name{
    background: #2998ff;
    height: 40px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 22px;
    width: 100%;
}
.text-view-element .sectors-preview{
    text-align: right;
}
.video-view-element .sectors-preview{
    height: calc(100% - 40px);
    overflow: hidden;
}   
.link-view-element{
    width: 100%;
    height: initial;
}
.link-view-element .course-name{
    border-radius: 40px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    width: 290px;
    left: 20px;
    background: #2998ff;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px auto;
    display: block;
}

#vueproducts .table-in .img-view-element .btn, #vueproducts .table-in .answers-save .btn{
    height: 40px;
    padding-inline: 40px;
    border-radius: 40px;
    outline: 0;
    margin: 0;
    background: #2998ff;
    color: #fff;
    border: 1px solid var(--ct-transparent);
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
    box-shadow: 0 5px 8px 0 rgba(41,152,255,.21);
    margin: auto;
    float: none;
}
#vueproducts .table-in .img-view-element .btn:hover, #vueproducts .table-in .answers-save .btn:hover{
    background: #2687e2;
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.quiz-view-element .course-name{
    background: #2998ff;
    height: 40px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 22px 22px 0 0;
}
#vueproducts .panel{
    display: none;
}
.lms-course-page-objects-section-title a{
    display: flex;
    padding: 10px;
    border-radius: 25px 0 0 25px;
    margin-left: 30px;
    overflow: hidden;
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.lms-course-page-objects-section-title a:hover{
    background: rgb(246 246 246);
    transition: background .5s ease,color .1s ease,border .1s ease,outline .1s ease,width .15s ease;
}
.front-preview .lms-course-page .lms-course-page-objects .lms-course-page-objects-section .lms-course-page-objects-section-title{
    padding: 0;
    margin: 0;
}
.front-preview .lms-course-page .lms-course-page-objects .lms-course-page-objects-section{
    padding: 0;
}
.lms-link-course-text-first-letter{
    background-color: rgb(67 116 224);
    color: #fff;
    line-height: 2rem;
    text-transform: uppercase;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
}
.lms-link-course-text{
    margin-right: 1rem;
    overflow: hidden;
}
.front-preview .lms-course-page .lms-course-page-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px;
}
.lms-block-four{
    display: flex;
    flex-direction: column;
    height: 350px;
    margin-bottom: 1.5%;
    margin-inline: 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 23%;
    background: #F1F7FF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.lms-block-four .tt{
    position: absolute;
    bottom: 0;
}
.lms-block-four:hover{
    box-shadow: 5px 6px 3px rgba(0,0,0,.15);
}
.image-course{
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 1rem 1rem 0.75rem;
    position: relative;
    height: 250px;
    /*height: 4.5rem;
    background-image: url(/administrator/components/com_lms/images/img_code.jpg);*/
    background-image: url('/media/com_courses/images/thumb/kzHEczNkT5cwmTXz.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.siluet-block{
    border-radius: 50%;
    float: right;
    height: 4.6875rem;
    position: relative;
    margin-top: -2.5rem;
    width: 4.6875rem;
    background-image: url(/administrator/components/com_lms/images/siluet.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.empty-desc-wrapper-block{
    flex-grow: 1;
    min-height: 0;
    padding: 1rem;
    padding-top: 0.75rem;
    /* border: 0.0625rem solid rgb(218,220,224); */
    height: 100%;
    max-height: 100px;
    max-width: calc(100% - 106px);
    margin: 0 auto 0 0;
}
.lms-block-four a{
    height: 100%;
}
#vueproducts .inside-content .alert{
    top: -29px !important;
    left: -28px !important;
}
.quiz-finished{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: green;
    font-size: 30px;
}
.tabs-wrapper{
    width: 100%;
    height: fit-content;
}

.tabs-names{
    display: flex;
    /*border-bottom: 1px solid #004588;*/
}
.tab-wrap{
    opacity: 1;
    color: #004588;

    display: block;
    position: relative;
    padding: 10px 25px;
    border-radius: 2px 2px 0 0;
    transition: all 0.1s ease-in-out;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}
.tab-wrap.active{
    border-bottom: 4px solid #2c9bff;
    color: #2c9bff;
}
.tab-wrap:hover{
    border-bottom: 4px solid #2c9bff;
}
.tab-wrap-val{
    display: none;
}
.tab-wrap-val.active{
    display: block;
}
.video-view-element{
    height: 55vh;
}


.lms-course-page-objects-section .lms-course-page-objects-section-list{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.lms-course-page-objects-section.active .lms-course-page-objects-section-list{
    max-height: fit-content;
    transition: max-height 0.3s ease;
}
.lms-course-page .lms-course-page-objects .lms-course-page-objects-section .lms-course-page-objects-section-title{
    font-weight: 700;
    padding: 6px 0px;
    margin: 0;
    margin-right: 26px;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, .87);
}
.error{
    color: green;
    font-size: 36px;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cds-breadcrumbs-list{
    margin-right: 20px;
    width: 100%;
    text-align: right;
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
}
.cds-breadcrumbs-list .cds-iconButton-small {
    display: flex;
    height: 36px;
    width: 36px;
    color: #0056d2;
}
.cds-breadcrumbs-listItem, .cds-breadcrumbs-list .cds-iconButton-small{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.cds-breadcrumbs-list > .cds-breadcrumbs-listItem > svg {
    box-sizing: content-box;
    overflow: visible;
    transform: rotate(180deg);
}
.cds-breadcrumbs-list > .cds-breadcrumbs-listItem > .cds-breadcrumbs-link {
    display: flex;
    padding: 8px;
    color: #0056d2;
    font-size: 16px;
}

.cds-button-disableElevation.cds-button-ghost{
    line-height: 16px;
    -webkit-appearance: button;
    border-radius: 4px;
    text-transform: none;
    max-width: 320px;
    min-width: unset;
    transition: none 0s ease 0s;
    box-sizing: border-box;
    text-decoration: none;
    color: #0056d2;
    padding: 8px;
    margin-right: 24px;
    border: 0;
    cursor: pointer;
    margin: 0;
    margin-top: 6px;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    background-color: transparent;
    width: fit-content;
}
.cds-button-disableElevation.cds-button-ghost:hover{
    background: #f3f8ff;
    color: #00419e;
}
.cds-button-disableElevation.cds-button-ghost .cds-button-label {
    text-transform: none;
    width: 100%;
    -webkit-box-align: inherit;
    align-items: center;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    display: flex;
    gap: 6px;
    white-space: nowrap;
}
.first-header-line{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.rc-PreviousAndNextItem{
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: center;
}

.rc-PreviousAndNextItem .cds-button-disableElevation.cds-button-ghost{
    margin: 0;
}

.screen-full{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: auto;
    max-width: 100%;
    /*min-height: 55vh;*/
    background-size: auto;
}
.range-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background: oklab(1 0 0 / 0.6);
    border-radius: 5px;
}
#vueproducts .table-view-element table th {
    border: 2px solid #ddd !important;
    padding: 0px !important;
    border-bottom: 1px solid #E8EFF2;
}
#vueproducts .range-view-element label{
    justify-content: center;
    margin: 0;
    display: flex;
}
.signature .sig {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.signature .rem {
    position: absolute;
    left: 8px;
    top: 12px;
}
.sig-btn {
    display: inline-block;
    vertical-align: top;
    color: #4E85FF;
    margin: 11px 20px 0 0;
}
.lms-sections-elements.signature{
    background: transparent;
    border: none !important;
    border-right: 6px solid #FFF !important;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
.popup.sigpopup{
    overflow: hidden;
    border-radius: 0;
}






body {
    background-color: #f3f4f6;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
}
.card, .section, .section-art .article{
    height: fit-content;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
header {
    background: #ffffff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

nav a {
    margin: 0 1rem;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
}

.homepage-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 2rem;
    flex-wrap: wrap;
}

.col-xs-5, .col-xs-7 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.card img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.card h3 {
    font-size: 1.3rem;
    margin: 5px 0 0;
    font-weight: bold;
}

.card p {
    color: #6b7280;
    font-size: 0.9rem;
    width: 100%;
}

.card button {
    margin-top: 1rem;
    background-color: #10b981;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.quick-links .title,
.spaces .title, .new-hires h4, .events-section h4, .launch-pad h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #111827;
    margin-top: 0;
    cursor: pointer;
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.quick-links > div {
    display: flex;
    align-items: center;
    background-color: rgb(247 246 242);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    font-weight: 500;
    color: #374151;
    flex-wrap: wrap;
}

.img-wrapper{
    display: block;
    width: 100%;
    max-width: 100%;
}

.img-wrapper img {
    width: 20px;
    height: 20px;
}

.spaces .news-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;
    padding: 1rem;
}

.img-space {
    width: 44px;
    height: 44px;
    background: linear-gradient(90deg, rgba(253, 29, 29, 1) 0%, rgba(255, 93, 23, 1) 17%, rgba(252, 176, 69, 1) 74%);
    padding: 10px;
    border-radius: 10px;
}

.img-space img {
    width: 24px;
    height: 24px;
}

.text-big {
    font-weight: 600;
    color: #111827;
}

.text-small {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: normal;
}

.events {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.new-hires {
    flex: 1;
    max-width: 25rem;
    width: 100%;
}

.new-hires img {
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff00;
}

.section ul {
    padding-left: 1rem;
}

.section ul li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #374151;
}

.launch-pad-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.launch-pad-icons img {
    width: 36px;
    height: 36px;
}
.new-hires-imgs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
    align-items: start;
    justify-items: stretch;
}

.slider-wrapper{
    padding: 0;
    position: relative;
}
.slider-text{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    padding: 2rem;
    border-radius: 0 11px 0 0;
}
.section-art .article .text-content{
    max-height: 85px;
    overflow: hidden;
}

.section-art .article{
    display: flex;
    height: 200px;
    width: 100%;
}
.section-art .article .img{
    width: 100%;
    max-width: 30%;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}
.events>.section.events-wrapper{
    width: calc(100% - 25rem);
    min-height: 390px;
}
.section-art .article .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(30% - 80px);
    width: 0;
    border-left: 80px solid white;
    border-bottom: 200px solid transparent;
}
.section-art .article .text{
    width: 100%;
    max-width: 70%;
    border-radius: 12px 0 0 12px;
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.section-art{
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.section-art .article{
    padding: 0;
    position: relative;
}
.left-sided{
    text-align: left;
    padding-left: 1rem;
}
.events-section {
    font-family: sans-serif;
}
.event {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FBEAEA;
    color: #A6282F;
    border-radius: 4px;
    font-weight: bold;
    width: 42px;
    margin-left: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.date-badge .month {
    font-size: 0.7rem;
    padding: 4px 0;
    background: #f3d7d7;
    width: 100%;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.date-badge .day {
    font-size: 1rem;
    padding: 6px 0;
    width: 100%;
    text-align: center;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event-info {
    flex-grow: 1;
}
.event-info strong {
    font-size: 0.95rem;
    color: #333;
}
.event-info .location {
    font-size: 0.85rem;
    color: #666;
    margin-top: 2px;
}
.view-more {
    font-size: 0.85rem;
}
  
.view-more a.vm {
    z-index: 1;
    width: 100%;
    left: 23px;
    bottom: 2px;
    position: absolute;
    color: #555;
    font-weight: 500;
}
.view-more #calendar_table{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background: #FFF;
    overflow: hidden;
    transition: height 0.4s ease;
    box-shadow: none;
    border-radius: 12px;
}
.view-more #calendar_table.expanded{
    height: calc(100% + 12px);
    transition: height 0.4s ease;
}
.card, .section{
    width: 100%;
}


.launch-pad {
    font-family: Arial, sans-serif;
    margin: 20px auto;
}
.launch-pad h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.app {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}
.app img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.app span {
    font-size: 14px;
}
