.bg-none{
	background: none !important;
}
.loader{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.payment_box{
    height: 2.714rem;
    width: 2.714rem;
    border-radius: 0.357rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-button{
    display: inline-block;
    font-weight: 400;
    color: #6e6b7b;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.786rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.358rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
    border: 1px solid #82868b !important;
    background-color: transparent;
    color: #82868b;
  }
