


	.navbar[data-bs-theme=dark] {
			background: #000000;
		}
		.invalid-feedback{
		    width:auto !important;
		}

		.navbar-nav .active {
			background: #080808 !important;
		    z-index: 100 !important;
		}

		.add-new {
			background-color: #0c0c0c;
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: row-reverse;
			margin-left: 3px;
			z-index: 100 !important;
		}

		.dropdown-item {
			margin-left: 3px;
		}

		.dropdown-item.active {
			background: #032f50 !important;
			color: white !important;
    
		}
	    .ri-arrow-up-down-line
	    {
	        cursor: pointer;
	    }
	    table{
	        table-layout:fixed;width:100%;
	    }
	    th{
	       background: #e4f1fb !important;
	    }
	    /* Utility Text */
	    .text-red
	    {
	        color:#7a1414;
	    }
	    .text-green
	    {
	        color:#137913;
	    }
	    .text-small
	    {
	          font-size: small;
	    }
	    .responsive-table{
	        overflow-x: scroll;    
	    }
	    .text-link{
	        color:#22498a;
	        cursor: pointer;
	    }

	    hr{
	        padding: 0px !important;
            margin: 11px 0px !important;
            border: solid #b3b2b2 1px
	    }
	    
	    @media(max-width:620px){
	        	    table{
	        table-layout:auto;width:100%;
	        	    }
	        	    
	        	    	    .page-wrapper{
	       padding: 0px 10px !important;
	    }
	    }
	    