.ic-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.822);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-loading .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #ff6c40;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.ic-nav-item-wrapper.icon-active .ic_menubar_item:before {
    transform: translateY(-50%) rotate(45deg) !important;
}
.icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}
.ic-cards.collapse-all {
    height: 700px;
}
.ic-cards.full-screen .ic-body{
    max-height: inherit;
}
.ic-body::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

/* Track */
.ic-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ic-body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 10px;
}
.ic-cards p {
    font-size: 18px;
    /* font-weight: 600; */
    padding-bottom: 12px;
    /* color: #505050; */
}
.icons img {
    width: 100%;
}
.icons span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copy-icon-show {
    position: absolute;
    top: 8px;
    left: 25%;
}
.eye-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ebe7e7;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.copy-icon-show svg {
    width: 15px;
}
@media (max-width: 1366px) {
    .ic-cards .ic-button {
        height: 40px;
        padding: 0 28px;
    }
}

.copy-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ebe7e7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ms-img-card {
    height: 165px;
    object-position: center;
    object-fit: cover;
}
.copy-delete {
    top: 48px;
    right: 10px;
}
.ic-body {
    font-family: "Montserrat", serif;
    overflow-x: auto;
    overflow-y: auto;
        max-height: 412px;
}
.ic_body_content {
    position: relative;
    margin-bottom: 30px;
}
.ic_body_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.151), rgb(255, 255, 255) 80%);
}
.ic-wrapper {
    /* height: 100%; */
    min-width: 31.25rem;
    max-width: 31.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    background-color: white;
    padding: 10px;
}
.ms-logos {
    text-align: center;
}
.ms-logos-img {
    margin: 0px auto;
    max-width: 100%;
    max-height: 12.5rem;
}
a {
    text-decoration: none;
}
.w-100 {
    width: 100%;
}

.mb-30 {
    margin-bottom: 25px;
}

.img-button-img {
    max-width: 100%;
}

.audio-wrapper {
    text-align: center;
    padding-top: 30px;
}
.content-wrapper {
    text-align: center;
    padding-top: 30px;
}

.content-form .forms {
    width: 100%;
    height: 600px;
}
.content-form .vimeo {
    width: 100%;
    height: 280px;
}
.social-content ul li {
    list-style: none;
}
.social-content ul li:not(:last-child) {
    margin-bottom: 15px;
}
.social-content ul {
    padding-left: 0;
}
.social-content ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    gap: 10px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ms-product-item {
    width: calc(100% / 2 - 20px + 20px / 2);
    text-align: center;
}
.ms-product-item img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.form-check-input:checked {
    background-color: #2c2ab3;
    border-color: #2c2ab3;
}
.form-check-input:focus {
    box-shadow: none;
}

@media (max-width: 575px) {
    .ic-wrapper {
        padding: 0 20px;
        min-width: 100%;
    }
    .ms-product-item img {
        width: 130px;
        height: 130px;
    }
}

.page-redirect a {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.icon-grid {
    display: grid;
    gap: 20px;
    /* Spacing between items */
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control {
    background-color: #eaecf0 !important;
}
.text-size-12 {
    font-size: 14px;
    font-weight: 300;
}
.label-comment {
    color: #2c2ab3;
}
.font-size-18 {
    font-size: 17px;
    font-weight: 600;
}
.ic_student_menubar_wrapper .ic-home-content {
    padding: 20px;
    /* width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #1d4375 #3eddaa; */
}
.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar {
    width: 40px;
    /* Set desired width */
}

.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar-track {
    background: #1d4375;
}

.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar-thumb {
    background-color: #f2f6f9;
    border-radius: 5px;
    border: 5px solid #1d4375;
}

.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar {
    width: 40px;

    /* Set desired width */
}

.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar-track {
    background: #1d4375;
}

.ic_student_menubar_wrapper .ic-home-content::-webkit-scrollbar-thumb {
    background-color: #f2f6f9;
    border-radius: 5px;
    border: 5px solid #1d4375;
}
.ic-right-sidebar {
    /* max-height: 70vh; */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    /* For Firefox */
    /* scrollbar-color: #3eddaa transparent; */
    /* For Firefox */
}

.ic-right-sidebar::-webkit-scrollbar {
    width: 8px;
    /* Scrollbar width */
}

.ic-right-sidebar::-webkit-scrollbar-thumb {
    background-color: #3eddaa;
    /* Scrollbar color */
    border-radius: 4px;
}

.ic-right-sidebar::-webkit-scrollbar-track {
    background: transparent;
    /* Scrollbar track color */
}
.component-card {
    cursor: pointer;
}
.ic-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 4px;
    background-color: #3eddaa;
    color: #fff;
    transition: 0.3s;
    margin-top: 20px;
    border: 1px solid #3eddaa;
}
.ic-page-button:hover {
    background-color: transparent;
    color: #3eddaa;
    border: 1px solid #3eddaa;
}
.font-size-14 {
    font-size: 14px !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.ic-cards {
    display: flex;
    flex-direction: column;
}
.map-source-preview iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.from-source-preview iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}

/* .swiper-slide {
    height: 150px!important;
} */
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ic-select-outline .form-select{
height: 48px;
border: 1px solid #121212;
color: #121212;
    border-radius: 8px;
    background-color: transparent;
}
.ic-select-outline .form-select:focus{
    box-shadow: none;
}
.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 200px !important;
    max-height: 240px;
    overflow: scroll;
    overflow-x: hidden;
}

#backToTopBtn {
    position: absolute;
    bottom: 259px;
    right: 435px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3eddaa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
    display: none;
}
.image-delete-btn {
    cursor: pointer !important;
    color: red !important;
    font-weight: bold !important;
    margin-left: 10px !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.element-card.ui-sortable-helper {
    background: rgba(50, 51, 51, 0.5) !important;
    /* soft mint green */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
}
@media (max-width: 1700px) {
    #backToTopBtn {
        right: 396px;
    }
}
@media (max-width: 991px) {
    #backToTopBtn {
        bottom: 62px;
        right: 217px;
    }
}
@media (max-width: 767px) {
    #backToTopBtn {
        bottom: 20px;
        right: 50px;
    }
}
