.text-white {
    color: #FFFFFF !important;
}

.text-blue {
    color: #0771B3 !important;
}

.strong {
    font-weight: 700 !important;
}

.gray-bg {
    background-color: #f1f1f1 !important;
}

.light-bg {
    background-color: #F3FBFF !important;
}

.pull-right-center {
    float: right;
}

.pull-left-center {
    float: left;
}

.text-small {
    font-size: 14px !important;
}

.text-link {
    color: #0886d4 !important;
}

.text-xs {
    font-size: 12px !important;
}

.ml-1 {
    margin-left: 5px;
}

.mr-1 {
    margin-right: 5px;
}

.btn-primary:hover {
    background-color: #0b8bdb !important;
    border: thin solid #0b8bdb !important;
    color: #FFFFFF !important;
}

.btn-primary:focus {
    background-color: #0b8bdb !important;
    border: thin solid #0b8bdb !important;
    color: #FFFFFF !important;
}

.product-tab-style-2 {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.btn-custom-size.md-size {
    width: 145px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
}
  
tr:nth-child(even){ 
    background-color: #f2f2f2; 
}

@media (max-width: 992px) {
    .pull-right-center {
        float: none;
    }
    .pull-left-center {
        float: none;
    }
  }