.card-login {
    padding: 18px;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #28a745;
}

.card-header {
    color: #945454;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
    margin-bottom: 10px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #ff0000;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
}

.download_link{
    color: #439eff;
}

.not-text-transform{
    text-transform: none;
}

.copyr_link{
    color: #007bff;
}

.dcard{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
/*
.form-control {
    display: block;
    width: 100%;
    height: calc(4.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #566d5b;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #28a745;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-left-sidebar ul.navbar-nav li.nav-item.chart_dashboard:before{
   background-position: 1327px -628px;
}
.nav-left-sidebar:hover ul.navbar-nav li.nav-item.chart_dashboard:before{
    background-position: 1268px -628px;
}
.validation_class{
    color: #ea2020;
}

.padding30{
    padding: 30px;
}

.padding-top20{
    padding-top: 20px;
}

.custom_select1{
    width: 300px;
    height: 35px;
    padding: 5px;
}

.export_sold_btn{
    float: right;
    margin-bottom: 10px;
}

.dcard-exportbtn{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

#sold_diamond_modal table td.diam_title{
    font-weight: bold;
    color: #8f4c4c;
}

#loader_div{
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background: #00000078;*/
    /*display: none;*/
    z-index: 99999;
}

.loader_image{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffebcd;
}


.tps_view_btn, .tps_edit_new_btn, .tps_delete_new_btn, .tps_status_active, .tps_status_inactive, .tps_sold_product{
  width:41px;
  height:37px;
  border:1px solid #007bff;
  background:url('../../../static/images/sprite_new.svg'),  transparent !important;
  color:transparent !important;
}
.tps_view_btn {
  background-position: -194px -64px !important;
}
.tps_edit_new_btn {
  background-position: -0px -96px !important;
}
.tps_delete_new_btn {
  background-position: -80px -96px !important;
}
.tps_status_active {
  background-position: -965px -96px !important;
}
.tps_status_inactive {
  background-position: -886px -96px !important;
}
.tps_sold_product {
  background-position: -1046px -1002px !important;
}