body {
    font-family: "Open Sans", serif;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #212121;
    background: #f0f1f7;
}
.tooltip {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #181818;
  font-family: "Open Sans", serif;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 11.7px rgb(0 0 0 / 18%));
}
a{
  text-decoration: none;
  color: #111c43;
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.control-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.c-redder {
    color: red;
    font-size: 13px;
    top: -3px;
}
sup {
    color: red;
    font-size: 13px;
    top: -3px;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.box_body {
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.11), 0 0px 6px rgba(0, 0, 0, 0.13);
}
.form-label{
  color: #212121;
  font-size: 14px;
  margin-bottom: 5px;
}
.form-control {
    color: #212121;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    border-color: #e6e6e6;
    border-radius: 5px;
    appearance: auto;
}
.form-control:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}
.btn{
background: #111c43;
color: #fff;
border: 1px solid #111c43;
  border-radius: 0px;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.btn:first-child:active{
  background: #263a7f;
  border: 1px solid #263a7f;
  color: #fff;
}
.btn:hover{
  background: #263a7f;
  border: 1px solid #263a7f;
  color: #fff;

}
.file-label:hover{
  background: #263a7f;
  border: 1px solid #263a7f;
  color: #fff;
}
sup {
  color: red;
  font-size: 13px;
  top: -3px;
}
.heading_view h1 {
font-size: 20px;
margin: 0;
font-weight: 600;
}

/*Menu*/
.header_part {
    position: fixed;
    top: 0;
    left: 275px;
    width: calc(100vw - 275px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    z-index: 99;
    background: #fff;
    transition: 0.5s;
}
.header_part.headerfix{
  box-shadow: 0 0 10px rgb(0 0 0 / 24%);
}
.header_part.header_partopen {
    left: 0;
    width: 100vw;
}
.header_left {
}
.sidebar-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 275px;
    height: 100vh;
    background: #111c43;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    overflow: auto;
    transition: 0.5s;
}
.sidebar-navigation.sidebar-navigationopen{
   left: -275px;
}
.bodyview_part {
    margin-left: 275px;
    padding-top: 90px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    transition: 0.5s;
}
.bodyview_part.bodyview_partopen {
    margin-left: 0;
}
.menuicon {
    font-size: 22px;
    cursor: pointer;
    margin-top: -3px;
}
.sidebar-navigation ul {
margin: 0;
padding: 15px 0 0 0;
}
.sidebar-navigation ul li {
display: block;
padding: 0 .75rem;
}
.sidebar-navigation ul li a {
position: relative;
padding: .75rem;
font-size: 14px;
font-weight: 400;
text-decoration: none;
color: #a3aed1;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 8px;
margin: 5px 0;
}
.sidebar-navigation ul li a i {
font-size: 20px;
position: relative;
top: 1px;
margin-right:5px;
}
.ti-chevron-down.mdi-flip-v {
transform: rotate(180deg);
}
.sidebar-navigation ul li a em {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
color: #fff;
background-color: rgba(255, 255, 255, .05);
}
.sidebar-navigation ul li ul {
display: none;
padding: 0;
margin: 0;
}
.sidebar-navigation ul li ul li {
  padding: 0 0 0 36px;
font-weight: 400;
}
.sidebar-navigation ul li ul.open {
display: block;
}
.sidebar-navigation ul li ul li a i {
  font-size: 18px;
}
.sidebar-navigation ul li ul li a {
  color: #a3aed1;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 12px !important;
  margin: 0;
  border-radius: 5px;
}
.sidebar-navigation ul li ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  transform: translateY(-50%);
}
.sidebar-navigation ul li a span {
  display: flex;
  align-items:center;
}
.sidebar-navigation h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0 13px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header_right {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.logoview img {
    height: 40px;
}
.logoview {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 66px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
background-color:transparent;
color: #fff;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
background-color: #fff;
}

.subMenuColor1 {
/* background-color: rgba(255, 255, 255, .05); */
}

.subMenuColor2 {
background-color:rgb(236 73 51 / 67%);
}



/*dropdown*/
.collegekeydropdown {
  position: relative;
}
.collegekeydropdown .dropdown-toggle:after {
  display: none;
}
.collegekeydropdown .dropdown-toggle.dropdownbutton_icon {
height: auto;
padding: 0;
border: 0px;
border-radius: 0px;
background: transparent;
color: #212121;
display: flex;
align-items: center;
grid-gap: 6px;
font-size: 14px;
}
.dropdownbutton_small .dropdown-toggle {
  height:40px;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 8px;
}
.collegekeydropdown .dropdown-menu.bordertype_dropdown {
  filter: none;
  border: 1px solid #e6e6e6;
}
.collegekeydropdown .dropdown-menu {
  padding: 0;
  border: 0px;
  filter: drop-shadow(1px 1px 11.7px rgba(133, 133, 133, 0.25));
  border-radius: 6px;
  background:#fff;
  min-width: max-content;
}
.collegekeydropdown .dropdown-menu ul {
  flex-wrap: wrap;
  grid-gap: unset;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.collegekeydropdown .dropdown-menu ul li:before {
  display: none;
}
.collegekeydropdown .dropdown-menu ul li {
  padding: 0;
  border: 0px;
  width: 100%;
}
.collegekeydropdown .dropdown-menu ul li:first-child a {
  border-radius: 6px 6px 0 0;
}
.collegekeydropdown .dropdown-menu ul li a i {
  font-size: 16px;
}
.collegekeydropdown .dropdown-menu ul li a:hover {
  color: #111c43;
  background: #f0f1f7;
}
.collegekeydropdown.dropdownbutton_small .dropdown-menu ul li a {
  height:40px;
  font-size:14px;
  padding: 0 12px;
}
.collegekeydropdown .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  grid-gap:8px;
  transition: 0.5s;
  color:#212121;
}
.dropdownbutton_small .dropdown-toggle img {
width: 30px;
height: 30px;
border-radius: 50%;
}
/*dropdown*/


.bodyview_part .box_header {
background: #111c43;
}

.bodyview_part .box_header h3 {
color: #fff;
font-size: 18px;
}
textarea.form-control {
height: auto;
resize: unset;
padding: 12px;
}

.profile-container {
width: 125px;
height: 125px;
border: 2px dashed #ccc;
overflow: hidden;
position: relative;
margin: 20px auto;
background: url(../image/screencapture.png);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
background-size: 100%;
}
.profile-container img {
width: 100%;
height: 100%;
object-fit: cover;
display: none;
}
.remove-btn {
display: none;
position: absolute;
top: 5px;
right: 126px;
background: #111c43;
color: white;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
font-size: 16px;
cursor: pointer;
}
#fileInput {
display: none;
}
.file-label {
cursor: pointer;
background: #111c43;
color: #fff;
border: 1px solid #111c43;
border-radius: 0px;
height: 40px;
padding: 0 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
width: 133px;
margin: 0 auto;
}
.profilepicture h2 {
margin: 0;
color: #212121;
font-size: 14px;
margin-bottom: 5px;
text-align: center;
}
.heading_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select2-dropdown {
  z-index: 9999;
}
.nodatatable {
    overflow: scroll;
}
/*tabview*/
.tabview ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.tabview.tabviewview ul li:nth-child(2) {
    padding: 0 80px !important;
}
.tabview.tabviewview ul li {
    position: relative;
    padding: 0;
    display: inline-block;
    z-index: 9;
}
.tabview.tabviewview ul:after {
    content: '';
    width: 100%;
    border-bottom: 2px dashed #111c43;
    position: absolute;
    top: 19px;
    right: 0;
}
.tabviewview {
    text-align: center;
}
.tabview.tabviewview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    align-items: center;
    text-align: center;
    position: relative;
}
.tabview ul li button {
    border: 0px;
    color: #111c43;
    border-radius: 40px;
    padding: 8px 20px;
    background: #e3e5ec;
}


.tabview ul li button.active {
  background: #111c43;
  color: #fff;
}
.tabview {

}
.datatablebuttonview {
  display: none;
}

.datatablebuttonview.showdatatabingview {
  display: block;
}
/*tabview*/

.status_btn {
    padding: 4px 16px;
    font-size: 13px;
    border-radius: 20px;
    max-width: 215px;
    display: inline-block;
    width: 100%;
}
.pending{
	background: #fff6d7;
    color: #e4ad01;
}
.rejected{
  background: #ffded9;
  color: #c7361e;
}
.resubmit{
  background: #ffecd3;
  color: #e38503;
}
.progres{
	background: #d6ebff;
    color: #4b96e0;
}
.completed{
    background: #d4fce1;
    color: #019834;
}

.inputinnericon {
  position: relative;
}
.inputiconview { 
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width:36px;
  height:100%;
}
.inputiconview svg, .inputiconview img {
  height:16px;
  width: 16px;
  display: flex;
}
.inputiconview svg path {
  stroke: var(--headingcolor);
}

/*head part*/
.head_left_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 12px;
}
.head_left_main.flex-end {
  align-items: flex-end;
}
/*head part*/


.toggle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.toggle-switch {
    width: 60px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: white;
}

.toggle-switch:before {
    content: "Off";
    position: absolute;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-checkbox {
    display: none;
}

.toggle-checkbox:checked + .toggle-switch {
    background: #4CAF50;
}

.toggle-checkbox:checked + .toggle-switch:before {
    content: "On";
    left: 35px;
    color: black;
}

.tablewrapper .statustablecheck .datatable_bottom{
  display: none;
}

.login_title h1 {
    font-size: 20px;
    color: #212121;
    margin: 0;
    font-weight: 600;
}

.login_title h2 {
    font-size: 16px;
    color: #717171;
    margin: 10px 0 0 0;
    font-weight: 400;
}
.login_cardview form {
    width: 430px;
}
.login_left {
    background: #e4eaff;
}
.login_left img {
    width: 85%;
}