/*
Theme Name: RK Portal Child Theme
Theme URI: https://rkanswers.com/
Author: RK Answers
Author URI: https://rkanswers.com/
Description: Child theme for all portals developed by RK Answers. 
Template: rk-portal-theme
Version: 1.0.0.R31
License: Commercial
Text Domain: rkc
Tags: rkanswers, portal.
*/

/*
-----------------
TABLE OF CONTENTS
-----------------
- Pages
    > Dashboard
    > E-Services
- Forms
*/

/*------------------------------------------------------------------------------
- Pages
------------------------------------------------------------------------------*/

/* Dashboard */
.dashboard-items .card .icon{
    border-color: #39444d !important;
    line-height: 1;
}

.dashboard-items .card .icon i{
    color: #39444d;
    font-size: 5rem;
}

/* E-Services */
.e-services-list .card .banner img{
    max-width: 100%;
    height: auto;
    width: 250px;
    border: 2px solid #00f;
}

/*------------------------------------------------------------------------------
- Forms
------------------------------------------------------------------------------*/

.ginput_container_password button.gform_show_password{
	padding: 0 !important;
	right: 0 !important;
	top: calc((100% - 20px) / 2) !important;
}

.ginput_container_password button.gform_show_password span{
	margin-bottom: 0 !important;
}