
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
    overflow-x: auto;
}
body{
	background: #F4F4F4;
	overflow-x: auto;
}
.login-img{
	background-image: url('../img/login-bg.png');
	height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.text-success1{
	color:  #0d6efd  !important;	     
}
.text1{
	 font-family: "DM Serif Text", serif;
	   font-size: 2.75em;
        line-height: 44px;
            font-weight: 700;
                padding-top: 100px;
}
.login-text{
	font-weight: 400;
}
.dashborad-dropdown:focus{
	box-shadow: none !important;
}
.dashborad-dropdown{
		border-radius: 50px;
		transition: 0.5s;
}
.dashborad-dropdown:hover{
	background:#f4f4f4;
}
.header-dropdown{
	height: 482px;
    overflow-y: scroll;
    width: 327px;
}
.width-500{
	width: 500px !important;
}
.profile{
	padding: 6px 4px;
}
.title{
	    font-size: 19px;
    font-weight: 400;
}
.btn-success{
	background: #0d6efd !important;
	border-color: #0d6efd !important;
	    padding: 5px 60px !important;
}
.manage-table span{
	font-size: 12px !important;
}
.user{
	    width: 15px;
}
.bg-success{
	background: #0d6efd !important;
}
.form-input{
	border: 1px solid #ccc !important;
    margin: 10px 0px 0 10px;
    padding: 1px 3px 3px 4px !important;
    text-align: left !important;
    
    -moz-box-shadow: inset 0px 2px 4px #ccc !important;
    box-shadow: inset 0px 2px 4px #ccc !important;
    -webkit-box-shadow: inset 0px 1px 4px #ccc !important;
        border-radius: 0 !important;
}
.bg-secondary1{
    background: #f4f4f4;
    color:#a1a2a1;
    font-size: 10px;
}

.error{
    color:red!important;
}
.login-btn{
        padding: 12px 60px !important;
            font-weight: 700;
            background: #0051af ;
                color: #fff;
}
.form-control:focus{
        box-shadow: none !important;
}
.profile-dropdown::after{
    display: none !important;
}
.profile-menu{
    width: 225px !important;
}
.profile-item{
      padding: 16px 18px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.border-1{
        border: 2px solid #0d6efd;
    border-radius: 50%;
    padding: 4px;
}
.header-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none !important;
       border-bottom: 3px solid #0d6efd !important;
           color: #000 !important;
}
.header-tabs .nav-tabs{
      border: none !important;
}
.header-tabs .nav-tabs .nav-link{
    color: #a0a0a0;
}
.header-tabs .nav-tabs .nav-link:hover {
     /*border: none !important;*/
     /*    border-bottom: 3px solid #0d6efd !important;*/
     border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.header-tabs .nav-item{
        outline: none !important;
}


.fc-toolbar-title{
    font-size:18px !important;
    color:#0051af !important;
}

.fc .fc-col-header-cell-cushion{
    text-decoration:none !important;
    color:#0051af !important;
}
.fc .fc-daygrid-day-number{
     text-decoration:none !important;
     color:#5e656c !important;
}


.text-complaint{
    font-size: 12px;
    font-weight: 500;
    color: #a1a2a3;
}

.profile-dropdown{
    padding: 5px;
    border: 2px solid #0d6efd !important;
    border-radius: 50%;
}
.bg-grey{
    background: #dfdfdf;
}


    .task {
        border: 1px solid #ddd;
        border-radius: 8px;
        text-align: center;
        padding: 20px;
        transition: all 0.3s ease;
        cursor: pointer;
      }
      .task:hover {
       border:1px solid #0d6efd;
        transform: translateY(-3px);
      }
      .task i {
        font-size: 24px;
        margin-bottom: 10px;
        color: #888888;
      }
       .task a{
           color: #888888;
           text-decoration:none;
       }


/*footer{*/
/*        position: fixed;*/
/*    bottom: 0px;*/
/*}*/


.document{
    text-decoration:none;
}

.document-img{
    width:100%;
    height:300px;
    object-fit:cover;
    margin-bottom:10px;
}

.btn-success1{
    background: #0d6efd !important;
    border-color: #0d6efd !important;
    padding: 5px 15px !important;
   
}

.spacing{
    padding-top: 60px;
}

.dates{
    font-size: 13px;
}
.del-space{
    padding-inline-start: 700px !important;
}



.field-icon {
    position: absolute;
    right: 35px; /* Adjusts spacing from the right side */
    top: 63%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px; /* Adjust icon size if needed */
}
.drop-filter{
    min-width: 9rem;
}
.padd{
        padding-left: 900px;
}



 .date-picker-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 20px;
        }

        .date-btn {
            border: none;
            background-color: #bbbbbb;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            padding: 5px;
            border-radius: 100%;
            width: 30px;
        }

        .date-btn:disabled {
            color: #eee;
            cursor: default;
        }

        .date-display {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .date-icon {
            font-size: 16px;
            color: #555;
        }





        @media (max-width: 1423px) {
           .padd {
            padding-left: 0px;
        }
    
        }
        
        
     
     
     .filter-type{
         background-color: #f8f9fa !important;
        border: 1px solid #f8f9fa !important;
     }   
        
        /*.form-reading .col-md-1{*/
        /*            width: 13.333333% !important;*/
        /*}*/
        @media only screen and (max-width: 600px){
            .form-reading .col-md-1{
                    width: 100% !important;
        }
        }
        
        
        .select2-container{
            width: 100% !important;
        }
        
        .fs-7{
              font-size: 11px;
    font-weight: 800;
    color: #898989;
        }
        .td-record{
             border-top: 5px solid #0d6efd !important;
        }
        .td-1:hover{
            background: #e7e6e6;
        }
         .empty-link {
  display: block;
  min-height: 20px;
  min-width: 20px;
}
.table-record-graph{
        border: 1px solid #dee2e6;
            font-size: 10px;
    font-weight: 800;
    color: #6f6f6f;

}
/*.record-graph-tab .nav-link{*/
/*  width: 100%;*/
/*      color: #000;*/
/*          height: 100%;*/
/*    border-top: 6px solid #bfbfbf;*/
/*    border-radius: 0;*/
/*}*/
/*.record-graph-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {*/
/*        border-radius: 0;*/
/*        border: none !important;*/
/*    border-top: 6px solid #0d6efd !important;*/
/*        height: 100%;*/
/*    scale: 1.2;*/

  
/*}*/


 /* Ensure submenus open on hover */
   
   
   
   
/* Ensure submenu opens below the main menu */
/* Remove default list styles */
.custom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menu li {
    position: relative;
    display: inline-block;
    padding:.25rem 1rem;
    /*background: #3498db;*/
    color: #000;
    width: 100%;
    cursor: pointer;
}

.custom-menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: 400;
}

/* Main Dropdown */
.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Opens below */
    left: 0;
    background: #fff;
    padding: 0;
    list-style: none;
    width: 200px;
   box-shadow: 1px 0px 6px 2px #a39f9f5e;
}

.custom-dropdown-menu li {
    display: block;
    padding: 10px;
    background: #fff;
}

/* Show dropdown on hover */
.custom-dropdown:hover > .custom-dropdown-menu {
    display: block;
}

/* Submenu should also open below */
.custom-dropdown-submenu {
    position: relative;
}

.custom-dropdown-submenu .custom-dropdown-menu {
    top: 100%;  /* Ensures it opens below */
    left: 40%;
}

/* Show submenu on hover */
.custom-dropdown-submenu:hover > .custom-dropdown-menu {
    display: block;
}
.angle{
        font-size: 11px;
    color: #444444;

}

.custom-dropdown-menu li:hover{
    background: #e9ecef;
}
 @media (max-width:600px){
     .float-xxs-end{
         float: right;
     }
     .logo{
         width: 78px;
     }
     .header-dropdown{
             width: 259px;
                 height: 391px;
     }
     .profile-box{
         margin-top: 20px;
     }
     .container{
         padding: 20px;
     }
     
 }
 
 .box-6{
     flex-wrap: wrap !important;
 }
 
 
 
 
 #closeBtn {
    position: absolute;
    top: 0px;
    right: 18%;
    background: none;
    border: none;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
}



.top-header-1 {
    background-color: #0d6efd;
    padding: 10px 0px 1px 0px;
    text-align: center;
    color: #fff;
}