
/*********************** GENERAL ***********************/
.sam_FW {
    font-family:'Rajdhani',Helvetica,sans-serif;
    font-size: 16px;
}
.sam_FW p {
    font-size: 16px;    
}
 
/* Notification Bar */
.samGCU_NotificationBar {
	background-color: #EAF4FF; 
	color: #00527C;
	text-align: center;
	padding: 12px 24px;
	font-weight: bold;
	position: absolute;
	top: 55px;
	left: 50%;
	z-index: 10001;
	box-shadow: 0 10px 10px -4px #0003;
	
	width: fit-content;
	padding: 12px;
	border-radius: 12px;
	transform: translateX(-50%);
}
.samGCU_NotificationBar span {
	appearance: none;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url("/css/sam_gcu/images/notification_info.svg");
	background-position: 0;
	padding-left: 20px;
}
.samGCU_NotificationBar.samGCU_NotificationBar_Success {
	color: #0D5132;
    background-color: #CDFEE1;
	border: 1px solid #92FEC2; 
}
.samGCU_NotificationBar.samGCU_NotificationBar_Success span {
	background-image: url("/css/sam_gcu/images/notification_checked.svg"); 
	font-weight: 600;
	background-size: 20px;
	padding-left: 26px;
}
.samGCU_NotificationBar.samGCU_NotificationBar_Critical {
	color: #FFFBFB;
    background-color: #FA0000;
}
.samGCU_NotificationBar.samGCU_NotificationBar_Sticky {
	position: fixed;
    z-index: 10001;
    top: 55px; 
    left: 50%;
    transform: translateX(-50%);
}

/* TOP BAR */
:root {
	--samGCU_FWBar_Height: 46px;
}
.samGCU_FWBar {
    background-color: #ffffff;
    border-bottom: 1px solid #E3E3E3;
    height: var(--samGCU_FWBar_Height);
    /* width: calc(100% + 44px);
    margin-left: -2px; */
    width: 100vw;
	padding: 0 20px 0 15px;
   
}
.samGCU_FWBar .samGCU_FWBar_Column img {
    width: 22px;
    height: auto;
}
.samGCU_FWBar .samGCU_FWBar_Left,
.samGCU_FWBar .samGCU_FWBar_Right {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    height: var(--samGCU_FWBar_Height);
}
.samGCU_FWBar .samGCU_FWBar_Left {
    color: #005dac;
    font-weight: bold;
    font-size: 16px;
}
.samGCU_FWBar .samGCU_FWBar_Left .samGCU_EditMode,
.samGCU_FWBar .samGCU_FWBar_Left .samGCU_AddNewMode {
	margin-right: 10px;
}
.samGCU_FWBar .samGCU_FWBar_Middle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 700;

	display: flex;
	align-items: center;
	justify-content: center;
}
.samGCU_FWBar .samGCU_FWBar_Middle .samGCU_Mode_Select {
	border: 1px solid #e3e3e3;
	padding: 4px 10px;
	margin: 0 10px;
	border-radius: 6px;
	max-width: 300px;
}
@media (max-width: 1400px) {
	.samGCU_FWBar .samGCU_FWBar_Middle .samGCU_Mode_Select {
		max-width: 200px;
	}
}
@media (max-width: 1200px) {
	.samGCU_FWBar .samGCU_FWBar_Middle {
		left: 58%;
	}
}

.samGCU_FWBar .samGCU_FWBar_Right {
    float: right;
    text-align: right;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_W100 {
    width: 100%;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_W100 a:hover {
    text-decoration: none;
    color: #000;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Column_Icon {
	width: 36px;
	height: 36px;

	/* Treat as samASC_Button_Secondary */
	padding: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	margin-left: 10px;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Column_Icon:hover {
    cursor: pointer;
    opacity: 0.8;
	background-color: #f5f5f5;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_FAQ .samFeatherIcon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #303030;
    stroke-width: 2;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_Maximize img.samGCU_Maximize_Top {
    width: 20px;
    height: auto;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_Maximize .samGCU_Maximize_Floating {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    opacity: 0.7;
    width: 36px;
    height: 36px;
}
.samGCU_FWBar .samGCU_FWBar_Right .samGCU_FWBar_Right_Maximize .samGCU_Maximize_Floating:hover {
    cursor: pointer;
    opacity: 1;
}

/* Sticky Top Bar */
.samGCU_TopBar_Sticky {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 18px 0 18px;
}
.samGCU_FWBar.samGCU_TopBar_Sticky .samGCU_FWBar_Middle {
	padding-left: 5px;
}

/* BOTTOM BAR */
.samGCU_BottomBar {
    border-top: 1px solid #E3E3E3;
    text-transform: uppercase;
    font-weight: bold;
	z-index: 10000;
}
.samGCU_BottomBar .samGCU_FWBar_Left {
    border: 0;
    color: #000;
    /* display: none; */
}
.samGCU_BottomBar .samGCU_FWBar_Right button.samGCU_SaveBtn {
    /* background-color: green; */
    margin-right: 10px;
}
.samGCU_BottomBar .samGCU_FWBar_Right button.samGCU_SaveBtn:hover {
    opacity: 0.9;
    cursor: pointer
}
.samGCU_BottomBar_Sticky {
    position: fixed;
    /* z-index: 100; */
	z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 17px 0 17px;
}
.samGCU_BottomBar .samGCU_FWBar_Right button.samGCU_ClosePDPBtn {
    border: 1px solid #303030;
	color: #303030;
}
.samGCU_BottomBar .samGCU_FWBar_Right button.samGCU_ClosePDPBtn:hover {
	background-color: #303030;
	color: #ffffff;
}




/* ============= GCU DEVICE NOTIFICATION ============= */
#samGCU_DeviceNotification {
	display: none;
	z-index: 10020;
	position: fixed;
	top: 0;
	left: 0;
	font-family:'Rajdhani',Helvetica,sans-serif;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	text-align: center;
}
#samGCU_DeviceNotification_Content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
#samGCU_DeviceNotification_Content .samGCU_DNC_Icons .samFeatherIcon {
	width: 36px;
	height: 36px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
#samGCU_DeviceNotification_Content .samGCU_DeviceNotification_Content_Wrapper h3 {
	font-weight: 700;
	padding-top: 20px;
}
#samGCU_DeviceNotification_Content .samGCU_DeviceNotification_Content_Wrapper p,
#samGCU_DeviceNotification_Content .samGCU_DeviceNotification_Content_Wrapper span.samGCU_DNC_OR {
	text-transform: uppercase;
	color: #303030;
	padding: 20px 0;
}
#samGCU_DeviceNotification_Content .samGCU_DNC_Back:before {
	content: '\f053';
    font-family: 'FontAwesome';
	padding-right: 10px;
}
/* ============= END ============= */



/* GCU Global Classes */
.samProductItem_Tag[style*="background:#005DAC;"],
.gcu-gradient {
	background: linear-gradient(90deg, #005DAC 0%, #B82025 100%) !important;
}
/* END */



/* ============= GCU INDIVIDUAL LANDING PAGE ============= */

/* General */
.samGCUI_LP .samGlob_VMWrapper {
	color: #ffffff;
	text-align: center;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(5px);
	max-width: 300px;
}
.samGCUI_LP .samGlob_VMWrapper.samGlob_DP_Flex {
	flex-direction: column;
	gap: 24px;
	padding: 24px;
}
.samGCUI_LP h1,
.samGCUI_LP h2,
.samGCUI_LP h3,
.samGCUI_LP h4,
.samGCUI_LP h5,
.samGCUI_LP h6 {
	text-transform: initial;
	text-align: center;
}
.samGCUI_LP h1 {
	margin-bottom: -10px;
}
.samGCUI_LP h4 {
	margin: 0 !important;;
}
/* end */

/* Main Hero */
.samGCUI_LP_MainHero {
	margin-top: 50px;
}
.samGCUI_LP_MainHero .sam_FW_row img {
	width: 100%;
	/* height: calc(100vh - 160px); */
	height: 500px;
	min-height: 400px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.samGCUI_LP_MainHero .sam_FW_row img {
		width: 100%;
		height: auto;
	}
}
.samGCUI_LP_MainHero .btn.gcu-gradient {
	border: 1px solid #ffffff; 
	text-transform: uppercase;
	color: #ffffff;
}
.samGCUI_LP_MainHero .btn.gcu-gradient:hover {
	opacity: 0.9;
}
.samGCUI_LP_MainHero .btn.gcu-gradient::after {
	font-family: 'FontAwesome';
	content: '\f061';
	padding-left: 10px;
}
@media (max-width: 991px) {
	.samGCUI_LP_MainHero {
		margin-top: 10px;
	}
}
/* end */


/* Card Column */
.samGCUI_LP_CardColumn {
	margin: 30px 0 90px 0;
}
@media (max-width: 991px) {
	.samGCUI_LP_CardColumn {
		margin: 30px 0;
	}
	.samGCUI_LP_CardColumn .samGlob_Card {
		margin: 15px 0;
	}
	.samGCUI_LP_CardColumn .col-xs-12 {
		padding: 0;
	}
}
.samGCUI_LP_CardColumn .samGlob_Card:hover {
	box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20); /* Override Global Class */
}
.samGCUI_LP_CardColumn .samGlob_Card_Body {
	display: none;
}
.samGCUI_LP_CardColumn .samGlob_Card_Footer {
	text-align: center;
	background-color: #ffffff;
}
.samGCUI_LP_CardColumn .samGlob_Card_Footer label {
	text-transform: initial;
	color: #303030;
	font-weight: 700;
}
.samGCUI_LP_CardColumn .samGlob_Card_Footer label:hover {
	cursor: default;
}
/* end */


/* Steps */
.samGCUI_LP_Steps {
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
.samGCUI_LP_Steps h4 {
	margin-top: 40px !important;
}
.samGCUI_LP_Steps .samGCUI_LP_Steps_Order {
	padding: 20px;
	margin: 20px 0 60px 0;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20);
	height: 160px;
	gap: 6px;
}
.samGCUI_LP_Steps .samGCUI_LP_Steps_Order.samGlob_DP_Flex {
	flex-direction: column;
}
@media (max-width: 991px) {
	.samGCUI_LP_Steps {
		padding-bottom: 50px;
	}
	.samGCUI_LP_Steps h4 {
		margin-top: 30px !important;
	}
	.samGCUI_LP_Steps .samGCUI_LP_Steps_Order {
		padding: 20px;
		margin: 20px 0 0 0;
		height: unset;
	}
}
/* end */


/* ============= END ============= */



