@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", sans-serif;
}

body.login1 .login-container img {
    height: auto;
    margin: 10px auto 20px !important;
	width: 100%;
    max-width: 150px;
}

.mediass.m-b-20 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.commoneform {
    margin: 20px 0;
}

.navbar {
    background: #fff !important;
}


.dataTable th.sorting::after,
.dataTable th.sorting::before {
    right: 2px !important;
}

.loginclass {
    padding: 2px 0 0;
}

.forgetclass {
    font-size: 21px;
    float: left;
    width: 100%;
    padding: 15px 0;

}

.table-responsive {
    overflow-x: scroll;
    width: 100%;
    float: left;
}

/* @media screen and (min-width:1200px){
	.table-responsive {
		overflow:initial;
		width:initial;
		float:initial;
	}
} */

ul#notification_ul {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.bitfooter {
    padding: 10px 0 45px !important;
}

.closebotton {
    padding: 0 7px !important;
}

/* body.login1 .login-container input.form-control {
    border: 1px solid #fff !important;
    background: #fff !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
} */

body.login1 .login-container input[type=submit] {
    right: 8px;
    padding: 13px 40px;
    /* background: #279C48; */
    background: linear-gradient(280deg, #96dcec 0%, #537cb4 100%);
    border-radius: 6.25rem;
    color: #000;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    /* border-color: #279C48; */
    border: none;
    font-size: 15px;
    width: 100%;
    margin: 20px 0 0 0;
    position: static !important;
}


.bitpopup {
    float: left;
    padding: 26px 20px 0 !important;
    position: relative;
    width: 100%;
}


body.login1 .login-container .form-group {
    position: relative;
    margin-bottom: 0;
    float: left;
    width: 100%;
}





.help-block {
    color: red !important;
    text-align: left !important;
}

#dataTable1_processing {
    display: none !important;
}


.widget-container.fluid-height.clearfix {
    padding: 10px;
}

/*24April 2019*/

/* #home_section .col-md-2 {
    padding: 10px 0;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    background: white;
    margin: 10px 20px;
} */

div#home_section {
    margin-top: 30px;
}

#home_section .col-md-2{
	border:none !important;
}

#home_section .col-md-2 a {
    padding: 20px 0;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    background: white;
    margin: 0;
    display: inline-block;
    width: 100%;
}

#home_section .col-md-2 a .number{
	padding-top:0px;
}

.income_rep .col-md-2{
	height: auto !important;
    border: none !important;
	padding-top: 0px !important;
    padding-bottom: 15px;
}

.income_rep .col-md-2 p{
	margin-bottom:0px !important;
}

.income_rep .weather .padded{
	padding:0px;
}

.page-title.avccc>h1{
	margin-bottom:20px;
}

.widget-container.stats-container {
    background: transparent;
    box-shadow: none;
}

.icon {
    display: none !important;
}

.number {
    color: #333 !important;
    font-weight: 600 !important;
}


.text {
    color: #333 !important;
    font-size: 14px;
    font-weight: 600 !important;
}


.widget-container.weather {
    background: transparent;
    box-shadow: none;
    margin: 0 0 0 0px;
}

.col-sm-2.hidden-xs {
    background: #fff;
    border: 1px solid #ccc !important;
    margin: 2px !important;
    width: 200px;
    padding: 10px !important;
}

h2 {
    text-align: center;
    font-weight: bold;
    color: #333;
}

.padded p {
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0 0 10px !important;
}

.padded .number {
    font-size: 25px !important;
    float: left;
    width: 100%;
    padding: 0px 0;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

input.form-control.approval-tx-hash {
    margin-top: 16px;
}

span.error.err-approvals,
span.error.err-decline {
    font-size: 14px;
    float: left;
    color: #d9534f !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

.authcode img {
    background: #fff;
    padding: 7px;
    width: 200px !important;
    margin: 0 50px 0 0;
    border: 2px solid #ccc;
}

.authcode h4 {
    color: #000;
    font-weight: 600;
}

.select_all {
  display: inline-block;
  position: relative;
}

.select_all input {
  display: none; /* Hide the original checkbox */
}

.checkbox-button {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	background-color: #007bff;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s;
	position: relative;
	font-weight: 300;
	margin-bottom:0px !important;
}

.checkbox-button:hover {
  background-color: #0056b3; /* Darker on hover */
}

.checkmark {
  
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 2px; /* Rounded corners */
  margin-right: 5px; /* Space between checkmark and text */
  position: relative;
}

/* .select_all input:checked + .checkbox-button .checkmark {
  display: block; /* Show the checkmark when checked */
} */

.select_all input:checked + .checkbox-button {
  background-color: #0056b3; /* Darker when checked */
}

.select_all input:checked + .checkbox-button .checkmark{
	background:#fff;
}

.select_all input:checked + .checkbox-button .checkmark:after {
  content: '';
  position: absolute;
  left: 3px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dt-buttons {
    margin: 10px 0;
}


#txnH label {
    word-break: break-all;
    width: 95%;
    background: #ebebeb;
    padding: 10px 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 7px 0 15px;
    font-weight: 600;
    font-size: 14px;
    color: #2771c6;
}