

.color-gray, .slider_caption, .title .title_caption{
    color: var(--color-gray);
}
.slider_tagLine{
    color: var(--p-color-2);
}
.slider_title, .slider_tagLine, .bg__text, .btn, .title h2{
    font-family: var(--lato);
}
.title h2, .title_caption{
    text-transform: uppercase;
}
.title h2, .item .product_name, .product_price{
    font-weight: 600;
}
.title h2{
    font-weight: 500;
}
.modal-header {
    background: #006e68;
    color: white;
    border-radius: 0;
    border: 0;
}
.bg1, .modal-content
{
    background: #fff;
}
input[type="file"]::file-selector-button
{
    background: var(--color-dark);
    color: white;
}
.btn{
    border-radius: 0 !important;
    text-transform: capitalize;
    padding: 10px 26px !important;
}
.btn-sm{
    font-size: 12px;
    /*padding: 6px 18px;*/
}
.btn-primary, .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show,
.btn-outline-primary:hover, .btn-primary:hover {
    background-color: var(--color-dark) !important;
    border-color: var(--color-dark);
  
}
.btn-outline-primary {
    border-color: var(--color-dark);
    padding: 10px;
}
.btn-outline-primary, .item, .item:hover{
    color: var(--color-dark);
}
.form-control{
    border-radius: 0;
}
.mt30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-70{
    margin-bottom: 70px;
}

.btn{
    transition: 0.5s ease-in-out;
}
.modal-content{
    border-radius: 0;
}
@media (max-width: 767px) {
    .btn{
        padding: 6px 20px;
        font-size: 14px;
    }
    .btn-sm {
        padding: 4px 16px;
    }
}

@media (max-width: 600px) {

}
@media (max-width: 360px) {
    .btn-sm {
        padding: 4px 12px;
        font-size: 12px;
    }
}

.table-bg {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(221, 221, 221) 0px 0px 4px 0px;
    
}

    .table-bg table thead tr {
        text-wrap-mode: nowrap;
      
    }
    
    .table-bg table thead tr th {
        font-size: 0.8rem;
        text-align: center;
    }


    .table-bg table thead tr th:first-child{
        width:50px !important;
    }
    .table-bg table tbody tr td:first-child {
        width: 50px !important;
    }

    .table-bg .table-dark {
        --bs-table-color: #fff;
        --bs-table-bg: #006e68 !important;
        --bs-table-border-color: #009697 !important;
        text-align: center;
        /* text-wrap-mode: nowrap;*/
 
        padding: 10px 6px;
    }

    
.table-bg .fa-edit.action-icon {
    color: #3faedf;
    font-size: 14px;
}
    .table-bg .fa-eye.action-icon {
        color: #5e6bd1;
        font-size: 14px;
    }
.theme-btn {
   
    color: white;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    border: none;
    text-transform: capitalize;
    padding: 8px 26px !important;
}
.theme-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-45deg);
    transition: 0.5s;
}

.theme-btn:hover:before {
    left: 100%;
    color: #fff;
}
.print-btn {
    background: linear-gradient(135deg, #30bcff, #1e44f3);
}
.add-new-btn {
    background: linear-gradient(135deg, #1ecb3d, #024719);
    margin-top:5px;
}
.search-btn {
    background: linear-gradient(135deg, #ef801b, #f23500);
}
.excel-btn {

    background: linear-gradient(135deg, #a72871, #f31e22);
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 0px;
}
.text-danger {
    --bs-text-opacity: 1;
    color: #e84c1f !important;
}
.active-btn {
    color: green;
    background: #d2fbd2;
    padding: 6px 12px;
    border-radius: 16px;
    border: 1px solid #b3e8b3;
}
.inactive-btn {
    color: #ff0400;
    background: #fbe4d2;
    padding: 6px 12px;
    border-radius: 16px;
    border: 1px solid #ffbaa6;
}
.reg-name a {

    color: #006e68 !important;
    font-weight: 600;
}
@media (min-width:1300px) {
    .reg-name a {
        word-break: break-word;
    }
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    vertical-align: middle;
}
thead {
    position: sticky;
    top: 0;
    background-color: #fff; 
    z-index: 1; 
}
.pb-30{
    padding-bottom:30px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}

.table-bg table tbody tr.pagination td:first-child {
    width: auto !important;
}
.pagination {
    display: table-row;
}
.table-bg table tbody tr.pagination table tr td a {
    background: #6ed0cb;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 20px;
}
.table-bg table tbody tr.pagination table tr td span {
    background: #006e68;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 20px;
}
.table-bg .stdfooter {
    font-size: 14px
}
.table-bg .modal-header {
    background: #006e68;
    color: white;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
.table-bg  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    font-size: 14px;
    line-height: 26px;
}
.table-bg .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 586px;
}
    .close-btn {
    background: linear-gradient(135deg, #e56151, #e50000) !important;
}
.clear-search-btn {
    background: linear-gradient(135deg, #46dabd, #095d57);
}
input.save-btn {
    background: linear-gradient(135deg, #1ecb3d, #024719) !important;
   
}
    input.save-btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 300%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-45deg);
        transition: 0.5s;
    }

    input.save-btn:hover:before {
        left: 100%;
        color: #fff;
    }
.table-bg .modal-footer {
    justify-content: center;
}
.table-bg .btn-close {
    padding: 10px;
    background: none !important;
    opacity: 1;
}
.table-bg .modal-content {
    border-radius: 10px !important;
    border: none !important;
}
.filter-icons div#searchModel {
    max-width: 1000px;
    margin-right: 14px;
    background: #ffffff;
    padding: 36px;
    right: 0;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 4px 16px #00000029;
    border-radius: 16px;
}
 .search-footer {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.filter-icons #searchModel label {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-bottom: 4px;
}
.filter-icons #searchModel input {
    background-color: #fff !important;
    margin-bottom: 11px !important;
    border-radius:50px !important;
    font-size: 14px;
}

.table-bg table thead tr th.cell-width, .table-bg table tbody tr td.cell-width {
    width: 160px !important;
    
}
.table-bg table thead tr th.status-td, .table-bg table tbody tr td.status-td {
    width: 126px !important;
}

.table-bg .dropdown-item {
    margin: 2px 3px;
    padding: 0px 4px;
    display: inline;
}
.modal.fade.in.show {
    background: rgb(7 7 7 / 79%);
}
.popup-main-text {
    color: #06313e;
    font-weight:500
}
.table-bg .form-section {
    background: #fff;
    padding: 10px 10px 0px;
    border-radius: 10px;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
    margin-bottom: 10px;
}
.form-card, .modal-card {
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
}
.form-card .form-control{
    border: none !important;
}
    .form-card label img, .modal-form label img {
        width: 28px;
        padding: 0px 4px 0px 4px;
    }
    .form-card label {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .form-card span {
        color: #006e68;
        padding-left: 28px;
        font-weight: 500;
    }
    .form-card h3.form-header, .modal-form h6, .modal-card h3.form-header {
        color: #06313e;
        margin-bottom: 12px;
    }
    .form-card h3 img, .modal-form h3 img, .modal-form h6 img {
        width: 30px;
        margin-right: 10px;
    }



    .modal-form  span:nth-of-type(2) {
   
        margin-left: 10px !important;
        margin-bottom:6px !important;
    }
.form-section {
  
    padding: 20px !important;
}
.input-modal-btn input{
    margin-right:10px;
}
#ContentPlaceHolder1_pnlTemp {
    display:flex
}
select, input {
 
    padding-left: 20px !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.form label {
   
    margin-top: 10px;
}
.form-control {
    margin-bottom:6px;
    font-size: 14px;
}
#FileUploadContainer .btn.btn-link {
    color: #000;
}

    @media (max-width:599px) {
        .theme-btn {
            padding: 4px 10px !important;
        }

        .action-btn {
            gap: 3px;
        }

        .table-bg .dropdown-item {
            margin: 5px 3px;
            padding: 0px 4px;
            display: inline-block;
        }

        .table-bg .dropdown-item {
            padding: 3px 2px;
        }

        .filter-icons div#searchModel {
            max-width: 1000px;
            margin-right: 9px;
            margin-left: 9px;
            background: #ffffff;
            padding: 16px;
        }

        #searchModel .form-group {
            margin-bottom: 10px;
        }

        #FileUploadContainer {
            width: 100px;
        }

            #FileUploadContainer button {
                color: #000;
                position: absolute;
                right: 24px;
                margin-top: -44px;
            }

            #FileUploadContainer .btn.btn-link {
                color: #000;
                position: absolute;
                right: 24px;
                margin-top: 2px;
            }

        .table-bg .modal-body {
            overflow-x: hidden;
        }

        #FileUploadContainer input {
            padding-left: 9px !important;
        }
        #ContentPlaceHolder1_pnlTemp {
            display: block;
        }
            #ContentPlaceHolder1_pnlTemp input {
                width: 100% !important;
            }
            .modal-form select, input {
                padding: 8px !important;
            }
            .modal-form .form-control {
                font-size: 14px;
            }
            h3.form-header {
                font-size: 14px;
            }
            .modal-title {
                font-size: 16px;
            }
            .table-bg .modal-header {
                padding: 10px 10px;
            }
    }

    @media (max-width:500px) {
        .theme-btn {
            padding: 6px 12px !important;
            font-size: 12px;
        }
    }
    @media screen and (max-width:768px){
        .modal-body .col-md-5{
            flex: 0 0 auto;
            width: 41.66666667%;
        }
        .modal-body .col-md-1{
            flex: 0 0 auto;
            width: 8.33333333%;  
        }
        .modal-body .col-md-6{
            flex: 0 0 auto;
            width: 50%; 
        }
    }