@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,400,500,600,700,800,900|Nunito:300,400,600,700,800");

html{
    overflow-x: hidden;
    font-family: 'Roboto' !important;
}
body{
    letter-spacing: 0.5px;
}
:root{
    --console-box-shadow: 10px 12px 15px 5px #cacaca1a, 0 2px 4px 0 rgb(0 0 0 / 10%);;
    --console-primary:#0a66c2;
    --console-btn-hover-bg:#04417d;
    --console-brdr-radius: 5px;
    --cnsl-clr-black: #202223;
    --cnsl-clr-grey:#646464;
    --console-white:#f2f2f2;
}
a{
    cursor:pointer;
}
.console-brdr-radius{
    border-radius:5px;
}
.m-l-5{
    margin-left: 10px;
}


/* login page start */
.sign-in-sec label{
    font-size: 14px;
}
.sign-in-sec .login:hover{
	background-color: var(--console-btn-hover-bg);
}
/* login page end */

.btn-console-submit {
    background-color: var(--console-primary);
    transition: all 300ms ease;
    position: relative;
    padding: 0.5rem 0.625rem;
    border: none;
    color: var(--console-white);
}
.btn-console-submit:hover{
    background-color: var(--console-btn-hover-bg);
} 
.btn-console-submit:before{
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,64%,.3));
	content: "";
	display: none;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}
.btn-console-submit:hover:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
    display: block;
}
@keyframes shine{
    0%{
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.all-nav-icons{
    font-size:17px;
}
.content{
    position:relative;
}
.all-nav-items{
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--phoenix-700-rgb), var(--phoenix-text-opacity)) !important;
}
.add-info {
    box-shadow: var(--console-box-shadow);
    padding: 35px;
    border-radius: 0;
    margin-bottom: 40px;
}
.add-info label{
    font-size: 11px;
}
.add-info .form-control:focus,
.grid-table td input:focus,
.sign-in-sec .form-control:focus {
	color: var(--phoenix-gray-900) !important;
	outline: 0;
	border: 2px solid #777;
	box-shadow: none;
}
.input-wrapper{
    position:relative;
}
.er-msg {
	position: absolute;
	top: 5px;
	right: 0;
	color: #ff4f0e;
	font-size: 12px;
	text-transform: capitalize;
    transition:all 300ms ease;
}
.info-p{
    font-size: 15px;
    font-weight: 400;
}
.employee-table {
    border-radius: 0;
    box-shadow: var(--console-box-shadow);
    overflow: hidden;
}

.grid-table-options{
    font-size: 12px;
    text-transform: capitalize;
}
.table-header{
    background: #f9f9f9;
}
.button-default, .grid-tab-btns {
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 10px 20px !important;
    cursor: pointer;
    position: relative;
}
.grid-table .button-active,
.grid-table > div > .active{
    transition: all 300ms ease;
    position: relative;
}
.button-active:before,
.grid-table .active:before{
    position:absolute;
    bottom: -2px;
    left:0;
    width: 100%;
    content: '';
    background-color: var(--console-primary);
    height: 4px;
}
.grid-table .grid-dropdown {
    background: transparent;
    border: 1px solid #e1e4eb;
}

.grid-table .table-header .table-title{
    padding: 1rem 0.5rem 0.2rem 0.5rem;
}
.grid-table .table-header .table-inputs {
	padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.grid-searchtitle{
    font-size: 13px;
    font-weight: 500;
}

.table-content-wrapper{
    overflow-y: scroll;
}
.table-content-wrapper td{
    height: 20px;
}
.grid-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sort-text{
    font-size:15px;
    display:inline-block;
    vertical-align:middle;
}
.sort-icons{
    display:inline-block;
    vertical-align:middle;
}
.sort-icons span{
    display:flex;
    flex-direction:column;
}
.sort-icons span svg:nth-child(2){
    
    margin-top:-15px;
}
#myth{
    height: 326px;
}
#mytb td{
    text-align: left;
}
#mytb tr td:first-child{
     text-align:center;
}
.name-id{
    padding:10px;
}
#mytb tr td a {
	color: #202223;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.datanotfound-img-width-new{
    max-height: 300px;
}
.rc-count{
    font-size: 23px;
    font-weight: 500;
}
.employee-pagination{
    position: relative;
}
.msg-popup {
	position: sticky;
	bottom: 90px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}
.msg-popup-text {
	border: 2px solid #00793b;
	width: 500px;
	color: #00793b;
	font-weight: 500;
	margin: auto;
	padding: 5px 0;
	background: #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pxt-10{
    padding: 10px !important;
}




/* file manager */

.fm-modal{
    max-width: 1000px;
}
.fm-body{
    overflow-x: hidden;
}
.fm-body .menu-section{
    overflow-x: hidden;
    height: 450px;
}
.fm-body .folder-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.fm-body .file-section{
    border-left: 1px solid #c6c6c6;
    overflow-y: auto;
    height: 450px;
}
.fm-body .file-wrapper{
    padding: 10px;
}
.folder-list{
    position: relative;
}
.folder-list > a{
    display: inline-block;
    width: 90%;
}
.folder-list-popup{
    display: inline-block;
    width: 7.5%;
    text-align: center;
}
.folder-list-popup button{
    background: none;
    border: none;
}
.fm-body .card-title{
    font-size: 14px;
    margin-bottom:5px;
}
.fm-body .card-text{
    font-size: 12px;
}
.fm-body .title-date {
    color: #202223;
    font-size: 14px;
    font-weight: 500;
}
.fm-body .click-text{
    font-size: 14px;
}
.fm-body .img-option button{
    background: none;
    border: none;
}
.fm-body  .dropdown-toggle::after{
    content:none;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: hidden !important;
}
.fm-banner{
    background: #ffffff;
    z-index: 4;
    border-bottom: 1px solid #c6c6c6;
}
.fm-modal input{
    font-size: 12px;
}