/*  phpBB3 Style Sheet

	Style name:			Graand New 3.3.x style)
	Based on style:	prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( https://www.phpbb.com/customise/db/style/graand_(red)/ )
	Modified by:		Joyce&Luna ( https://phpbb-style-design.de )

*/

@import url("colours.css?v=1.2.5");
@import url("graand.css?v=1.2.5");

/* ============================================
   Custom P Icon for Forum List - By Bhai 😎
   ============================================ */

/* dt ko relative karo taake P absolute position ho sake */
dl.row-item dt {
    position: relative !important;
}

/* Har forum ke aage P wala icon */
dl.row-item dt::before {
    content: "P"; /* Yahan P likha hai */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: transparent;
    color: #1a5c2e; /* D wala green color */
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 2px solid #1a5c2e; /* D wala border */
    border-radius: 4px; /* halka square */
}

/* Forum title ko right shift taake P ke peeche na jaye */
dl.row-item dt .list-inner {
    padding-left: 55px !important;
}
/*  phpBB3 Style Sheet

	Style name:			Graand New 3.3.x style)
	Based on style:	prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( https://www.phpbb.com/customise/db/style/graand_(red)/ )
	Modified by:		Joyce&Luna ( https://phpbb-style-design.de )

*/

@import url("colours.css?v=1.2.5");
@import url("graand.css?v=1.2.5");

/* ============================================
   Custom P Icon + Grey BG Remove - By Bhai 😎
   ============================================ */

/* 1. Grand_new ka default grey gol background khatam */
dl.row-item {
    background-image: none !important;
    background: none !important;
}

/* 2. dt ko relative karo taake P absolute position ho sake */
dl.row-item dt {
    position: relative !important;
    min-height: 50px; /* height set taake P center me rahe */
}

/* 3. Har forum ke aage P wala icon */
dl.row-item dt::before {
    content: "P"; /* Yahan P likha hai */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: transparent;
    color: #1a5c2e; /* D wala green color */
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 2px solid #1a5c2e; /* D wala border */
    border-radius: 4px; /* halka square */
}

/* 4. Forum title ko right shift taake P ke peeche na jaye */
dl.row-item dt .list-inner {
    padding-left: 55px !important;
}
/* Purana white wala code delete karo aur ye lagao */

/* Side wala background light grey */
body, html {
    background: #f5f5f5 !important; /* halka grey */
}

/* Center wala forum box bhi halka grey */
#wrap {
    width: 98% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    box-sizing: border-box;
    box-shadow: none !important;
    background: #fafafa !important; /* center box thora aur light */
}