/* commons */
.td-btn {
    box-shadow: 0px 20px 35px 0px #1A1A1A26;
    display: inline-flex;
    align-items: center;
    height: 48px;

    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
    text-align: center;
}

.td-btn-primary {
    background: #F97316;
}

.td-btn-primary:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-bottom: 2px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 7L7 17M17 17V7H7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.td-btn-secondary {
    background: white;
    color: #F97316;

}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.m-0 {
    margin: 0;
}

.text-center {
    text-align: center;
}

.td-button-secondary {
    border: 1px solid #F97316;
    background: white;
    color: #F97316 !important;
}

.td-button-download {
    background: white;
    color: #F97316 !important;
}

.td-btn {
    text-transform: none;
}

.td-button-download::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19 13V17C19 17.5304 18.7893 18.0391 18.4142 18.4142C18.0391 18.7893 17.5304 18.0391 17 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142 1.21071 18.0391 1 17.5304 1 17V13M15 8L10 13L5 8M10 13V1' stroke='%23F97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    vertical-align: middle;
}

.td-btn-booking {
    width: 100%;
    justify-content: center;
    color: white;
    background: #F97316;
    border-radius: 8px;
    gap: 8px;
    margin: 0;
}

.td-btn-booking::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 2C9 1.44772 8.55228 1 8 1C7.44772 1 7 1.44772 7 2H8H9ZM7 6C7 6.55228 7.44772 7 8 7C8.55228 7 9 6.55228 9 6H8H7ZM17 2C17 1.44772 16.5523 1 16 1C15.4477 1 15 1.44772 15 2H16H17ZM15 6C15 6.55228 15.4477 7 16 7C16.5523 7 17 6.55228 17 6H16H15ZM6 4V5H18V4V3H6V4ZM21 7H20V19H21H22V7H21ZM18 22V21H6V22V23H18V22ZM3 19H4V7H3H2V19H3ZM6 22V21C4.89543 21 4 20.1046 4 19H3H2C2 21.2091 3.79086 23 6 23V22ZM21 19H20C20 20.1046 19.1046 21 18 21V22V23C20.2091 23 22 21.2091 22 19H21ZM18 4V5C19.1046 5 20 5.89543 20 7H21H22C22 4.79086 20.2091 3 18 3V4ZM6 4V3C3.79086 3 2 4.79086 2 7H3H4C4 5.89543 4.89543 5 6 5V4ZM3 10V11H21V10V9H3V10ZM8 2H7V6H8H9V2H8ZM16 2H15V6H16H17V2H16Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
}