﻿.sessiya {
    background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 5%;
    color: #181D27;
}

.ntop {
	background: #fff;
	max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -0.56px;
    padding: 10px 5% 80px;
}

.ssearch {
	display: flex;
	padding: 20px 32px;
	align-items: flex-start;	
	border-radius: 12px;
	background: #DFEAFF;	
}

.sessiya label {
	padding-bottom: 6px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	    width: 100%;
}

.sessiya button {
	border-radius: 8px;
	background: #2C3CB3;
	padding: 10px 20px !important;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	height: auto !important;
}

.sessiya button:hover {
	background: #1224ad;
}

.sessiya button:visible {
	background: #1224ad;
}

.sessiya .form-control {
	color: #717680;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	width: 100%;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #D5D7DA;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
	max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
	height: 40px;
}

.sessiya .title {
	color: #181D27;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 32px 0 16px;
}

.calendar-icon {
    position: absolute;
    right: 16px;
    bottom: 8px;
    pointer-events: none;
    color: #555;
}

.ssearch .column {
    position: relative;
}

@media screen and (max-width:1024px) {
	.calendar-icon {
		display: none;
	}
}

@media screen and (max-width:839px) {
	.calendar-icon {
		display: none;
	}
	.ssearch { 
		    padding: 20px 16px;
	}
	
	.search-h {
		display: none;
	}
}

