@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'helvetica';
    src: url(../fonts/Helvetica.ttf);
}
@font-face {
    font-family: 'greycliffcf-bold';
    src: url(../fonts/greycliffcf-bold.otf);
}

* {
    font-family: 'roboto-regular';
}

body {
    background-color: #F6F6F6;
}

header {
    height: 70px;
    background-color: #c00;
    border-bottom: 6px solid #FFB242;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}

main {
    min-height: calc(100vh - 189px);
    padding-top: 71px;
}

.logo {
    display: block;
    margin-bottom: -6px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 50%);
}

.form-heading {
    font-size: 36px;
    text-align: center;
    color: black;
    font-family: 'roboto-bold';
}

.custom-label {
    color: #707070;
    padding-left: 10px;
    margin-bottom: 5px;
}

.custom-input {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    width: 100%;
    padding: 10px 15px;
    outline: none;
}

.custom-input:focus {
    border-color: #FFB242;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.selectize-input {
    border-radius: 10px;
    border-color: #DDDDDD;
    box-shadow: none;
}

.selectize-input.focus {
    border-radius: 10px;
    border-color: #FFB242;
    box-shadow: none;
}

.selectize-input {
    padding: 10px 15px;
}

.selectize-control.single .selectize-input:not(.no-arrow):after {
    border-width: 0px 2px 2px 0px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-color: #707070;
    transform: rotate(45deg);
}

.selectize-control.single .selectize-input:not(.no-arrow).dropdown-active:after {
    border-width: 0px 2px 2px 0px !important;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-color: #4e4e4e !important;
    transform: rotate(45deg);
}

.start-btn {
    background-color: #CC0000;
    border-radius: 20px;
    padding: 21px;
    text-align: center;
    color: white;
    border: none;
    font-size: 22px;
    font-family: 'roboto-bold';
    width: 100%;
}

.acc {
    color: #000000;
    font-size: 23px;
    text-align: center;
}

.acc a {
    text-decoration: none;
    color: #CC0000;
    font-size: 25px;
    display: inline-block;
    margin-left: 20px;
    font-family: 'roboto-bold';
}

.terms {
    color: #707070;
    text-align: center;
    font-size: 19px;
}

.terms a {
    font-family: 'roboto-bold';
    text-decoration: none;
    color: #707070;
}

footer {
    background-color: #CC0000;
    border-top: 6px solid #FFB242;
    text-align: center;
    padding: 15px 0px;
}

.privacy {
    font-size: 13px;
    color: white;
    margin: 9px 0px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a {
    text-decoration: none;
    margin: 0px 15px;
}

.forgot {
    color: #33B5E5;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.modal-upload-header {
    display: flex;
    flex-direction: row;
    max-height: 70px;
}

.modal-upload-resources {
    width: 400px;
}

.modal-upload-target {
    width: 380px;
}

.modal-btn-close-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.custom-modal .modal-content {
    background: transparent;
    border: none;
}

.custom-modal .modal-body {
    background: white;
    border-radius: 20px;
}

.modal-img {
    width: 364px;
    height: 100%;
    background-color: #e53e3e58;
}

.modal-img-target {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.modal-img-target-container {
    margin-bottom: 28px;
    background-color: #E4E4E4;
    border-radius: 20px 20px 0 0;
    padding: 47px;
}

.modal-divisor-line {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
}

.modal-promotional-img-container {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal .modal-dialog {
    /* margin-top: 5rem; */
}

.custom-modal .btn-close {
    opacity: 1;
    filter: invert(100%);
}

.modal-heading {
    color: #CC0000;
    text-align: center;
    font-family: "roboto-bold";
    font-size: 40px;
}

.modal-heading-2 {
    color: #CC0000;
    text-align: center;
    font-family: "roboto-bold";
    font-size: 25px;
}

.custom-modal h5 {
    text-align: center;
    color: black;
}

.custom-modal p {
    font-size: 20px;
    padding: 0px 10px;
    color: #707070;
}

.modal-btn {
    width: 170px;
    display: block;
    margin: auto;
    border: none;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    background-color: #CC0000;
    font-family: "roboto-bold";
    margin-bottom: 10px;
}

.modal-grid-types-resources {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.modal-text-magoo-description {
    display: block;
    width: 100%;
    text-align: center;
    color: #0F133A;
    font-size: 15px;
    font-family: 'roboto-regular';
}

.modal-magoo-description-container {
    margin: 17px 0;
}

.modal-type-resource-container {
    display: flex;
    flex-direction: column;
    max-width: 64px;
    cursor: pointer;
}

.modal-resource-text {
    color: #0F133A;
    font-size: 15px;
    font-family: 'roboto-regular';
    text-align: center;
    margin-top: 6px;
}

.modal-resource-img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin: auto;
}

.modal-link {
    text-align: center;
    color: #33B5E5;
    font-family: "roboto-bold";
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

.login-link {
    color: #000000;
    text-decoration: none;
    font-size: 19px;
}

.search-bar {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25rem;
    padding: 6px 9px;
}

.search-bar input {
    width: 75%;
    font-size: 22px;
    border: navajowhite;
    outline: none;
    color: #707070;
    padding-left: 10px;
}

.search-bar button {
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #33B5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: none;
}

.custom-home-cards {
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}

.custom-home-cards video,
.custom-home-cards img {
    width: 100%;
}

.home-card-body {
    padding: 25px;
    display: block;
}

.home-collection-card-body {
    padding: 0 25px 10px 25px;
    display: block;
}

.home-card-footer {
    padding: 25px;
    padding-top: 15px;
    border-top: 1px solid #E4E4E4;
}

.index-card-interactions {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4px;
    padding-left: 6px;
}

.profile-name {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 47px;
}

.profile-name img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.profile-name h6 {
    color: black;
    font-size: 18px;
    font-family: "roboto-bold";
    width: calc(100% - 20px);
    padding-left: 5px;
    margin: 0px;
}

.magoo-type {
    color: black;
    font-size: 15px;
    font-family: "roboto-bold";
    text-align: end;
    margin: 0px;
}

.action-img-card-container {
    width: 35px;
    height: 35px;
}

.action-img-card-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.views {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.views span {
    white-space: nowrap;
    text-align: center;
    color: black;
    font-size: 15px;
}

.views-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.views-2 span {
    color: black;
    font-size: 15px;
    padding: 0 10px 0 12px;
}

.card-info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-info-col span {
    padding: 0;
}

.like-btn-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.like-btn {
    background: transparent;
    border: none;
    padding: 0;
}

.other-btns {
    text-align: end;
}

.other-btns>* {
    background: transparent;
    border: none;
    margin: 0px 0.25em;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
}

.other-btns>*:last-child {
    margin-right: 0px;
}

.container-actions-home-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.delete-magoo {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.comment-btn {
    background: transparent;
    border: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
}

.magoo-name {
    color: black;
    font-family: "roboto-bold";
    font-size: 23px;
    margin: 0px;
}

.magoo-name-2 {
    color: black;
    font-family: "roboto-bold";
    font-size: 18px;
    margin: 0px;
}

.corner-add-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
    width: 70px;
    background-color: #33B5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid white;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.magoo-type-2 {
    color: #CC0000;
    font-size: 20px;
    font-family: "roboto-bold";
}

.magoo-status {
    color: #000000;
    font-size: 20px;
    font-family: "roboto-bold";
    text-align: end;
    margin-left: 14px;
}

.custom-label {
    font-size: 14px;
    color: #000000;
}

.form-select {
    border-radius: 25rem;
    color: #707070;
    font-size: 13px;
    background-size: 16px 10px;
    background-image: url(../img/cheveron-down.svg);
}

.subtotal {
    font-size: 26px;
    font-family: "roboto-bold";
    color: #000000;
}

.shipping-text {
    font-size: 14px;
    color: #919191;
}

.add-to-cart-btn {
    all: unset;
    color: #CC0000;
    font-size: 17px;
    cursor: pointer;
}

.buy-now-btn {
    all: unset;
    background-color: #CC0000;
    border-radius: 25rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    font-family: "roboto-bold";
    font-size: 18px;
}

.user-name-bar {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25rem;
    padding: 6px 0;
    text-decoration: none;
}
.user-name-bar > img{
    width: 34px;
}

.user-name-bar span {
    font-size: 22px;
    color: #000000;
    padding-left: 10px;
}

.user-name-bar button {
    /* height: 100%; */
    /* aspect-ratio: 1; */
    border-radius: 50%;
    background-color: #33B5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    border: none;
    padding: 0;
}

.user-name-bar button img {
    width: 70%;
    height: auto;
}

.create-box {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
    background-color: white;
    padding: 17px 23px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
}

.create-box img {
    width: 45px;
    margin-right: 15px;
}

.create-box p {
    margin: 0px;
    background-color: #F5F5F5;
    color: black;
    font-family: "roboto-bold";
    text-align: center;
    border-radius: 25rem;
    width: calc(100% - 60px);
    padding: 13px;
    font-size: 21px;
}

.create-box p span {
    color: #CC0000;
    font-family: "roboto-bold";
}

.modal-heading-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 23px;
    color: #221F20;
    font-family: "roboto-bold";
    text-align: center;
}

.ask {
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin: 0px;
    margin-top: 5px;
}

.ask~hr {
    margin: 5px 0px;
    margin-left: -16px;
    margin-right: -16px;
    color: #E4E4E4;
}

.magoo-type-btns {
    all: unset;
    cursor: pointer;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 15px; */
}

.magoo-type-btns span {
    font-size: 17px;
    color: #000000;
    display: block;
}

#complete-slider .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #E3E3E3;
    opacity: 1;
}

#complete-slider .carousel-indicators .active {
    background-color: #CC0000;
}

#complete-slider .carousel-indicators {
    /* position: static; */
    bottom: unset;
    top: 69%;
    margin: 0px;
}

#add-magoo-modal .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #E3E3E3;
    opacity: 1;
}

#add-magoo-modal .carousel-indicators .active {
    background-color: #CC0000;
}

#add-magoo-modal .carousel-indicators {
    position: static;
    bottom: unset;
    top: 65%;
    margin: 0px;
}

.slide-img {
    max-width: 526px;
    margin: auto;
}

.fant {
    font-size: 35px;
    color: #000000;
    font-family: "roboto-bold";
    text-align: center;
    margin-bottom: 8px;
    line-height: 1;
}

.fant~p {
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 0 15px;
    line-height: 1.2;
}

#complete-slider {
    min-height: 650px;
}

.share-container {
    background-color: #F6F6F6;
    border-top: 1px solid #E4E4E4;
    padding: 25px;
}

.test-box {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25rem;
    color: black;
    padding: 0px 20px;
    padding-right: 0px;
}

.test-box h2 {
    font-family: 'roboto-bold';
    margin: 0px;
    font-size: 35px;
    width: calc(100% - 63px);
}

.test-box a {
    height: 63px;
    aspect-ratio: 1;
    border: 5px solid white;
    border-radius: 50%;
    background-color: #ed0000;
    box-shadow: 0px 0px 20px #cc00008e;
}

.test-box img {
    transform: scale(1.05);
    transform-origin: center;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.301));
}

.ready-text {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-family: 'roboto-bold';
}

.shair-text {
    font-size: 29px;
    color: #CC0000;
    text-align: center;
    font-family: 'roboto-bold';
}

.qr-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    width: max-content;
    margin: auto;
    max-width: 200px;
    border-radius: 10px;
    background-color: white;
}

.qr-box h4 {
    font-family: 'roboto-bold';
    color: #CC0000;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.download-btn {
    color: #CC0000;
    text-decoration: none;
    font-family: 'roboto-bold';
    font-size: 29px;
}

.slide-text {
    text-align: center;
    color: black !important;
    font-size: 19px;
    background-color: white;
}

.edit-box {
    z-index: 8;
    margin-left: -12px;
    margin-right: -12px;
    aspect-ratio: 1/0.8;
    background: url(../img/edit-bg.svg);
    background-size: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-panel {
    background-color: white;
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px;
}

.edit-panel h6 {
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-family: 'roboto-bold';
}

.edit-panel p {
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.edit-panel hr {
    margin-left: -12px;
    margin-right: -12px;
    color: #E4E4E4;
    opacity: 1;
}

.switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-btn-close {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #E4E4E4;
    padding: 0;
}

.modal-select-target-source {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 170px;
}

.modal-source-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-source-text {
    font-family: "roboto-regular";
    font-size: 19px;
}

.modal-target-source-container {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 7.5px;
    background-color: #F6F6F6;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25rem;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17.5px;
    width: 17.5px;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25rem;
}


input:checked+.slider:before {
    left: 100%;
    background-color: #CC0000;
}
#privacy-status .slider:before {
    background-color: #CC0000;
}

input:active+.slider:before {
    width: 22.5px;
}

.home-card-footer .slider:before {
    background-color: #CC0000;
    width: 22px;
    height: 22px;
}

.home-card-footer .switch {
    height: 9px;
    width: 44px;
}

.switch-container>span {
    font-size: 14px;
    line-height: 1.1;
    color: #000000;
    margin: 0px 18px;
}

.range-container {
    align-items: center;
}

.range-container span {
    font-size: 14px;
    color: #000000;
}

.range-container input[type="number"] {
    width: 100%;
    border: 1px solid #F6F6F6;
    border-radius: 3px;
    color: #707070;
    font-size: 14px;
    outline: none;
    text-align: center;
    padding: 5px;
    /* pointer-events: none; */
}

input[type=range] {
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    background: #F6F6F6;
    border-radius: 25rem;
}

input[type=range]::-webkit-slider-thumb {
    height: 17.5px;
    width: 17.5px;
    border-radius: 25rem;
    background: #CC0000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #F6F6F6;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    background: #F6F6F6;
    border-radius: 25rem;
}

input[type=range]::-moz-range-thumb {
    height: 17.5px;
    width: 17.5px;
    border-radius: 25rem;
    background: #CC0000;
    cursor: pointer;
    border: none;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #F6F6F6;
    border: none;
    border-radius: 25rem;
    box-shadow: none;
}

input[type=range]::-ms-fill-upper {
    background: #F6F6F6;
    border: none;
    border-radius: 25rem;
    box-shadow: none;
}

input[type=range]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 17.5px;
    width: 17.5px;
    border-radius: 25rem;
    background: #CC0000;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #F6F6F6;
}

input[type=range]:focus::-ms-fill-upper {
    background: #F6F6F6;
}

.next-btn {
    display: block;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    color: white;
    font-family: "roboto-bold";
    font-size: 22px;
    background-color: #CC0000;
    padding: 16px;
    text-decoration: none;
    border: none;
}

.dp-box {
    position: relative;
    text-align: center;
}

.dp-box>img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.camera-circle {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #DFDADA;
    padding: 5px;
    transform: translateY(40%);
    cursor: pointer;
}

.pp {
    font-size: 14px;
    color: #707070;
    display: block;
    text-align: center;
}

.custom-input-2 {
    width: 100%;
    border-radius: 25rem;
    border: none;
    outline: none;
    padding: 5px 20px;
    cursor: not-allowed;
    background-color: #DDDDDD;
    pointer-events: none;
    opacity: 0.5;
}

.custom-input-3 {
    width: 100%;
    border-radius: 25rem;
    border: none;
    outline: none;
    padding: 5px 20px;
    cursor: text;
    background-color: #DDDDDD;
    opacity: 1;
}

.pencil-btn {
    width: 25px;
    aspect-ratio: 1;
    position: absolute;
    right: 10px;
    z-index: 1;
    background-color: #33B5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pencil-btn img {
    width: 100%;
}

.custom-input-2:focus {
    pointer-events: all;
    cursor: text;
    opacity: 1;
}

.custom-label-2 {
    font-size: 13px;
    color: #707070;
}

.modal-footer-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-footer-btns button {
    border: none;
    background: transparent;
    color: #33B5E5;
    font-size: 17px;
    font-family: "roboto-bold";
}

.modal-footer-btns a {
    color: #CC0000;
    font-family: "roboto-bold";
    font-size: 17px;
    text-decoration: none;
}

.custom-modal .delete-text {
    font-size: 27px;
    color: #707070;
    text-align: center;
    line-height: 1.1;
}

.delete-text span {
    font-family: "roboto-bold";
}

.delete-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.delete-btns button,
.delete-btns a {
    background: transparent;
    border: none;
    text-decoration: none;
    color: #707070;
    font-family: 'roboto-medium';
    font-size: 27px;
}

.delete-btns .del-btn {
    color: #CC0000;
}

.comment-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000077;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.comment-section {
    position: fixed;
    height: 82vh;
    z-index: 10;
    width: 100%;
    bottom: -100vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 550px;
    transition: all .3s;
}

.comment-section .btn-close {
    filter: invert(100%);
    opacity: 1;
}

.comment-area {
    background-color: #F6F6F6;
    border-radius: 20px 20px 0px 0px;
    height: calc(100% - 160px);
    display: flex;
    padding: 25px;
    overflow-y: auto;
    flex-direction: column;
}

.comment-area::-webkit-scrollbar {
    width: 5px;
}

.comment-area::-webkit-scrollbar-track {
    width: 5px;
    background: transparent;
}

.comment-area::-webkit-scrollbar-thumb {
    background: #DDDDDD;
    border-radius: 25rem;
}

.comment-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.comment-dp {
    width: 25px;
}

.comment-dp img {
    width: 100%;
}

.comment-detail {
    width: calc(100% - 30px);
}

.comment-detail h6 {
    font-size: 18px;
    color: black;
    font-family: "roboto-bold";
}

.comment-detail p {
    color: #707070;
    font-size: 15px;
    line-height: 1.1;
}

.comment-footer {
    border-top: 1px solid #E4E4E4;
    background-color: #F6F6F6;
    padding: 41px 15px 25px 15px;
}

.comment-footer input {
    width: 100%;
    border-radius: 25rem;
    font-size: 21px;
    color: #707070;
    padding: 17px 38px;
    padding-right: 100px;
    background-color: #DDDDDD;
    border: none;
    outline: none;
}

.comment-footer button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 35px;
    transform: translateY(-50%);
    padding: 3px;
}

.no-comment-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    width: 100%;
}

.no-comment-section img {
    width: 40%;
}

.no-comment-section p {
    font-size: 21px;
    line-height: 1.1;
    color: #707070;
}

.no-comment-section span {
    font-size: 17px;
    line-height: 1.1;
    color: #707070;
}

.custom-input.bg-light {
    background: #DDDDDD !important;
    border-radius: 23px;
    border: none;
    padding: 15px 20px;
    width: 90%;
    margin: 15px auto;
    display: block;
}

.type-name {
    color: white;
    font-size: 40px;
    font-family: "roboto-bold";
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0px;
}

.camera-screen {
    position: relative;
}

.text-logo {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 21%;
}

.magoo-eyes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51%;
}

.camera-btn {
    all: unset;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 18.61%;
}

.camera-btn img {
    width: 100%;
}

.modal-btn label {
    cursor: pointer;
    display: block;
    margin: -10px;
    padding: 10px;
}

.upload-usdz {
    font-size: 20px;
    display: block;
    width: max-content;
    margin: auto;
    padding: 9px 60px;
    text-align: center;
    color: white;
    font-family: "roboto-bold";
    background-color: #CC0000;
    border-radius: 25rem;
    cursor: pointer;
}

.side-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: -30px;
    right: 8%;
    gap: 25px;
    width: 100%;
}

.side-btns a {
    width: 13%;
    max-width: 100px !important;
    aspect-ratio: 1;
}
.side-btns img {
    width: 100%;
    opacity: 1 !important;
}

.side-btns .corner-add-btn {
    border-width: 4px;
}
.side-btns .comment-btn {
    all: unset;
    cursor: pointer;
    display: block;
}

.side-btns button {
    width: 13% !important;
    max-width: 100px !important;
    height: auto;
    aspect-ratio: 1;
}

.side-btns .corner-add-btn img {
    width: auto;
    max-width: 100%;
}


.camera-screen img.screen {
    min-height: 100vh;
    object-fit: cover;
}

.error {
    color: #e53e3e;
    display: block;
    margin: 5px 0px;
    font-size: 14px;
}

.error img {
    margin-right: 5px;
}

.profile-footer-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accept-btn {
    background: #33B5E5;
    border: none;
    padding: 7px 35px;
    font-size: 17px;
    font-family: "roboto-bold";
    color: white;
    border-radius: 10px;
}

.cancle-btn {
    all: unset;
    font-size: 17px;
    font-family: "roboto-bold";
    color: #707070;
    cursor: pointer;
}

.file-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000081;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.file-loading .loading-content{
    background-color: white;
    border-radius: 1rem;
    padding: 5rem 15px;
    width: 90%;
    max-width: 500px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.loading-content img{
    width: 50%;
}

.file-loading p{
    color: #707070;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
.user-name-bar .verify-popup-btn{
    color: #c00;
    font-size: 18px;
    cursor: pointer;
}
#verifyProfileModal .custom-label-2{
    font-size: 12px;
}
.content-menu-container{
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 25rem;
    width: calc(100% - 54px);
    height: 41px;
}
.content-menu-wrapper {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-text-menu {
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25rem;
    color: #33B5E5;
    text-decoration: none;
    font-family: 'roboto-bold';
    font-size: 20px;
}
.login-link-box{
    width: 100%;
    height: 100%;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25rem;
    color: #33B5E5;
    text-decoration: none;
    font-family: 'roboto-medium';
    font-size: 20px;
}
.login-link-box img{
    width: 25px;
    margin-right: 5px;
}
.login-link-box:focus img {
    border-radius: 50%;
    background-color: #fff;
}
.login-link-box:focus {
    background-color: #CC0000;
    color: #fff;
}
.active-tab-menu {
    background-color: #CC0000;
    color: #fff;
}
.active-tab-menu-blue {
    border-radius: 25rem;
    background-color: #33B5E5;
    color: #fff;
}
.active-tab-menu-blue a {
    color: #fff;
}
.profile-btn-menu {
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    margin: auto;
}
.profile-btn-menu img {
    width: 100%;
    height: 100%;
}
.back-btn{
    background-color: white;
    border-radius: 25rem;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    border: none;
    outline: none;
    padding-right: 25px;
    font-family: 'roboto-medium';
    color: black;
}
.back-btn span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #CC0000;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-btn span img{
    width: 75%;
}
.share-btn{
    all: unset;
    cursor: pointer;
}
.edit-file-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-file-name input[type="text"]{
    border: none;
    outline: none;
    font-family: "roboto-medium";
    pointer-events: none;
}
.edit-file-name label{
    border-radius: 50%;
    padding: 0;
    height: 28px;
    width: 28px;
    border: none;
    background: #33B5E5;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.edit-file-name span{
    font-family: "roboto-medium";
}
.not-found-text{
    font-size: 4rem;
    padding: 0 15px;
    line-height: 1.2;
}
.not-found-text h2{
    font-size: 5rem;
    font-family: "roboto-bold";
}
.modal-red-heading {
    color: #CC0000;
    font-size: 38px;
    font-family: "roboto-bold";
    text-align: center;
    margin: 15px 0;
}
.modal-text-description {
    color: #000000;
    font-size: 20px;
    font-family: "roboto-regular";
    text-align: center;
}
.modal-container-cookies-buttons, .modal-container-alert-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.modal-big-text-btn {
    font-size: 22px;
}
.modal-reject-cookies, .modal-reject-alert {
    background-color: transparent;
    color: #33B5E5;
    font-family: "roboto-bold";
    cursor: pointer;
    font-size: 22px;
    border: none;
    outline: none;
}
.big-btn-close {
    background-size: 50px 20px;
}
#alert-modal .modal-body {
    border-radius: 32px;
}
.modal-mobile-target-text {
    color: #CC0000;
    font-size: 20px;
    font-family: 'roboto-bold';
}
#cookies-modal .modal-body {
    border-radius: 32px;
}

.transfer-magoo-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.red-button-edit {
    width: 100%;
    height: 62px;
    border-radius: 50px;
    background-color: #CC0000;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'roboto-bold';
    color: #FFF;
    font-size: 17px;
}
.transparent-button-edit {
    width: 100%;
    height: 62px;
    border-radius: 50px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'roboto-bold';
    color: #33B5E5;
    font-size: 17px;
}

#background-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000081;
    z-index: 30;
}

#background-loading-container .internal {
    background: white;
    width: 100%;
    height: 100%;
}
.magoo-copy-info {
    display: flex;
    flex-direction: row;
    height: 24px;
    color: black;
    font-size: 15px;
    gap: 10px;
}

@media (max-width: 1399px) {
    #complete-slider .carousel-indicators {
        top: 69%;
    }
}

@media (max-width: 1199px) {
    #complete-slider .carousel-indicators {
        top: 71%;
    }
    .studio-targets-container {
        width: 349px;
    }
    .studio-properties-scroll-container {
        width: 290px;
    }
    .studio-layer-name {
        font-size: 13px;
    }
}

@media (max-width:992px) {
    header {
        height: 47px;
    }
    main{
        padding-top: 53px;
    }
    .logo {
        height: 70px;
        transform: translateY();
    }

    #complete-slider .carousel-indicators {
        top: 69%;
    }

    /*.edit-box {
        position: sticky;
        top: 47px;
    }*/

    main {
        min-height: calc(100vh - 189px);
    }
    .not-found-text{
        font-size: 3.5rem;
    }
    .not-found-text h2{
        font-size:4.5rem;
        font-family: "roboto-bold";
    }
}

@media (max-width:576px) {
    .form-heading {
        font-size: 31px;
    }

    .custom-label {
        font-size: 11px;
    }

    .start-btn {
        font-size: 17px;
    }

    .acc {
        font-size: 18px;
    }

    .acc a {
        font-size: 20px;
    }

    .terms {
        font-size: 14px;
    }

    .privacy {
        font-size: 8px;
    }

    .modal-heading {
        font-size: 35px;
    }

    .modal-btn {
        font-size: 15px;
    }


    .modal-big-text-btn, .modal-reject-alert {
        font-size: 16px;
    }
    .modal-big-text-btn, .modal-reject-cookies {
        font-size: 16px;
    }

    .modal-text-description {
        font-size: 17px;
    }

    .modal-red-heading {
        font-size: 30px;
    }

    .modal-link {
        font-size: 15px;
    }

    .custom-modal p {
        font-size: 15px;
    }

    .search-bar button {
        padding: 6px;
    }

    .home-card-body {
        padding: 15px;
    }

    .home-collection-card-body {
        padding: 0 15px 10px 15px;
    }

    .home-card-footer {
        padding: 15px;
        padding-top: 8px;
    }

    .profile-name {
        height: 37px;
        padding: 0 15px;
    }

    .profile-name img {
        width: 15px;
        height: 15px;
    }

    .profile-name h6 {
        font-size: 15px;
        width: calc(100% - 15px);
        padding-left: 3px;
    }

    .views-2 span {
        font-size: 10px;
    }

    .views span {
        font-size: 10px;
    }

    .like-btn-container {
        font-size: 10px;
    }

    .other-btns button {
        margin: 0px 0.25em;
    }

    .other-btns>*:last-child {
        margin-right: 0px;
    }

    .magoo-name {
        font-size: 18px;
    }

    .corner-add-btn {
        height: 65px;
        width: 65px;
    }

    .magoo-type-2 {
        font-size: 15px;
    }

    .magoo-type {
        font-size: 10px;
    }

    .magoo-status {
        font-size: 15px;
    }

    .form-select {
        font-size: 8px;
        background-size: 11px 5px;
    }

    .subtotal {
        font-size: 21px;
    }

    .shipping-text {
        font-size: 9px;
    }

    .add-to-cart-btn {
        font-size: 12px;
    }

    .buy-now-btn {
        font-size: 13px;
    }

    .user-name-bar span {
        font-size: 17px;
    }

    .user-name-bar button {
        height: 29px;
        width: 29px;
    }

    .user-name-bar > img{
        width: 29px;
    }

    .create-box {
        padding: 12px 18px;
        border-radius: 11px;
    }

    .create-box img {
        width: 40px;
        margin-right: 10px;
    }

    .create-box p {
        width: calc(100% - 50px);
        padding: 11px;
        font-size: 16px;
    }

    .create-box p span {
        font-size: 16px;
    }

    .modal-heading-3 {
        font-size: 20px;
    }

    .ask {
        font-size: 19px;
        margin-top: 3px;
    }

    .ask~hr {
        margin: 3px 0px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .magoo-type-btns span {
        font-size: 12px;
    }

    .fant {
        font-size: 30px;
    }

    .fant~p {
        font-size: 15px;
    }

    #complete-slider {
        min-height: 480px;
    }

    #complete-slider .carousel-indicators {
        top: 60%;
    }

    .test-box h2 {
        font-size: 28px;
        width: calc(100% - 58px);
    }

    .test-box a {
        height: 58px;
        aspect-ratio: 1;
    }

    .share-container {
        padding: 20px 10px;
    }

    .ready-text {
        font-size: 19px;
    }

    .shair-text {
        font-size: 24px;
    }

    .qr-box h4 {
        font-size: 21px;
    }

    .download-btn {
        font-size: 24px;
    }

    .slide-text {
        font-size: 14px;
    }

    .edit-panel h6 {
        font-size: 17px;
    }

    .edit-panel p {
        font-size: 12px;
    }

    .switch {
        width: 30px;
        height: 5px;
    }

    .switch-container>span {
        font-size: 12px;
    }

    .slider:before {
        height: 15px;
        width: 15px;
    }

    .range-container span {
        font-size: 12px;
    }

    .range-container input[type="number"] {
        font-size: 12px;
    }

    input[type=range]::-webkit-slider-runnable-track {
        height: 5px;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        margin-top: -3.5px;
    }

    input[type=range]::-moz-range-track {
        height: 5px;
    }

    input[type=range]::-moz-range-thumb {
        height: 15px;
        width: 15px;
    }

    input[type=range]::-ms-track {
        height: 5px;
        border-width: 10px 0;
    }

    input[type=range]::-ms-thumb {
        height: 15px;
        width: 15px;
    }

    .next-btn {
        font-size: 17px;
        padding: 14px;
        border-radius: 15px;
    }

    .forgot {
        font-size: 25px;
    }

    .modal-heading-2 {
        font-size: 18px;
    }

    .camera-circle {
        width: 20px;
        height: 20px;
    }

    .pp {
        font-size: 9px;
    }

    .custom-input-2, .custom-input-3 {
        padding: 5px 15px;
        font-size: 11px;
    }

    .pencil-btn {
        width: 20px;
        height: 20px;
        right: 5px;
    }

    .custom-label-2 {
        font-size: 8px;
    }

    .modal-footer-btns button {
        font-size: 13px;
    }

    .modal-footer-btns a {
        font-size: 13px;
    }

    .custom-modal .delete-text {
        font-size: 23px;
    }

    .delete-btns button,
    .delete-btns a {
        font-size: 23px;
    }

    .comment-footer {
        padding: 36px 10px 20px 10px;
    }

    .comment-footer input {
        font-size: 16px;
        padding: 13px 30px;
        padding-right: 50px;
    }

    .comment-area {
        height: calc(100% - 135px);
    }

    .no-comment-section img {
        width: 40%;
    }

    .no-comment-section p {
        font-size: 16px;
    }

    .no-comment-section span {
        font-size: 12px;
    }

    .type-name {
        font-size: 35px;
    }

    .upload-usdz {
        font-size: 15px;
    }

    .side-btns img {
        width: 45px;
    }

    .side-btns .corner-add-btn {
        width: 45px;
        height: 45px;
        border-width: 3px;
    }

    .side-btns .corner-add-btn img {
        width: 75%;
    }

    .comment-detail h6 {
        font-size: 13px;
    }

    .comment-detail p {
        font-size: 10px;
    }

    .error {
        font-size: 9px;
    }

    .error img {
        width: 18px;
    }

    .accept-btn {
        font-size: 12px;
    }

    .cancle-btn {
        font-size: 12px;
    }

    main {
        min-height: calc(100vh - 166px);
    }
    .file-loading p{
        font-size: 16px;
    }
    .custom-modal .modal-dialog {
        margin: 0.5rem 1.5rem;
    }
    .file-loading .loading-content{
        margin: 3.5rem auto;
        width: 90%;
    }
    .edit-box{
        aspect-ratio: 1/0.8;
    }
    .user-name-bar .verify-popup-btn{
        font-size: 15px;
    }
    .resend-text{
        font-size: 12px;
    }
    .login-link-box{
        font-size: 15px;
    }
    .back-btn{
        padding: 5px;
        padding-right: 15px;
    }
    .back-btn span{
        height: 20px;
        width: 20px;
        margin-right: 15px;
    }
    .edit-file-name input{
        font-size: 12px;
    }
    .edit-file-name span{
        font-size: 12px;
    }
    .edit-file-name label{
        height: 20px;
        width: 20px;
    }
    .not-found-text{
        font-size: calc(2.5vw + 24px);
    }
    .not-found-text h2{
        font-size: calc(2.5vw + 28px);
    }
    .modal-upload-resources {
        width: auto;
    }
    .modal-upload-target {
        width: auto;
    }
    .section-text-menu {
        font-size: 17px;
    }
    .profile-btn-menu {
        width: 29px;
        height: 29px;
    }
}

@media (max-width:395px) {
    .other-btns button {
        margin: 0px 0.1em;
    }

    .subtotal {
        font-size: 16px;
    }

    .buy-now-btn {
        font-size: 10px;
    }

    .add-to-cart-btn {
        font-size: 9px;
    }

    .test-box h2 {
        font-size: 22px;
    }

    .corner-add-btn {
        height: 60px;
        width: 60px;
    }

    .custom-modal .delete-text {
        font-size: 20px;
    }

    .delete-btns button,
    .delete-btns a {
        font-size: 20px;
    }

    .type-name {
        font-size: 32px;
        left: 25px;
        bottom: 25px;
    }

    .upload-usdz {
        font-size: 13px;
    }

    .side-btns .corner-add-btn {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }

    .side-btns .corner-add-btn img {
        width: 75%;
    }
}
