body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}

a:hover{
    text-decoration: none;
}

.main-bg{
    background: #1966b8;
    padding: 6px 0px 0px 0px;
    margin-left: -5px !important;
} 

.left-navbar-section{
	width: 130px;
	padding-bottom: 4rem;
    transition: 0.5s;
}

a.logo {
    padding: 0px 2px 13px;
    display: block;
}

.logo-nav-border{
    width: 96%;
    height: 1px;
    background-color: #1b5ea7;
    z-index: 10;
    position: relative;
    margin: 0px 0px 10px;
}

.custom-nav .side-menu {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    color: #fff;
    margin-bottom: .25rem;
    position: relative;
    -webkit-border-top-left-radius: 99px;
	-webkit-border-bottom-left-radius: 99px;
	-moz-border-radius-topleft: 99px;
	-moz-border-radius-bottomleft: 99px;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}

.custom-nav>ul>li>.side-menu.side-menu--active {
    background-color: #f1f5f8;
}

nav.custom-nav ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

nav.custom-nav ul li {
    display: block;
}

nav.custom-nav {
    display: block;
}

nav.custom-nav ul li a {
    color: #fff;
    padding: 13px 12px;
    display: block;
    font-size: 14px;
}

a.side-menu.side-menu--active {
    color: #333;
}

.custom-nav>ul>li>.side-menu.side-menu--active:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url(../img/nav-arrow.svg);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.25rem;
}

.custom-nav>ul>li>.side-menu.side-menu--active:before{
	content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url(../img/nav-arrow.svg);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.25rem;
}

.custom-nav>ul>li>.side-menu.side-menu--active:before {
    margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
}

.side-nav>ul>li>.side-menu.side-menu--active:after {
    margin-top: 50px;
    transform: scale(1.04);
}

.right-content-section{
    background-color: #f1f5f8;
    flex: 1 1 0%;
    padding: 0 22px 5px;
    min-height: 611px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.flex {
    display: flex;
}


.side-nav>ul>li:first-child>a.side-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav>ul>li>.side-menu.side-menu--active {
    background-color: #f1f5f8;
}
.side-nav .side-menu {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    color: #fff;
    margin-bottom: .25rem;
    position: relative;
    border-radius: 9999px;
}


.custom-nav ul li a.active-menu:after ,.custom-nav ul li a.active-menu:before{
	content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url(../img/nav-arrow.svg);
    position: absolute;
    top: 0px;
    right: 20px;
    margin-right: -1.25rem;
}

.custom-nav ul li a.active-menu:before{
	margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
}

.custom-nav ul li a.active-menu:after {
    margin-top: 47px;
    transform: scale(1.04);
}

.nav.custom-nav ul li a.active-menu {
    background-color: #f1f5f8;
}

.custom-nav ul li a.active-menu {
	background-color: #f1f5f8;
    color: #21268a;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

nav.custom-nav ul li a {
    position: relative;
}

nav.custom-nav ul li a i {
    margin-right: 2px;
}


.custom-header-section {
    padding: 12px 0px;
    border-bottom: 1px solid #e0dede;
}

.user-cont-r button {
    background: transparent;
    font-size: 14px;
    outline: none;
    color: #000;
}

.user-cont-r button:focus{
    outline: none;
}

.mobile-menu-icon i {
    color: #21268a;
}

.user-cont-r {
    text-align: right;
}

.mobile-menu-icon {
    display: inline-block;
    cursor: pointer;
    padding: 0px 7px;
}

.user-cont-r ul {
    margin: 0px;
    padding: 0px;
}

.user-cont-r ul li a {
    padding: 8px 10px;
    display: block;
    color: #333;
    font-size: 13px;
    transition: 0.5s;
}

.user-cont-r ul li a:hover {
    background: #1966b8;
    color: #fff !important;
}

.user-cont-r ul li a i {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.breadcrumbs h1 {
    font-size: 13px;
    margin: 0px;
    padding: 2px 0px;
}

.middle-section {
    background: #fcfcfc;
    padding: 10px;
    border-radius: 10px;
}


.table-section table thead tr th {
    background: #1a74d4;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-right: 1px solid #5995d6;
}


.table-section table tbody tr td {
    border: 1px solid #d5d3d3;
    padding: 5px 15px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}

.table-section table thead tr th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.table-section table thead tr th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.table-section table tbody tr td button {
    background: transparent;
    outline: none;
    cursor: pointer;
    margin-left: 5px;
}

.breadcrumbs {
    padding: 6px 0px;
}

.breadcrumbs ul {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-top: -5px;
}

.breadcrumbs ul li {
    display: inline-block;
    font-weight: 500;
    margin-left: 3px;
    font-size: 13px;
}

.breadcrumbs ul li span {
    color: #1a74d4;
    margin: 0px 4px;
    text-align: center;
}

.table-section table tbody tr td button:first-child {
    color: #0263cc;
    font-weight: bold;
}

.table-section table tbody tr td button:last-child {
    color: #ef1212;
}

 button.main-btn:hover{
    box-shadow: none;
}

.ad-lef-m nav.custom-nav ul li {
    text-align: center;
}

 button.main-btn {
    border: none;
/*    background: linear-gradient(5deg, #494d94 0%, rgb(120, 126, 255));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(100, 114, 171, 0.5);
    box-shadow: 0 7px 14px 0 rgba(100, 114, 171, 0.5);
    border: none;*/
    background: linear-gradient(5deg, #1b74d2 0%, rgba(57, 95, 255, 0.6));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
    box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
    border: none;

    padding: 7px 15px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
    margin-right: 10px;
}

button.cancel-btn {
    background: linear-gradient(14deg, #ff3939 0%, rgba(241, 80, 133, 0.6));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(11,122,243,0.5);
    box-shadow: 0 7px 14px 0 rgba(243, 178, 29, 0.5);
    border: none;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
}

button.cancel-btn:hover{
    box-shadow: none;
}

.user-creat-btn {
    margin-bottom: 15px;
}

.table-search input {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 22px;
    background: transparent;
    outline: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 1px 5px;
}

.table-search {
    position: relative;
}

.table-search button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fcfcfc;
    padding: 1px 8px;
    color: #21268a;
    outline: none;
}

.custom-btn-btm {
    text-align: right;
    width: 100%;
}

.form-section {
   padding: 10px 0px 15px;
}


span.user-icon {
    color: #1966b8;
}

span.user-icon i {
    font-size: 14px;
    margin-right: 3px;
}


.custom-nav-tab {
    background: #d5e7f1;
    margin-top: 15px;
    border-radius: 2px;
}

.custom-nav-tab li a {
    padding: 4px 15px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
}

.custom-nav-tab li a span {
    background: #fff;
    padding: 3px;
    width: 25px;
    font-weight: bold;
    margin-right: 10px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #1966b8;
}

.custom-nav-tab li a.active {
    background: #1966b8;
    color: #fff;
    position: relative;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


.custom-nav-tab li a.active :after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.custom-nav-tab li a.active :after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1966b8;
    border-width: 17px;
    margin-top: -17px;
}

.custom-nav-tab li {
    margin-right: 20px;
}

.approver-text {
    font-size: 15px;
    padding: 10px 0px;
}


.approver-text b {
    font-weight: 400;
    color: #1966b8;
    letter-spacing: 0.5px;
}

.approver-text span {
    font-size: 14px;
    margin-left: 8px;
}

p.type-text {
    font-size: 13px;
    margin: 0px 10px 7px 0px;
    font-weight: 400;
}


.remarks-upload-section {
    padding: 15px 0px;
}


.fileUpload {
    position: relative;
    /* overflow: hidden; */
    margin: 0px;
    text-align: left;
}
.fileUpload input.upload {
    position: absolute;
    width: 6%;
    top: -5px;
    right: -8px;
    left: 2px;
    /* margin: auto; */
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.upload-inn-section {
    background: #f3f8fb;
    height: 60px;
    padding: 5px;
    border: 2px #ddd dashed;
    border-radius: 5px;
    text-align: center;
}

.fileUpload span {
    padding: 6px;
    width: 30px;
    left: 2px;
    top: 0px;
    position: relative;
    font-size: 12px;
    text-align: center;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(5deg, #1b74d2 0%, rgba(57, 95, 255, 0.6));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
    box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
}

.upload-inn-section p {
    padding: 0px 0px 0px 14px;
    font-size: 12px;
    margin: 0px;
    color: #8f9caa;
    display: inline-block;
}

.upload-inn-section p b {
    color: #1966b8;
    font-weight: 500;
}



.ad-lef-m {
    width: 60px;
}

.ad-lef-m a.logo {
    padding: 20px 6px;
    display: block;
    width: 60px;
}

.ad-lef-m nav.custom-nav ul li a:hover span {
    opacity: 1;
}

.ad-lef-m nav.custom-nav ul li a span {
    position: absolute;
    background: #1966b8;
    opacity: -0;
    padding: 6px;
    z-index: 10000;
    color: #ffff;
    width: 150px;
    left: 77px;
    top: 7px;
    box-shadow: 4px 3px 5px 0px #e0dfdf;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.ad-lef-m nav.custom-nav ul li a span:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ad-lef-m nav.custom-nav ul li a span:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #1966b8;
    border-width: 17px;
    margin-top: -17px;
}




/*========side-bar========*/


div#sidebar-content {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul li {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul li a {
    padding: 12px;
    display: block;
    border-bottom: 1px solid #d8d2d2;
}


div#sidebar-content ul li a {
    display: block;
    color: #000;
    font-weight: normal;
    padding: 16px;
}

div#sidebar-content ul li a i {
    margin-right: 6px;
}

.pdf-scroll-ty {
    width: 100%;
    overflow: auto;
    width: max-content;
    display: flex;
    margin: 6px 10px;
}

.pdf-s-bg {
    background: #f7f7f7;
    padding: 9px;
    border: 1px solid #ddd;
}


.img-in-section p {
    font-size: 13px;
    line-height: 25px;
}



.img-in-section {
    width: 100%;
}

.img-in-section img {
    width: 100%;
}



.img-in-section ul {
    margin: 0px;
    padding: 0px;
}

.img-in-section ul li {
    list-style: none;
    padding: 8px 0px;
    font-size: 14px;
}

.img-in-section ul li span {
    margin-right: 2px;
    font-size: 13px;
    color: #1a5fb5;
}


.img-in-section ul li b {
    font-weight: 500;
    margin-right: 4px;
    width: 35px;
    display: inline-block;
}
