/*
Theme Name:Tycoon
Version:1.0
Text Domain:tycoon
*/
 .codedropz-upload-handler {
     display: none;
 }
.select .wpcf7-form-control-wrap::before {
    position: absolute;
    top: -4px;
    left: 9px;
    font-family: "Font Awesome 5 Pro";
    content: "\f04b";
    font-weight: 600;
    transform: rotate(90deg);
    font-size: 13px;
    background: var(--sec-color);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9f0c3;
    border-radius: 4px;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

