/**common css*/
.bg-primary-color {
    background-color:#EF7D00;
    color:#fff;
}
.bg-secondary-color {
     background-color:#066791;
      color:#fff;
}
.bg-lightblue-color {
     background-color:#DAF4FF;
     color:black;
}
.bg-lightornage-color {
     background-color:#F6DABB;
}
.bg-black-color {
     background-color:#333333;
     color:#fff;
}
.bg-gray-color {
      background-color:#E6E5E5;
}
.btn-link{
    color:#066791;
}

.text-primary
{
    color:#066791 !important;
}



/* admin style.css is here *//* USER LIST TABLE */

.a{
    color:#EF7D00 !important;
}
.user-list tbody td > img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}
.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px;
}
.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}

/* TABLES */
.table {
    border-collapse: separate;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #eee;
}
.table thead > tr > th {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 0;
}
.table tbody > tr > td {
    font-size: 0.875em;
    background: #f5f5f5;
    border-top: 10px solid #fff;
    vertical-align: middle;
    padding: 12px 8px;
}
.table tbody > tr > td:first-child,
.table thead > tr > th:first-child {
    padding-left: 20px;
}
.table thead > tr > th span {
    border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
.table thead > tr > th > a span {
    color: #344644;
}
.table thead > tr > th > a span:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 0.75em;
}
.table thead > tr > th > a.asc span:after {
    content: "\f0dd";
}
.table thead > tr > th > a.desc span:after {
    content: "\f0de";
}
.table thead > tr > th > a:hover span {
    text-decoration: none;
    color: #2bb6a3;
    border-color: #2bb6a3;
}
.table.table-hover tbody > tr > td {
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}
.table tbody tr td .call-type {
    display: block;
    font-size: 0.75em;
    text-align: center;
}
.table tbody tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em;
}
.table tbody tr td .first-line span {
    font-size: 0.875em;
    color: #969696;
    font-weight: 300;
}
.table tbody tr td .second-line {
    font-size: 0.875em;
    line-height: 1.2;
}
.table a.table-link {
    margin: 0 5px;
    font-size: 1.125em;
}
.table a.table-link:hover {
    text-decoration: none;
    color: #2aa493;
}
.table a.table-link.danger {
    color: #fe635f;
}
.table a.table-link.danger:hover {
    color: #dd504c;
}

.table-products tbody > tr > td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
    position: relative;
}
.table-products tbody > tr:hover > td {
    text-decoration: none;
    background-color: #f6f6f6;
}
.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}
.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}
.table-products .price > i {
    color: #8dc859;
}
.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}
.table-products .warranty > i {
    color: #f1c40f;
}
.table tbody > tr.table-line-fb > td {
    background-color: #9daccb;
    color: #262525;
}
.table tbody > tr.table-line-twitter > td {
    background-color: #9fccff;
    color: #262525;
}
.table tbody > tr.table-line-plus > td {
    background-color: #eea59c;
    color: #262525;
}
.table-stats .status-social-icon {
    font-size: 1.9em;
    vertical-align: bottom;
}
.table-stats .table-line-fb .status-social-icon {
    color: #556484;
}
.table-stats .table-line-twitter .status-social-icon {
    color: #5885b8;
}
.table-stats .table-line-plus .status-social-icon {
    color: #a75d54;
}

/*Login style.css*/

.o-hidden {
        overflow: hidden !important;
    }


    #bg-login-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    form.user .form-control-user {
        font-size: .8rem;
        border-radius: 10rem;
        padding: 1.5rem 1rem;
    }

    form.user .btn-user {
        font-size: .8rem;
        border-radius: 10rem;
        padding: .75rem 1rem;
    }

    .btn-block {
        display: block;
        width: 100%;
    }

    .btn-primary {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df;
    }

    .text-center a {
        text-decoration: none;
        color: #4e73df;
    }

    .text-center a:hover {
        color: #224abe;
    }

    .btn-facebook {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff;
    }

    .btn-google {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        /*    padding: .375rem .75rem;*/
        /*    font-size: 1rem;*/
        font-weight: 400;
        line-height: 1.5;
        color: #6e707e;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1d3e2;
        /*    border-radius: .35rem;*/
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .bg-gradient-primary {
        background-color: #4e73df;
        background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
        background-size: cover;
        background-repeat: no-repeat;
    }
  
    @media (min-width: 992px) {
        .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

   .navbar-brand img {
    max-height: 50px; /* Adjust the height as needed */
    max-width: 100%; /* Ensure the width adjusts proportionally */
    height: auto; /* Maintain aspect ratio */
    width: auto; /* Maintain aspect ratio */
}
    .custom-control-input {
    z-index: 1;
}

.delete-image-btn {
        transition: transform 0.3s ease-out;
    }

    .delete-image-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.4); /* Soft shadow effect */
        opacity: 0.9; /* Slightly reduce opacity on hover */
    }


/*  Create Partner css  */

/**
 * Panels
 */
/*** General styles ***/
