/* * {
    outline: 1px solid #f00 !important;
  } */

.navbar {
    background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%); 
    position: fixed;
    z-index: 999 !important;
    width: 100%;
    padding: 0;
    top: 0;
}

.sideNav{
    top: 150px !important;
    left: 0.5rem;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 10px 10px;
    width: 16.6%;   
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    max-width: 300px;
    min-width: 180px;
    z-index: 2;
}

@media only screen and (max-width : 900px) {
    .sideNav{
    top: 160px !important;
    }
}

.module_header_container{
    background-color: #f9f9f9;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 3;
    /* margin-right: 0;
    margin-left: 0; */
    padding: 15px 0 2px 0 ;
}

.module_details_body{
    top: 120px;
}

.sidebarHelpLink{
    color: #3d3dff;
    text-decoration: underline;
}

.backButton{
    margin: 0 0 1rem 5%;
    width: 100%;
    font-size: 18px;
}

.backButton a{
    color: #202020;
    font-weight: 700;
}

.sidebarHelpLink i{
    height: 5px;
}

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
/* }  */

/* .sideNav::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
} */

.navContainer{
    /* width: 100%; */
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
}


.nav-logo{
    border-radius: 5rem; 
    margin: -10px 0;
}

.nav-text{
    position: absolute;
    /* top: 55px;  */
    left: 70px;
    bottom: 10%;
    font-size: 14px; 
    font-weight: bold; 
    color: rgb(117, 92, 92); 
    font-style: italic;
}

#greetingNav{
    font-size:large ;
}

#logoutNav{
    cursor: pointer;
    color: black;
}

#logoutNav b{
    color: black;
}

.sidebarOtherLinks{
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    width: 100%;
}

.sidebarLinks{
    border-bottom: 1px solid #ebebeb;
    padding: 10% 10% 10px 10px;
    width: 100%;
    cursor: pointer;
}

.sidebarLinks.nav_active{
    /* background: linear-gradient(136deg ,#DCFF73 0%, #8ECA6B 100%); */
    width: 100%;
}

.sidebarLinks.nav_active a{
    /* background: linear-gradient(136deg ,#DCFF73 0%, #8ECA6B 100%); */
    color : rgb(63, 66, 202);
    width: 100%;
    font-weight: 700 !important;
}

.sidebarLinks:hover{
 background: rgb(0 0 0 / 17%);
}

.fas.fa-caret-right{
    right: 20px;
}

.sidebarNav{
    color: black;
}

.sidebarNav:hover{
    /* color: black; */
    text-decoration: none;
    color: rgb(63, 66, 202);
}

.selectedNav{
    font-size: larger;
}

.module_body{
    max-width: 1500px;
}

/* ---------------------------- Replacing main.css ---------------------- */

#body-row{
    margin: 0;
    padding-top: 0;
  }


/* Header changes - CSS*/

.headerBanner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.titlehr{
    /* background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);    */
    background-image: none;
    background-color: #7175E0;

}

.sub_title{
    text-align: center;
    width: 12rem;
}

/* .btn-primary-alt {
    background-image: none;
    background-color: #5b5fce;
} */

/* .btn-primary-alt:hover{
    background-color: #3a3eb8;
} */

.btn-primary-alt:hover{
    background-color: #3a3eb8;
}

.btn#next_section , .btn#edit_profile_button, .btn#prev_section{
    font-size: 1rem;
    line-height: initial;
}

.btn#save_basic_details{
    font-size: 1rem;
}

.btn#cancel_edit{
    font-size: 1rem;
}

#module_header_name{
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


.input_add_button , .btn_primary_grey, .tag {
    background-image: none;
    background-color: #969696;
    color: white;
    max-width: 180px;
    max-height: 30px;
}

.input_add_button:hover, .btn_primary_grey:hover, .tag:hover{
    background-color: #646464;
    color: white;
}

.input_add_button:focus, .btn_primary_grey:focus, .tag:focus{
    background-color: #969696;
    color: white;
    border:none !important;
}

.tag{
    background-color: rgba(111, 115, 243, 0.9);
}

.tag:hover{
    background-color: rgba(58, 62, 184, 0.9);
}

.tag:focus{
    background-color: rgba(58, 62, 184, 0.9);
}


.pad_primary_grey {
    background-image: none;
    background-color: #969696;
    color: white;
    max-width: 140px;
    max-height: 30px;
    cursor: auto !important;
    border-radius: 5px;
    padding: 4px 0px;
    /* font-size: 15px; */
}

.pad_primary_grey:hover{
    background-color: #646464;
    color: white;
}

.pad_primary_grey:focus{
    background-color: #969696;
    color: white;
    border:none !important;
    max-width: 180px;
}

.heading_padded{
    background-image: none;
    background-color: rgba(111, 115, 243, 0.9);
    color: white;
    max-height: 30px;
    cursor: auto !important;
    border-radius: 15px;
    padding: 4px 10px;
    width: fit-content;

}

.heading_padded:hover{
    background-color: rgba(58, 62, 184, 0.9);
    color: white;
}

/* ----------- END Replacing main.css : END -------- */


/* ----- Input Label Transition - CSS*/
  
  .input-container {
    height: 50px;
    position: relative;
    width: 100%;
  }
  
  .cut {
    background-color: none;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -15px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
    z-index: -999;
  }
  
  /* .cut-small {
    width: 52px;
  }

  .cut-small ~ .label{
    left: 37px;

  }

  .cut-big{
      width: 100px;
  }
  
  .cut-xl{
      width: 125px;
  } */

  .input:focus ~ .cut{
      z-index: 0;
  }


  .label {
    color: #65657b;
    font-weight: 400;
    left: 30px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms;
    top: 7px;
    padding: 0 10px;
  }

  .form-control:focus{
    outline-offset: 0px;
    box-shadow: none;
    border: 2px solid #5b5fce;

    }

  .form-control:focus ~ .label{
    color: #3a3eb8;
    }
  
  .input:focus ~ .label,

  .input:not(:placeholder-shown) ~ .label {
    transform: translateY(-22px) translateX(0px) scale(0.75);
    background-color: #f9f9f9;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 600;
  }


  .boxed_input .input:focus ~ .label,
  .boxed_input .input:not(:placeholder-shown) ~ .label {
    transform: translateY(-20px) translateX(0px) scale(0.75);
    background-color: white;
    border-radius: 10px;
  }

  

  
  .input:not(:placeholder-shown) ~ .cut{
      z-index: 0;
    }

    /* Handling Select2 / select 2 styling */
    .searchable_dropdown ~ .label{
        left:20px;
    }
    
    .searchable_dropdown ~ .cut{
        left:10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        /* background-color : rgba(111, 115, 243, 0.9)!important;
        color: white;
        border: none !important; */
        background-color: transparent !important;
    }

    /* .input:not(:placeholder-shown) ~ .label {
      color: #4141fa;
    }  */

  
  /* .input:focus ~ .label {
    color: #65657b;
  } */

/* END - Input Label Transition - CSS - END*/

/* Inpur Label CSS */
input{
    height: auto;
}

/* Password Modal */

.button_nostyle{
    border: 0;
    background: none;
}


/* Image Upload */

.profile_pic{
    box-shadow: 1px 1px 15px -5px black;
    width: 150px; 
    height: 150px; 
    object-fit: cover;
}

img.profile_pic{
    max-width: 100%;
    display: block;

}

.profile_pic:hover , .btn_add:hover {
    transform: scale(1.05);
    cursor: pointer;
}

/* Error Handling*/
.error{
    margin-top: 0px !important;
}

input:valid ~ .error{ 
    display: none !important ;
}

input:invalid ~ .error{
    display: block !important ;
}

.error.override_valid{
    display: block !important ;
}



/* Delete / Discard Buttons */

.btn-danger {
    background: #EB5C6F;
    color: white;
}


/* ------ Summernote Editor Styling  ---------- */

.note-editor.note-frame.card {
    border-radius: 15px 15px 6px 6px;
    border: 1px solid rgba(0,0,0,.2);
    /* overflow: hidden */
}


/*  Header and background of header styling */
.card-header{
    border-radius: 15px;
}

.note-toolbar{
    /* background: #5b5fce !important;  */
    background: #f8f9fa !important; 
    
}


/* Remove Button seperation lines , Make group buttons radius zero  */
.note-btn-group .note-btn {
	/* border-color: rgba(0,0,0,.2); */
	border: none;
    border-radius: 10px !important;
}

/* Bottom height editor styling */
.note-statusbar {
	background-color: white !important  ;
	border-top: 0px solid rgba(0,0,0,.2);
    border-radius: 10 !important;
    /* margin: 0px 5px ; */
}


/* Seperating Grouped Featuress */
.btn-group {
    border-right : 1px solid rgba(0,0,0,.2);
    padding-right: 5px;
}

.btn-group:last-child {
    border-right : 0px;
    padding-right: 0px;
}


/* ------------ Common for Modules  -----------  */

.boxed_input{
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    border-radius: 0.5rem!important;
    /* border: 1px solid rgba(0,0,0,.2) ;
    border-radius: 10px;*/
    background-color: white;
}


.input_field{
    margin-bottom: 10px;
}

/*  Degrees Module */

.form-control-file{
    display: inline-block;
    width: auto;
    margin-left: 10px;
}

.preview_image{
    /* width: 100px;
    min-height: 100px; */
    /* border: 2px solid #dddddd; */

    /* box-shadow: 1px 1px 15px -5px black; */
    /* width: auto; */
    max-width: 100px; 
    max-height: 100px; 
    object-fit: contain; 
    padding: 1px;
    vertical-align: middle;
}

.preview_uploaded_file_input:hover,.view_added_media_individual_container:hover, .view_big_media_individual_container:hover {
    /* transform: scale(1.05);
    cursor: pointer; */
    opacity: 0.8;
}

.preview_uploaded_file_input, .view_added_media_individual_container{
    /* box-shadow: 1px 1px 15px -5px black; */
    width: 100px; 
    height: 100px; 
    /* object-fit: cover; */
    background: rgba(73, 73, 73, 0.1);
    padding: 0;
    border-radius: 10px;
    overflow:hidden;
}

.view_big_media_individual_container{
    width: 150px; 
    height: 150px; 
    background: rgba(73, 73, 73, 0.1);
    padding: 0;
    border-radius: 10px;
    overflow:hidden;
}

.preview_big_image{
    max-width: 150px; 
    max-height: 150px; 
    object-fit: contain; 
    padding: 1px;
    vertical-align: middle;
}

.remove_image {
    top: 1px;
    position: absolute;
    right: 4px;
    border: none;
    /* color: white; */
    padding: 0px;
    color: rgb(126, 126, 126);
    z-index: 2;

}

.remove_image:hover {
    transform: scale(1.05);
    cursor: pointer;
    color: rgb(49, 49, 49);
    
}

#image_in_cropper {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}


input[readonly]{
    cursor: pointer;
    /* text-align: center; */
    background-color: #fff !important;
}

.delete_input_button{
    /* padding: .3rem .3rem; */
    color: #e94959 !important;
    /* background-color: #fff; */
    background-color: none;
}

.delete_input_button:hover{
    color: #c82333 !important;
}


/*  ----- Searchable Dropdown CSS --------- */

.select2_input_class{
    height: auto;
}

.select2-container--default{
    width: 100% !important;
    /* margin-bottom: 10px !important; */
}

.select2-container--default .select2-selection--single
{
    border-radius: 25px !important;
    border: none !important;
}



.select2-container .select2-selection--multiple{
    margin-top: 4px;
    min-height: 100 !important;
    /* max-height: 27px !important; */
    border-radius: 0.75rem !important; 
    border:1px solid #ced4da !important;
    /* border:1px solid #937ef8 !important; */
    /* padding-top: 2px !important; */
    padding-bottom: 10px !important;
}


/* .select2-container:focus .select2-selection--multiple{
    outline-offset: 0px;
    box-shadow: none;
    border: 2px solid #5b5fce;
    } */

.select2-container--focus .select2-selection--multiple {
    border:  2px solid #5b5fce !important;
    outline: 0;
}

.select2-container--focus ~label {
    color:#3a3eb8 !important;
    outline: 0;
}


.searchable_dropdown_container{
    margin-left: 15px ;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

/* .select2-search__field:focus {
    border: none !important;
    border-color: #5b5fce !important;
    
} */


/*  Date Picker Theme */

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    /* background-image: -webkit-linear-gradient(top,#08c,#04c); */
    /* background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(top,#08c,#04c); */
    background-image: (linear,0 0,0 100%,from(#937ef8),to(#735cec)) !important;
}


/* ------- Cards CSS ----- */

.card_title{
    font-size: 18px;
    font-weight: 600;
    /* line-height: 28px; */
    letter-spacing: 0px;
    color: #4E54C8;
    margin-bottom: 0;
    overflow-wrap :break-word;
}

.card_secondary_title
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow-wrap :break-word;
}

.card_description{
    font-size: 16px;
    line-height: 20px;
    color: #191648;
    mix-blend-mode: normal;
    opacity: 0.9;
    overflow-wrap :break-word;
}

.card_side_text{
    font-size: 16px;
    line-height: 20px;
    color: #191648;

}

.card_text{
    overflow-wrap :break-word;
}

.card_edit_icon, .card_delete_icon{
    color: rgb(68, 68, 68);
}

.card_edit_icon:hover{
    color: #4E54C8;
}
.card_delete_icon:hover{
    color: rgb(177, 0, 0);
}





.light_text{
    font-weight: 300 !important;
}


/*  --------- Loader CSS -----*/
  
/* .loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
} */
.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
   }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
   }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
   }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
   }
}
@keyframes color {
    100%, 0% {
        stroke: #d62d20;
   }
    40% {
        stroke: #0057e7;
   }
    66% {
        stroke: #008744;
   }
    80%, 90% {
        stroke: #ffa700;
   }
}
/* body {
    background-color: #eee;
} */
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20%;
}

/* Modal Edits */
.loader_body{
    padding-top: 1rem;
    padding-bottom: 6rem;
    background: rgba(255, 255, 255, 1);
    max-width: 300px ;
}


  /* Basic Details */
  .verified{
    color: #3a3eb8;
  }

  #resend_mobile_number_otp{
    cursor: pointer;
  }

  .anchor_button{
    color: #3d3dff;
    text-decoration: none;
    background-color: transparent;
  }

  .anchor_button:hover{
    color: #3434c9;
    text-decoration: underline;
    cursor: pointer;
  }

/* ------------- View Layout CSS ----------------*/

.section_empty_message {
    display: flex;
    align-content:center;
    justify-content: center;
    align-items: center;
}

.header_title{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    /* color: #6852CB; */

}

.module_header_container_view{
    background-color: #f9f9f9;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 3;
    /* margin-right: 0;
    margin-left: 0; */
    height: 70px;
    padding: 2px 0 2px 0 ;
}

.faculty_profile_container{
    grid-area: auto;
    overflow: hidden;
}

.gradient_bar {
	position: relative;
	top: 0;
	left: 0;
	height: 15px;
    background: rgb(113,117,224);
    background: linear-gradient(172deg, rgba(113,117,224,1) 0%, rgba(77,82,203,1) 61%, rgba(98,58,218,1) 100%); 

	/* border-top-right-radius: 3px; */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	/* border-radius:15px 0 0 15px; */
	/* margin: -20px -20px 20px; */
}

.profile_card_container {
	display: grid;
	grid-auto-rows: auto;
	grid-template-columns: 170px auto;
	grid-column-gap: 30px;
	grid-template-areas: 'photo header' 'photo _' 'photo institution' 'photo metrics';
}

.profile_pic_view {
	grid-area: photo;
	height: 170px;
	width: 170px;
	border-radius: 50%;
}

.profile_pic_container {
	grid-area: photo;
}

.profile_header {
	grid-area: header;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 10px;
}

.profile_card_container .researcher-card-institution {
	grid-area: institution;
	margin-bottom: 5px;
}

.metrics_container {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.individual_metric {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: 2px solid #ddd;
}

.social_media_icons{
    display: flex;
    align-items: center;
    justify-content:center;
}

.vbox-title{
    font-size: 15px !important;
}
