/*
* 2010-2022 Tirix
*
* NOTICE OF LICENSE
*
* Copyright 2021 by Tirix LLC. All rights reserved. 
* This material may not be duplicated for any profit-driven enterprise.
*
*  @author Tirix LLC <tirix@prestashop.com>
*  @copyright  2021 Tirix LLC
*/

/** My Tickets **/

#module-tx_ost_sso-tickets #content .block {
    border: 1px solid #d8dee2;
    padding: 25px;
    border-radius: 9px;
    box-shadow: none !important;
    background-color: #fff;
    margin-bottom: 25px;
}

#module-tx_ost_sso-tickets .ost-sso-btn {
	border: 1px solid #fedb4c;
	background-color: #fedb4c;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    display: block;
}

#module-tx_ost_sso-tickets .ost-sso-btn:hover {
	background-color: white;
    color: #fedb4c;
}

#module-tx_ost_sso-tickets .ost-sso-btn.new-ticket {
	margin-top: 10px;
}

#module-tx_ost_sso-tickets #content .consent.block {
	padding-bottom: 0px;
}

#module-tx_ost_sso-tickets .consent ul {
	padding-left: inherit;
	list-style: disc;
}

#module-tx_ost_sso-tickets #content .consent.block {
	padding-bottom: 0px;
}

#module-tx_ost_sso-tickets #content h6 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}

#module-tx_ost_sso-tickets #content table {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#module-tx_ost_sso-tickets #content table td {
	position: relative;
	text-align: center;
}

#module-tx_ost_sso-tickets #content table td a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#module-tx_ost_sso-tickets #content table tr:hover {
	background-color: #fedb4c;
}

#module-tx_ost_sso-tickets form.consent {
	color: #888;
	text-align: center;
}
