.color_custom {
    color: #00FFFF;
}
.sumbit {
    color: rgb(2, 2, 2);
    border-color: rgb(2, 2, 2);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.sumbit:hover {
    color: rgb(0, 255, 255);
    border: 2px solid rgb(0, 255, 255);
    background-color: rgb(255, 255, 255);
}

.datapicker {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 16px 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: calc(46px - (24px - 2px));
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select_category {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 16px 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: calc(46px - (24px - 2px));
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select_lag {
    position: relative;
    width: auto;
    min-width: 60px;
    padding: 2px 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: calc(46px - (24px - 2px));
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.language-row,
.another-language-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-row .checkbox_custom {
    margin: 0;
}

.chechbox-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 0;
    margin: 16px 0;
}

@media (max-width: 992px) {
    .chechbox-wrapper {
        grid-template-columns: 1fr;
    }
}

.chechbox-wrapper .language-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6px;
    padding: 6px 12px;
}

.chechbox-wrapper .language-row .checkmark {
    top: 50% !important;
    transform: translateY(-50%);
}

.chechbox-wrapper .language-row:nth-child(2n) {
    /*background-color: #adadad;*/
}

.chechbox-wrapper .language-row select {
    width: fit-content;
}

.product_cat {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 16px 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: calc(46px - (24px - 2px));
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check_input[type="checkbox"] {
    background-color: white;
}

.description {
    width: 100%;
    height: 150px;
}


.form {
    height: 50px;
    border: 2px dashed rgb(0, 255, 255);

}

.form p {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: black;
    font-family: Arial;
}

.form input {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-area {
    position: relative;
}

@media only screen and (max-width: 1000px) {

    .text-label label {
        margin-top: 20px;
    }
}

.form button {
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}

.form button:hover {
    background: #149174;
    color: #0C5645;
}

.form button:active {
    border: 0;
}

.checkbox_custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_custom:hover input ~ .checkmark {
    background-color: rgb(0, 255, 255);
}

/* When the checkbox is checked, add a blue background */
.checkbox_custom input:checked ~ .checkmark {
    background-color: rgb(0, 255, 255);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */
.checkbox_custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sumbit_false {
    background: lightgrey !important;
    border: none !important;
    text-decoration: line-through !important;
}

.bg-gray {
    background-color: #b1b1b3;
}


.modal-open .modal {
    padding-top: 12%;
}

.show {
    display: flex !important;
}

.cropper-container {
    width: auto !important;
}

.modal-backdrop.fade {
    opacity: 0.8 !important;
}


@media (max-width: 600px) {
    .show {
        display: block !important;
    }

    .modal-open .modal {
        padding-top: 30% !important;
    }
}


#myImg:hover {
    opacity: 0.7;
}

.container2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    font-family: "Corinthia", cursive;
    text-align: center;
}

.heading-2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.image {
    margin-top: 20px;
    margin-bottom: 15px;
}

.description {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-align: center;
}

.description-text-area {
    text-align: left;
}

.m-custom {
    margin-top: 15px;
}

