.publication-form-container {
    padding: 0;
    max-width: 1024px;
    background-color: #FFFFFF;

    .form-grid {
        div {
            .form-control {
                border-color: #006D6F;
                background-color: #FFFFFF;
                color: #006D6F;
            }
        }
    }
}

.publication-form-label {
    text-align: left;
    display: inline-block !important;
    width: fit-content !important;
    z-index: 9;
    /*color: #FFFFFF !important;*/
}

.publication-floating .form-control,
.publication-floating .form-select {
    border: 2px solid #006D6F;
    /*padding: 1rem 0.75rem 0.25rem;*/
    color: #006D6F;
    background-color: #FFFFFF;
    border-radius: 16px;
    max-width: 1024px;
    margin: auto;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.publication-floating > label {
    color: #006D6F;
    background-color: #FFFFFF;
    padding: 0 0.5rem 0 0.5rem;
    position: absolute;
    top: -12px;
    height: unset;
    margin-left: 1.75% !important;
    font-size: 1rem !important;
}

.publication-floating .brand-label {
    margin-left: 20.5% !important;
}

.publication-floating .form-control:focus,
.publication-floating .form-select {
    border-color: #006D6F;
}

.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select:not(:placeholder-shown) {
    padding-top: 0.75rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.flex-wrap > .publication-floating {
    flex-basis: 100%;
    @media screen and (min-width: 1024px) {
        flex-basis: 50%;
        max-width: 48.75%;
    }
}

#publication-form .d-flex {
    gap: unset !important;
    column-gap: 25px !important;
}

#publication-form .d-flex > .publication-floating > label {
    top: 2px !important;
    margin-left: 3.75% !important;
}

textarea {
    resize: none;
    min-height: 240px !important;
}

.form-check {
    text-align: initial;
    position: unset;
    left: unset;
    @media screen and (max-width: 420px) {
        left: unset !important;
    }
}

.publication-floating > .form-check > label {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #006D6F;
}

.form-check-input {
    --bs-form-check-bg: #FFFFFF !important;
    border-color: #006D6F !important;
    width: 30px;
    height: 30px;
    border-radius: 8px !important;
    margin-right: 8px !important;
    border-width: 2px;
}

.form-check-label {
    font-size: 0.9rem !important;
}

.justify-content-between {
    @media screen and (max-width: 1023px) {
        flex-wrap: wrap !important;
        flex-direction: column;
        margin-left: 5%;
    }
}

.image-input > .form-control:not(:placeholder-shown) {
    padding-top: 0.25rem !important;
    /*text-align: center;*/
    line-height: 45px;
    padding-left: 200px;
}

input::file-selector-button {
    font-weight: bold;
    color: white !important;
    background-color: #006D6F !important;
    padding: unset !important;
    border: thin solid grey;
    border-radius: 16px !important;
    height: 60px !important;
    width: 150px !important;
    text-align: center !important;
    justify-content: center;
    cursor: pointer;
}

.image-input input[type=file]::-webkit-file-upload-button {
    display: none;
}

.image-input input[type=file]::file-selector-button {
    display: none;
}

.image-input > label {
    font-weight: bold;
    color: white !important;
    background-color: #006D6F !important;
    border-radius: 16px !important;
    height: 58px !important;
    width: 150px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: unset !important;
    top: 0;
}

.btn-outline-danger {
    border-radius: 16px;
    width: 212px;
    height: 60px;
    border-width: 2px;
    font-size: 1rem;
}

.image-container {
    text-align: left !important;
}

#imagePreview {
    display: flex;
    flex-basis: 100%;
}

.form-header {
    color: #006D6F;
    font-weight: bolder;
    /*font-family: Montserrat;*/
}

.btn-submit {
    background-color: #006D6F;
    color: #FFFFFF;
    font-weight: bold;
    --bs-btn-color: #006D6F;
    --bs-btn-bg: #FFFFFF;
    --bs-btn-border-color: #006D6F;
    --bs-btn-hover-color: #006D6F;
    --bs-btn-hover-bg: #f2f2f2;
    --bs-btn-hover-border-color: #00595B;
    --bs-btn-focus-shadow-rgb: 0, 109, 111;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: #00595B;
    --bs-btn-active-border-color: #004F50;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #99c2c3;
    --bs-btn-disabled-bg: #FFFFFF;
    --bs-btn-disabled-border-color: #99c2c3;
    width:350px;
    height:60px;
    border-radius: 16px;
}
.img-thumb {
    position: relative;
}

.img-thumb .img-removal-button {
    border-radius: 15px;
    height:25px;
    width:25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

#user-publication-list .table thead tr th:nth-child(2),
#user-publication-list .table tbody tr td:nth-child(2) {
    @media screen and (max-width: 767px) {
        display: none;
    }
}
.car-icons {
    gap: unset !important;
}