﻿/*  #######################################################################################################*/
/*  -------------------------  General colours									---------------------------*/
/*  #######################################################################################################*/

.css_color_xer_light_blue{color:RGB(0,176,240);}.css_color_xer_light_blue:hover {color:#006386;}
.css_color_xer_white{color:white;}.css_color_xer_white:hover {color:rgb(30,30,30);}
.css_color_xer_red{color:RGB(178, 34, 34);}.css_color_xer_red:hover {color:#541010;}
.css_color_xer_silver{color:silver}.css_color_xer_red:hover {color:rgb(30,30,30)}
.css_color_xer_gray{color:rgb(150,150,150)}.css_color_xer_gray:hover {color:rgb(30,30,30)}
.css_color_xer_yellow{color:yellow}.css_color_xer_yellow:hover {color:white}
.css_color_xer_blue{color:blue}.css_color_xer_blue:hover {color:darkblue }
.css_color_xer_green{color:rgb(0, 137, 91)}.css_color_xer_green:hover {color:rgb(0,117,91) }
/*  #######################################################################################################*/
/*  -------------------------  General form background							---------------------------*/
/*  #######################################################################################################*/
.css_general_page_background
{
	position:fixed;
    background-color:white;
	top:0;left:0;width:100%;height:100%;
	border:none;
    overflow:auto;
}
#scheme_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(250,250,250);
    background-color: rgba(250,250,250,0.40);
    z-index: 1000;
    overflow: auto;
}
#pop_up_form, .css_screen_blocker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(250,250,250);
    background-color: rgba(250,250,250,0.4);
    z-index: 1000;
    overflow: auto;
}

.css_scrollable{position:absolute;width:100%;height:100%;overflow:auto;}
.css_form_background_colour{background-color:white;color:rgb(30,30,30);}
.css_background_transparent{background-color:transparent;}

/*  #######################################################################################################*/
/*  -------------------------  The menu												---------------------------*/
/*  #######################################################################################################*/
.tk-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #2c2521;
    min-width: 600px;
}
.tk-logo{
    position:absolute;
    left:5px;top:5px;height:30px;width:32px;
}
.tk-name{
    position:absolute;
    left:40px;top:5px;
    font-size:22px;color:white;font-weight:normal;
}
.tk-menu {
    position: fixed;
    left: 0;
    top: 40px;
    width: 160px;
    height: calc(100% - 40px);
    background-color: #423935;
}
/*  #######################################################################################################*/
/*  -------------------------  Growl notifications												---------------------------*/
/*  #######################################################################################################*/
#super_growl_notification {
    
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    pointer-events: none;
    z-index: 10000;
}

.growl_area{
    position:relative;
    left:calc(100% - 450px);
    top:30px;
    width:400px;
    height:auto;
    min-height:90px;
    background-color:rgb(200,200,200);
    color:rgb(30,30,30);
    font-size:18px;
    font-weight:normal;
    border:2px solid silver;
    border-radius:5px;
}
/*.growl_image{
    position:absolute;
    left:20px;top:calc(50% - 40px);width:80px;height:80px;
}*/
.growl-fa
{
    position:absolute;
    left:10px;top:10px;
    font-size:60px;
}
.growl_message {
    position: relative;
    left: 80px;
    width: calc(100% - 100px);
    top: 10px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-weight: normal;
}
.css_tb_notification
{
    position:fixed;
    top:50%;width:100%;
    text-align:center;
    border:none;
    font-size:30px;
    background-color:transparent;color:white;
    font-weight:normal;
}




/*  #######################################################################################################*/
/*  -------------------------  Logo												---------------------------*/
/*  #######################################################################################################*/

.css_logo_image  
{
	position:absolute;
	height:100px;
	width:120px;
	top:50px;
	left:calc(50% - 60px);
}
.css_logo_image:hover
{
	cursor:pointer;
	opacity:0.5;
}
@media screen and (max-width: 550px) {
	.css_logo_image {
		position: absolute;
		height: 70px;
		width: 55px;
		top: 30px;
		left: calc(50% - 25px);
	}
}

.labels_general
{
	position:absolute;
	padding:5px;
	
	font-weight:bold;
	font-size:25px;
	color:white;
	background-color:transparent;
}

/*  #######################################################################################################*/
/*  -----------------------------------   Red/ Green cancel/ confirm buttons -----------------------------*/
/*  #######################################################################################################*/

.css_branded_button, .css_button_green_background, .css_button_red_background, .css_button_dark_blue_background, .css_button_light_gray_background {
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.css_button_green_background{background-color:rgb(0,176,240);}
.css_button_red_background{background-color:rgb(178, 34, 34);}
.css_button_dark_blue_background{background-color:rgb(51, 60, 119);}
.css_button_light_gray_background{background-color:rgb(150,150,150);}

.css_button_green_background:hover{background-color:#006386;}
.css_button_red_background:hover{background-color:#541010;}
.css_button_dark_blue_background:hover{background-color:#151933;}
.css_button_light_gray_background:hover{background-color:rgb(100,100,100);}

.css_button_green_outline
{
	border:solid 1px rgb(104,191,115);
	background-color:white;color:rgb(104,191,115);
	border-radius:5px;
	
}

.css_button_green_outline:hover 
{
	background-color:rgb(230,230,230);
	cursor:pointer;
}
.css_cancel_button, .css_confirm_button
{
	position:absolute;
	width:190px;
	height:30px;
	font-size:16px;
	border:none;
	border-radius:3px;
	outline:none;
	cursor:pointer;
}
.css_cancel_button {
    background-color: rgb(150,150,150);
    color: white
}
.css_cancel_button:hover{
    background-color:rgb(100,100,100);}
/*  #######################################################################################################*/
/*  -----------------------------------   Progress Display Form				  -----------------------------*/
/*  #######################################################################################################*/

.div_progress_form
{
	position:absolute;
	background:none;
	width:400px;
	height:120px;
	left:calc(50% - 200px);
	top:calc(50% - 60px);
}

.image_progress_form
{
	position:absolute;
	width:80px;
	height:80px;
	left:160px;
	top:0;
}

.label_progress_form
{
	position:absolute;
	width:400px;
	height:25px;
	left:0;
	top:80px;
	background-color:rgb(30,30,30);
	color:white;
	
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
	opacity:0.7;
	border-radius:5px;
	visibility:hidden; /* ##### Check this does the right thing when inputting progress text ##### */
}

/*  #######################################################################################################*/
/*  -----------------------   Blank text box to take focus in form on entry!  -----------------------------*/
/*  #######################################################################################################*/

.css_nothing
{
	position:absolute;
	width:0;
	height:0;
	left:0;
	top:0;
    display:none;
}

/*  #######################################################################################################*/
/*  -----------------------   CHECKBOX - DOUBLE SIZE FORMATTING!  -----------------------------*/
/*  #######################################################################################################*/

.css_filter_checkbox_double_size
{
  
    -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.big-checkbox {
    transform: scale(1.5);
}
/*  #######################################################################################################*/
/*  -------------------------  Info Areas - general								---------------------------*/
/*  #######################################################################################################*/

/*main area title (div)*/
.css_info_title_area
{
	width:100%;
	height:90px;
	background-color:#333C77;
	border:solid 1px silver;
	border-bottom:none;
}

/*main area title (label)*/
.css_info_area_title
{
	position:absolute;
	top:40px;
	
	font-size:25px;
	font-weight:normal;
	text-indent:20px;
	color:white;
}

/*  #######################################################################################################*/
/*  -------------------------  Info Areas - detailed info rows					---------------------------*/
/*  #######################################################################################################*/

/*detailed information row*/
.css_info_rows_div 
{ 
	position:absolute;
	left:0;
	width:100%;
	height:40px;
}

/*detailed information title*/
.css_info_titles_label
{
	position:absolute;
	top:0;width:200px;
	
	font-size:20px;
	color:black;
	text-align:right;
}

/*detailed information user-input textbox*/
.css_info_result_textbox, .css_dropdown_padding, .css_licece_type_Page_dropdown
{
	position:absolute;
	left:220px;width:400px;
	height:30px;
	border:solid 1px silver;
	border-radius:5px;
	
	font-size:20px;
	font-weight:normal;
	background-color:none;
	color:black;
	overflow:hidden;
	cursor:text ;
	text-indent:20px;
}

/*textbox that are locked from being edited by the user*/
.css_locked_result, .css_licece_type_Page_dropdown
{
	background-color:lightgray;
	cursor:default ;
}

.css_dropdown_padding, .css_licece_type_Page_dropdown
{
	cursor:pointer;
	padding-left:20px;
}

/*  #######################################################################################################*/
/*  -------------------------  User confirmation of changes block				---------------------------*/
/*  #######################################################################################################*/

.css_confirm_changes
{
	position:absolute;
	height: 400px;
	width: 450px;
	top:calc(50% - 200px);
	left:calc(50% - 200px);
	background-color:rgb(240,240,255);
	border-radius:5px;
	border:solid 1px rgb(150,150,150);
    color:rgb(30,30,30)
}

.css_extended_height_message {height:550px}

.css_scroll_message {
    position: absolute;
    top: 90px;
    height: calc(100% - 180px);
    left: 20px;
    width: calc(100% - 40px);
    overflow-y: auto;
    background-color: white;
    padding:10px;
    color: rgb(30,30,30);
    border: solid 1px rgb(150,150,150);
    border-radius: 5px;
}

.css_changes_title, .css_changes_detail
{
	position:absolute;
	left:0;
	top:15px;
	height:20px;
	width:100%;
	
	font-size:20px;
    font-weight:normal;
	text-align:center;
}

.css_changes_detail 
{
	top:0;
	/*font-style:italic;*/
	font-size:18px;font-weight:normal;
	color:black
}

.css_cancel, .css_confirm_details
{
	position:absolute;
	top:calc(100% - 60px);
	left:25px;
	outline:none;
}

.css_confirm_details
{
	left:235px;
}

/*  #######################################################################################################*/
/*  -------------------------  Import Projects			---------------------------*/
/*  #######################################################################################################*/

.css_import_project {
    position: absolute;
    left: 100px;
    top: 4px;
    width: 270px;
    height: 25px;
    font-size: 17px;
    color: rgb(30,30,30);
    font-weight: normal;
    cursor: pointer;
    display: none;
}

    .css_import_project:hover {
        font-weight: bold;
        cursor: pointer;
    }

.import_button {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.css_file_upload {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
/*  #######################################################################################################*/
/*  -------------------------  Confirmation of account changes block			---------------------------*/
/*  #######################################################################################################*/

.css_confirm_file_upload_div, .css_confirm_delete_upload_div
{
	position:absolute;
	height: 400px;
	width: 450px;
	top:calc(50% - 200px);
	left:calc(50% - 200px);
	background-color:rgb(220,220,220);
    color:rgb(30,30,30);
	border-radius:5px;
	border:solid 1px rgb(150,150,150);
}
.css_confirm_delete_upload_div {height:160px;top:calc(50% - 80px);}
.css_title_upload_description
{
	position:absolute;
	left:0;width:calc(100%);top:10px;height:70px;
    overflow-wrap:normal;
	text-align:center;
    border-radius:5px;
    font-size:18px;font-weight:normal;
}
.css_file_upload_description
{
	position:absolute;
	border:none;
	font-size: 16px;
	padding:15px;
	left:calc(50% - 190px);width:380px;top:80px;height:220px;
	overflow:hidden;
    background-color:rgb(200,200,200);
    border-radius:5px;
}
.css_cancel_change, .css_confirm_change
{
	position:absolute;
	top:calc(100% - 60px);
	left:calc(100% - 420px);
	height:40px;
	outline:none;
	font-size: 22px;
}

.css_confirm_change
{
	left:calc(100% - 210px);
}

/*  #######################################################################################################*/
/*  -------------------------  Title/ Sub-title on Reg/ SIgnin screens			---------------------------*/
/*  #######################################################################################################*/

.css_title_main, .css_title_sub
{
	position:absolute;
	
	font-size:40px;
	color:rgb(51,60,119);
	top:15px;
}

.css_title_sub
{
	font-size:25px;
	top:70px;
	/*font-style:italic;*/
}

@media screen and (max-width: 550px) {
	.css_title_main
	{
		top:10px;
		font-size:25px;
	}
	.css_title_sub
	{
		font-size:18px;
		top:51px;
		/*font-style:italic;*/
	}
}
/*  #######################################################################################################*/
/*  -------------------------  Max Activities				---------------------------*/
/*  #######################################################################################################*/

#max_act_background
{
    position:fixed;
    left:0;top:0;width:100%;height:100%;
    background-color:rgba(70,70,70,0.8);
    overflow:auto;
}
#max_act_form
{
    position:absolute;
    left:calc(50% - 200px);top:calc(50% - 100px);width:400px;height:200px;
    background-color:black;
    border:solid 1px white;
    color:white;
}
#max_act_title
{
    position:absolute;
    left:20px;top:20px;
    font-size:20px;
    font-weight:normal;
}
#max_act_input
{
    position:absolute;
    left:20px;top:80px;height:30px;width:calc(100% - 40px);
    font-size:20px;
    font-weight:normal;
    background-color:white;
    border:solid 1px silver;
    color:black;
}

/*  #######################################################################################################*/
/*  -----------------------------------   HOLDING IMAGE   -----------------------------*/
/*  #######################################################################################################*/

.css_holding_image, .css_holding_image_small
{
    position:absolute;
    left:calc(50% - 45px);height:90px;width:90px;top:calc(50% - 90px);
}
.css_holding_image_small
{
    left:calc(50% - 35px);height:70px;width:70px;top:20px;
}
.css_holding_message, .css_holding_message_small
{
    position:absolute;
    top:50%;width:100%;left:0;
    font-size:22px;
    font-weight:normal;
    text-align:center;
    color:rgb(0,176,240);
}
.css_holding_message_small{
    top:90px;
    font-size:20px;
}

/*  #######################################################################################################*/
/*  -----------------------------------   STANDARD FORM   -----------------------------*/
/*  #######################################################################################################*/

.standard-form-title-block
{
    position:relative;
    float:left;
    width:100%;
    height:40px;
    color:white;
    font-size:22px;

}
.standard-form-title
{
    position:absolute;
    width:100%;top:6px;
    text-align:center;
    font-weight:normal;
    color:inherit;
    font-size:inherit;
}

.exit-form
{
    position:absolute;
    left:calc(100% - 40px);top:4px;width:40px;height:calc(100% - 5px);
    font-size:30px;
    color:inherit;
    cursor:pointer;
}
.exit-form:hover{
    color:rgb(220,220,220)
}
.form-full-width-row{
    position:relative;
    width:100%;height:40px;
    float:left;
}


/*  #######################################################################################################*/
/*  -------------------------  Upgrade now        ---------------------------*/
/*  #######################################################################################################*/

#subscribe_or_continue_background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(250,250,250,0.4);
    z-index: 1000;
    overflow:auto;
}

.subscribe-or-continue-form {
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 150px);
    width: 400px;
    height: 300px;
    background-color: rgb(220,220,220);
    color: rgb(30,30,30);
    border: solid 1px rgb(150,150,150);
    border-radius: 5px;
    padding-top: 20px;
}

@media (max-width:440px){
    .subscribe-or-continue-form{
        left:20px;
    }
}
@media (max-height:340px) {
    .subscribe-or-continue-form {
        top: 20px;
    }
}
.subscribe-or-continue-row {
    position: relative;
    width: 100%;
    height: 40px;
    float: left;
}

.subscribe-or-continue-top-title, .subscribe-or-continue-message, .subscribe-or-continue-question {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    color: inherit;
    font-size: 20px;
    font-weight: bold;
}

.subscribe-or-continue-message {
    font-size: 16px;
    font-weight: normal;
}

.subscribe-or-continue-question {
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
}

.subscribe-now-button, .continue-trial {
    position: absolute;
    left: 20px;
    height: 100%;
    width: calc(100% - 40px);
    top: 0;
    background-color: rgb(0,176,240);
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.subscribe-now-button:hover {
    background-color: #006386;
}

.continue-trial {
    background-color: rgb(51, 60, 119);
}

.continue-trial:hover {
    background-color: #151933;
}
/*  #######################################################################################################*/
/*  -------------------------  Message form												---------------------------*/
/*  #######################################################################################################*/
#message_form {
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 125px);
    width: 500px;
    height: 250px;
    background-color: rgb(220,220,220);
    border-radius: 5px;
    color: rgb(30,30,30);
    border:solid 1PX RGB(150,150,150);
}

.message {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 20px;
    height: calc(100% - 100px);
    font-size: 18px;
    font-weight: normal;
}

.message-ok {
    position: absolute;
    left: calc(100% - 150px);
    top: calc(100% - 60px);
    height: 40px;
    width: 130px;
    font-size: 18px;
}
@media (max-width:540px) {
    #message_form {
        left: 20px;
    }
}
@media (max-height:290px) {
    #message_form {
        left: 20px;
    }
}

/*  #######################################################################################################*/
/*  ## SUPPORT TICKET
/*  #######################################################################################################*/

.css_div_support_ticket_background, .contact-info-form {
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 250px);
    width: 500px;
    height: 500px;
    background-color: rgb(240,240,255);
    color: rgb(30,30,30);
    z-index: 999;
    border: solid 1px rgb(150,150,150);
    border-radius: 5px;
}
.close-support-request{
    position:absolute;
    left:calc(100% - 30px);
    top:5px;
    font-size:25px;
    cursor:pointer;
}
.close-support-request:hover {
    color:rgb(30,30,30)
}
.contact-title, .our-details-title {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width:540px) {
    .css_div_support_ticket_background {
        left: 20px;
    }
}

@media (max-height:540px) {
    .css_div_support_ticket_background {
        top: 20px;
    }
}

.css_ok_cancel_buttons {
    position: absolute;
    left: 60px;
    width: calc(100% - 120px);
    top: calc(100% - 90px);
    height: 70px;
}

.my-email-address, .css_support_ticket_title, .css_support_ticket_detail_title {
    position: absolute;
    top: 50px;
    left: 20px;
    font-weight: normal;
    font-size: 16px;
}
.css_support_ticket_title {
    top: 115px;
}

.css_support_ticket_detail_title {
    top: 180px
}

#my_email_address, .css_support_ticket_title_entry, .css_support_ticket_detail_entry {
    position: absolute;
    top: 75px;
    left: 20px;
    width: calc(100% - 40px);
    height: 30px;
    font-size: 16px;
    color: rgb(30,30,30);
    border: none;
    border-radius: 5px;
    text-indent:10px;
}
#my_email_address:focus, .css_support_ticket_title_entry:focus, .css_support_ticket_detail_entry:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);
}

.css_support_ticket_title_entry {
    top: 140px;
}

.css_support_ticket_detail_entry {
    top: 205px;
    height: calc(100% - 310px);
}
.contact-email {
    position:absolute;
    top: calc(100% - 95px);
    left:20px;
    text-decoration:none;
}
.bold-hover:hover {
    font-weight:bold;
}
.send-request {
    left: calc(100% - 170px);
    width: 150px;
    top: calc(100% - 60px);
    height: 30px;
    font-size: 16px;
    font-weight: normal;
}

/*  #######################################################################################################*/
/*  ## CONTACT INFORMATION
/*  #######################################################################################################*/

.contact-info-form {
    left: calc(50% - 250px);
    top: calc(50% - 175px);
    width: 500px;
    height: 350px;
}

.our-details-title {
    left: 40px;
    color: rgb(51, 60, 119);
}
.trading-name-and-address, .telephone-numbers, .email-support {
    position: absolute;
    left: 40px;
    top: 70px;
    font-size: 16px;
    font-weight: normal;
    cursor:pointer;
}
.telephone-numbers {
    top: 200px;
    color: rgb(0,176,240);
}

.email-support{
    top:200px;
}
.email-support:hover{
    font-weight:bold;
}
/*  #######################################################################################################*/
/*  -------------------------  Yes/ No input form							---------------------------*/
/*  #######################################################################################################*/

.yes-no-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250,250,250,0.40);
    z-index: 1000;
    overflow: auto;
}
.yes-no-form{
    position:absolute;
    left:calc(50% - 150px);
    top:calc(50% - 75px);
    width:300px;
    height:150px;
    background-color:rgb(220,220,220);
    color:rgb(30,30,30);
    border-radius:5px;
    border:solid 1px rgb(150,150,150);
}
.yes-no-message{
    position:absolute;
    left:20px;top:20px;width:calc(100% - 40px);height:calc(100% - 80px);
    font-size:14px;
    font-weight:normal;
}
.yes-no-yes, .yes-no-no {
    position: absolute;
    left: calc(100% - 230px);
    width: 100px;
    top: calc(100% - 50px);
    height: 30px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: normal;
}
.yes-no-no {
    left: calc(100% - 120px);
}
.btn {
    cursor: pointer;
}
.btn-default{
    cursor:pointer;
}

/*  #######################################################################################################*/
/*  -------------------------  Organisations Form							---------------------------*/
/*  #######################################################################################################*/

.organisation-form-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: rgba(250,250,250,0.4);
    z-index: 100;
}
.organisation-form {
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 170px);
    width:400px;
    height:340px;
    background-color: rgb(240,240,255);
    border: solid 1px rgb(150,150,150);
    border-radius: 3px;
}

.organisation-form-row {
    position: relative;
    width: 100%;
    height: 30px;
    float: left;
}

.organisation-form-title {
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    left: 20px;
}

.organisation-list {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    background-color: white;
    overflow-y: auto;
}
.organisation-input{
    position:absolute;
    left:2px;width:calc(100% - 4px);height:calc(100% - 4px);top:2px;
    font-size:12px;
    font-weight:normal;
    text-indent:3px;
    border:none;
}

/*  #######################################################################################################*/
/*  -------------------------  				Context Menu						---------------------------*/
/*  #######################################################################################################*/

.context-menu-button {
	background: white;
	border: none;
    cursor: pointer;

	* {
		pointer-events: none;
	}
}

.context-menu-drop-down {
	background: white;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 2px;
	box-shadow: rgba(160, 160, 160, 0.5) 0 8px 24px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 200px;
	padding: 2px;
	position: absolute;
	width: max-content;
	z-index: 3;

	button {
		align-items: center;
		background: transparent;
		border: none;
		cursor: pointer;
		display: grid;
		gap: 5px;
		grid-template-columns: 20px 1fr;
		padding: 5px;
		text-align: left;
		width: 100%;
		
		&:hover {
			background: rgb(230, 230, 230);
		}
		
		i {
			justify-self: center;
		}
	}
}

.display-none {
	display: none !important;
}