@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



/* body.department_admin{
	overflow-y: hidden;
} */
.department_admin .region{
	display: flex;
	justify-content: space-between;
}
.department_admin .region .department-sidebar{
	width: 250px;
	min-width: 240px;
	/* background-color: #00659e; */
	background-color: #052f4e;
	height: calc(100vh - 78px);
	border-right:1px solid #e0e0e0;
	overflow-y: auto;
	margin-top: 17px;
    /* background: url(https://agri.odisha.gov.in/themes/swfone/theme/images/bottom-bg-shape.png) no-repeat left bottom; */
}
.department_admin .region .department-sidebar::-webkit-scrollbar {
	width: 6px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #999; 
	border-radius: 10px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-thumb {
	background: #aaa; 
	border-radius: 10px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-thumb:hover {
	background: #ccc; 
  }
.department_admin .region .department-sidebar ul{
	margin: auto;
	padding: 5% 5% 0;
    box-sizing: border-box;
}

/*Icon*/
.department_admin .region .department-sidebar ul li a::before{
	font-family: "bootstrap-icons";
	font-size: 15px;
}
.department_admin .region .department-sidebar ul li:nth-child(1) a::before{
	content: '\F425';
}
.department_admin .region .department-sidebar ul li a[title="Add Question"]::before{
	content: '\F4E1';
}
.department_admin .region .department-sidebar ul li a[title="Add Competition Type"]::before{
	content: '\F1EF';
}
.department_admin .region .department-sidebar ul li a[title="All Competitions"]::before{
	content: '\F19D';
}
.department_admin .region .department-sidebar ul li a[title="Archived Competition"]::before{
	content: '\F10D';
}
.department_admin .region .department-sidebar ul li a[title="View Submission of  Quiz"]::before{
	content: '\F341';
}
.department_admin .region .department-sidebar ul li a[title="View Submission of  Essay"]::before{
	content: '\F356';
}
.department_admin .region .department-sidebar ul li a[title="View Submission of  Slogan"]::before{
	content: '\F4CA';
}
.department_admin .region .department-sidebar ul li a[title="View Submission of Selfie"]::before{
	content: '\F220';
}
.department_admin .region .department-sidebar ul li a[title="Winner Announcement List"]::before{
	content: '\F611';
}
.department_admin .region .department-sidebar ul li a[title="User Report"]::before{
	content: '\F360';
}	
.department_admin .region .department-sidebar ul li a[title="Logout"]::before{
	content: '\F114';
}


.department_admin .region .department-sidebar ul li{
	list-style:none;
	padding:0;
	margin-bottom: 5px;
}
.department_admin .region .department-sidebar ul li:last-child{margin-bottom: 0;}
.department_admin .region .department-sidebar ul li a{
	display: block;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 10px 10px 10px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.department_admin .region .department-sidebar ul li a:hover,
.department_admin .region .department-sidebar ul li.menu-item--active-trail a{
	background-color: #13476e;
    border-radius: 6px;
}
.department_admin .region .department-content{
	/*/* width: 77%;	 
	height: calc(100vh - 0px);
    overflow-y: auto;
	flex: 1 1 auto !important;*/
}
.department_admin .region .department-content::-webkit-scrollbar {
	width: 6px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #999; 
	border-radius: 10px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-thumb {
	background: #aaa; 
	border-radius: 10px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-thumb:hover {
	background: #ccc; 
  }
.department_admin .local-actions{display:none;}
.department_admin .content-header{
	margin: 0px;
    /* background-color: #2b71e4; */
	background-color: #ffffff;
    color: #343434;
    padding: 15px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    min-height: 70px;
}
.department_admin .page-content{
	margin: 0px;
}
.department_admin h1.page-title{
	font-size: 20px;
}
.department_admin .block-page-title-block:last-child{
	margin-bottom: 0px;
}
.department_admin .content-header + .layout-container{
	margin:0px;
}
.page-wrapper *:focus, .ui-dialog *:focus{
	box-shadow: none!important;
	outline: none!important;
}

.department_admin .admin-list{
	display: table;
    border-spacing: 10px;
}
.department_admin .admin-item{
    padding: 10px;
    border: 1px solid #eee;
	display: table-cell;
    width: 1%;
	vertical-align: middle;
	height: 110px;
	text-align: center;
    border-radius: 6px;
    background-color: #f1f4fa;
    color: #444;
	cursor: pointer;
	box-shadow: 1px 1px 6px -2px #ddd;
}
.department_admin .admin-item__link::before{
	content: none;
}
.department_admin .admin-item__link{
	padding: 0px;
	color: #444;
}
.department_admin .admin-item__title{
	font-weight: 600;
}
.department_admin .breadcrumb__item, 
.department_admin .breadcrumb__link{
	color: #fff;
}
.department_admin .breadcrumb__item + .breadcrumb__item::before{
	filter: invert(1);
}
.department_admin .form-element{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height: 37px;
}
.department_admin .form-actions .button{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.department_admin .form-submit{
	background-color: #26a769 !important;
    color: #fff !important;
    border: none !important;
    margin: 0;
}
.department-profile .row{
	margin: 0px;
}
.department-profile > div > div{
	display: flex; 
    justify-content: center;
}
.department-profile{
	max-width: 460px;
	min-width: 350px;
    padding: 10px;
    border: 1px solid #fff;
    margin: 0px auto;
    text-align: center;
	margin-top: 80px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.department-profile img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #00659e;
    padding: 3px;
	flex-shrink: 0;
    flex-grow: 0;
}
.department-profile .views-field-field-user-image{
	margin: 0px auto;
	width: 100%;
	margin-top: -70px;
}
.department-profile .views-field-field-user-image .field-content{
	margin: 0px auto;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
}
.department-profile .views-field-field-user-image .field-content img{
	width: 120px;
}
.department-profile .views-field-nothing{
	width: 100%;
}
.department-profile .user-profile .col-xs-12{
	width: 100%!important;
	max-width: 100%!important;
}
.department-profile .user-profile{
	padding-top: 20px;
}
.department-profile .user-profile .user-name{
	display: flex;
}
.department-profile .user-profile .user-name h4, 
.department-profile .user-profile .user-name a,
.department-profile .user-profile .user-id h4,
.department-profile .user-profile .user-id a{
	font-size: 15px;
	margin: 0px;
	margin-bottom: 20px;
}
.department-profile .user-profile .user-id{
	display: flex;
}

.department-profile .user-profile .user-name h4,
.department-profile .user-profile .user-id h4{
	font-weight: 600;
	color: #888;
	min-width: 100px;
	text-align: left;
} 
.department-profile .user-profile .user-name a,
.department-profile .user-profile .user-id a{
	font-weight: 600;
	color: #444;
	padding-left: 10px;
	margin-bottom: 0;
	text-align: left;
}
.department-profile .user-profile .user-name h4{margin-bottom: 0;}
.department_admin .views-exposed-form{
	margin: 0px!important;
	margin-bottom: 20px!important;
	border-radius: 6px!important;
	border: 1px solid #eee!important;
	padding:16px!important;
	display: flex !important;
    align-items: center;
}
/* .department_admin .views-exposed-form__item--preceding-actions.views-exposed-form__item--preceding-actions{
	margin: 0px;
} */
.department_admin .form-item__label{
	font-size: 14px;
    font-weight: 600;
    /* margin: 0px; */
    margin-bottom: 8px;
}
/* .department_admin .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions{
	margin: 0px;
} */
.department_admin .view-quiz-competition .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions{
	margin-top: 27px;
    margin-left: 20px;
}
table th{
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: normal;
	
}
.department_admin .department-content table th{
	background-color: #052f4e;
    color: #fff;
	font-weight: normal;
    font-size: 13px;
}
.department_admin .department-content table td{
	font-weight: 600;
}
.department_admin table .views-empty{
	text-align: center;
}
.department_admin .form-item{
	margin-top: 0px;
}
.department_admin .views-table h4{
	margin-top: 0px;
	font-size: 18px;
}

.department_admin .views-exposed-form .js-form-item{
	margin-top: 0!important;
	min-width: 250px;
}
.department_admin .views-exposed-form .form-actions{
	margin-top: 32px!important;
}
.department_admin .views-exposed-form .form-actions input{ 
	padding: 9px 20px !important;
}
.department_admin .views-exposed-form .js-form-item input, .views-exposed-form .js-form-item select {
    padding: 9px 12px !important;
}

.department_admin .quizaddquestions-form{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.department_admin .quizaddquestions-form h4{
	width: 100%;
}
.department_admin .quizaddquestions-form .js-form-item{
	width: 100%;
	margin: 0;
}
.department_admin .fieldset.js-form-item{
	width: 100%;
}
.department_admin .fieldset.js-form-item .form-radios{
	display: flex;
}
.department_admin .fieldset.js-form-item .form-radios .js-form-item input{
	margin-inline-start: auto;
	margin-right: 10px;
}
.department_admin .form-submit#edit-submit-delete {
    background-color: #f24141 !important;
}

.tabs-wrapper .tabs{display: none;}