body{
    width: 100%;
    overflow-x: hidden;
    
}
    
.btn-primary {
    background-color: #1f4386;
    border-color: #1f4386;
}
.card-primary.card-outline {
    border-top: 3px solid #1f4386;
}
.btn-primary:hover {
    background-color: #254a8e;
    border-color: #254a8e;
}
.btn a, .btn a:hover{
	color: #ffffff!important;
}
.preloader{
	background-color: #ffffff;
}
.prf-img{
	height: 35px;
}
.dropdown-menu-lg {
    max-width: 280px;
    min-width: 240px;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
	background-color: #3073ef;
}
.clr-green{
    color: green;
}
.clr-red{
    color: red;
}
.mr-right5{
 margin-right: 5px;
}
.folder-row .col-lg-2{
    padding: 1%;
}
.folder-row p{
    text-align: center;
}
.mr-auto{
    margin: auto;
}
.folder-row a{
    color: #212529!important;
}
.mr-tp30{
    margin-top: 30px;
}
.img-box {
    border: 1px solid #f2f2f2;
    padding: 2%;
}
.check-img{
    position: absolute;
    top: 4%;
    right: 6%;
    width: 16px;
    height: 16px;
}
.action-btns button{
    border: 1px solid gray;
    margin-left: 2%;
}
.mr-tp16{
    margin-top: 16px;
}
.folder-row{
  margin-top: 30px;
}
/*10/10/2022*/
.mr-bt0{
  margin-bottom: 0px;
}
.hr-style{
    margin: 0px;
}
/* 13/10 Bredacrumb */
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
    /* max-width: 768px; */
    /* padding: 0.5em 1em; */
    /* margin: 1em auto; */
    background-color: #edeff0;
    border-radius: 0.25em;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
/*.cd-breadcrumb li > *, .cd-multi-steps li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}*/
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link{
   transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #1f4386;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active{
    color: #1f4386;
    font-weight: 600;
}
.mr-tp40{
    margin-top: 40px;
}


.mr-bt0{
  margin-bottom: 0px;
}
.hr-style{
    margin: 0px;
}
.lg img{
   width: 100%;
    padding: 2%;
}

.login-box img
{
    width: 250px;
}

#download{
    display: none!important;
}
.mr-ght20{
    margin-right: 20px;
}
.pr-box{
    border: 1px solid #e9e9e9;
    padding: 3%;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.card-title1 {
    float: left;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
}
.main-footer{
      /*position: fixed;*/
    bottom: 0;
    /*text-align: center;*/
    width: 100%;
}

.login-page
{
    background-image: url('../../img/loginbg.jpg');
    background-position: center;
    background-size: cover;
}
.login-box
{
   margin-right: 73px;
}
body:not(.layout-fixed) .main-sidebar {
    box-shadow: none!important;
    background: #1f4386;
   
}
.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    box-shadow: none!important;
    background: #1f4386;
}
.brand-link
{
        background: #ffffff;
    height: 80px;
    box-shadow: none;
    padding:0px!important;
}
 
.alert {
    position: absolute;
    padding: 2rem 1.25rem 3rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 99;
    width: 30%;
    right: -1%;
    top: 30%;
    left: 40%;
}
.alert-success {
    color: #000;
    background-color: #fff;
    border-top: 5px solid #23923d!important;
    border-top: 3px solid;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
}
.alert-danger {
    color: #000;
    background-color: #fff;
    border-top: 5px solid #dc3545!important;
    border-top: 3px solid;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
}
.alert .close
{
        color: #000!important;
    opacity: 1;
    position: absolute;
    right: 3%;
    top: 3%;
    font-weight: 600;
}
.alert li
{
    list-style-type: none;
}
.alert li p
{
    
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;

}
.success-title
{
    color: #23923d;
    font-size: 24px;
    margin-right: 10px;
    font-weight: bolder;
}
.error-title
{
    color: #dc3545;
    font-size: 24px;
    margin-right: 10px;
    font-weight: bolder;
    
}
.okbtn
{
    position: absolute;
    bottom: 10%;
    right: 3%;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    padding: 0px 20px;
}
 .mobile-menu
    {
        display:none;
    }

/*CSS by 1-november-2022*/
.main-header
{
    height:80px;
}
.wrapper .content-wrapper {
    margin-top: 80px;
    
}


.default-btn
{
    border: 1px solid gray;
    margin-left: 2%;
    padding: 3px 5px;
    color: black;
    background: #f1efef;
}


#loading {
    background: url('../../dist/img/spinner.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}


.mt-2 
{
    margin-top: 2rem!important;
    height: 100%;
}
nav.mt-2{
    margin-bottom:12em!important;
}
.modal-dialog{
    top:30%!important;
}





/*MEDIA QUERY*/

@media only screen and (max-width: 576px) {
   .mobile-menu
    {
        display:block;
    }  
    .login-box {
    margin: auto;
}
  
.col-xs-4
{
    max-width:33.33%;
    width:33.33%;
}
.card-body
{
    margin-bottom:100px;
}
.btn-group .btn{
    padding: 0.05rem 0.1rem;
    font-size: 0.8rem;
    margin: 3px;
}

.modal-dialog {
    max-width: 500px;
    margin: 8.75rem auto;
}

}