﻿
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='currentColor'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 10px;
    padding-right: 20px;
}

.TemplateEditorFrame {
    width: 100%;
}

.TemplateEditorContainer {
    width: 100%;
}

.BlockyDropDown {
    border: 1px solid #D6D6D6;
    width: 100%;
    height: 40px;
    border-radius: 0;
}


    .BlockyDropDown option {
        color: #EE343F;
        border-radius: 0;
        height: 50px;
    }

    .BlockyDropDown:focus {
        outline: none;
    }

.disabled:active {
    pointer-events: none;
}

.disabled:hover {
    pointer-events: all !important;
}


/*Templates*/
@media (max-width: 768px) {
    .image-selector-res {
        border: 1px solid #D6D6D6;
        display: flex;
    }

    .image-selector-res1 {
        display: flex;
        flex-direction: column;
        align-items:center;
    }

    .image-selector-res3 {
        margin-left: 0;
    }
}


@media (max-width: 1175px) {
    .image-selector-res {
        border: 1px solid #D6D6D6;
        display: flex;
    }

    .image-selector-res1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-selector-res3 {
        margin-left: 0;
    }
}

