/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Right Header */

/* Left */
.admin-add-match .ht-header { display: flex; justify-content: space-between; align-items: end; }
.admin-add-match .ht-header .ht-header-left h2{ font-family: "Oswald", sans-serif; font-weight: bold; font-size: 28px; text-transform: uppercase; color: #fff; }
.admin-add-match .ht-header .ht-header-left p.ht-sub-title { font-family: "Work Sans", sans-serif; font-weight: 500; font-size: 12px; color: #fff; margin-bottom: 0;}

/* Right */
.admin-add-match .ht-header .ht-header-right button { background: linear-gradient(148deg, #D4AF37, #B8860B); padding: 15px 20px; border-radius: 5px; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 14px; color: #000; border: none;     text-transform: uppercase;
    display: flex; align-items: center; gap: 5px; }
 
