﻿.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

#tblSupplierRateList tbody td {
    white-space: nowrap;
}

#pnlRateListpopupBG .close, #requisitionDelModal .close {
    margin-top: -6px;
}

#pnlRateListpopupBG .primary-text, #requisitionDelModal .primary-text {
    margin-bottom: -1px;
    margin-left: 5px;
}

textarea.form-control {
    height: auto !important;
}

.form-group {
    margin-bottom: 8px !important;
    min-height: 45px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.mainAccordian .contentaccordion {
    padding: 4px 0px;
}

.SumoSelect > .CaptionCont {
    line-height: 21px !important;
    border-radius: 6px !important;
}

.content-header > h1 {
    font-size: 17px;
}

.summeryHeading {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

#tblPOSummary.table tfoot td {
    background: #ddfefd;
    color: #24a19c;
}

#tblCurrencyInformation.table th {
    background: #656d77;
}

.innergridSize {
    padding: 8px !important;
}

.innerDivSet {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #cfcfcf;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    border-bottom: 3px solid #0ca678;
}

.table .form-control {
    height: 23px;
    border-radius: 6px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #fff;
}

.box {
    margin-bottom: 6px;
    border-left: 4px solid #02adb8;
    border-radius: 6px;
}

.innerPageSet .heading1 h4, .searchResult .heading1 h4, .heading2 {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.primary-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-left: 14px;
}

.dataTables_filter input {
    height: 23px;
    border-radius: 6px;
    box-shadow: none;
    border-color: #ccc;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.anchordatabg {
    margin-bottom: 0px;
    border: solid thin #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

    .anchordatabg h4 {
        font-size: 14px;
        border-bottom: solid thin #ccc;
        margin: 0px;
        padding-bottom: 10px;
        padding: 8px 6px;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    line-height: 1.42857143;
}

.table tbody td.specialTD {
    background: #fde7d7;
    font-weight: bold;
}

#tblPOSummary.table thead th {
    background: #02adb8;
}

#tblPOSummary.table tfoot td.totalSet {
    background: #24a19c;
    color: #fff;
    font-size: 14px;
}

.innerotherheading {
    color: #2f2d2d !important;
    background: #e8e8e8 !important;
    font-size: 15px !important;
    margin-top: 6px;
    padding: 10px;
    font-weight: bold;
}

div.tab .tablinks, .ratetablinks {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: Gray;
    cursor: pointer;
    cursor: hand;
}

.activetab {
    background: lightblue;
    text-underline-position: auto;
    border-bottom: 3px solid #18aacc;
    font-weight: 500 !important;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
    color: #fff !important;
}

.ratemodal, .reqmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.rate-modal-content, .req-modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.secondary-text {
    color: rgb(4, 133, 163);
    font-size: 16px;
    float: left;
    margin: 0px;
    margin-top: -3px;
    float: left;
}

.operator {
    margin-top: 28px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.tabcontent {
    padding: 6px 6px;
    border: solid thin #ccc;
    margin-top: 9px;
}

.table textarea {
    max-height: 40px;
}

.disp-none-imp {
    display: none;
}

.table tbody tr.ClsPoEdit td {
    background: #e8cdfd !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb4 {
    margin-bottom: 4px;
}

.searchIcon {
    top: 26px;
}

.mb10 {
    margin-bottom: 10px !important;
}

#contentLogin_contentMain_grdMaterial th {
    padding: 6px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: relative;
    top: 27%;
    /*left: 30%;*/
    padding: 10px;
}

.footerFixed {
    position: fixed;
    bottom: 0;
    left: 50px;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    z-index: 999;
}

.dataTables_filter {
    position: absolute;
    right: 4px;
    top: -28px;
}

.lblCategoryDetails {
    background: #dcf8ff;
    color: #14a3c4;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 9px;
    line-height: 15px;
    border-radius: 5px;
    display: none;
}

.page-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.hero {
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(24,170,204,.14);
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 10px 30px rgba(17,24,39,.06);
    margin-bottom: 22px;
}

    .hero h2 {
        margin: 0 0 8px;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .hero p {
        margin: 0;
        color: #6b7280
    }

.card-glass {
    background: rgba(255,255,255,.68);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(24,170,204,.16);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15,23,42,.06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
}

    .card-glass:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(15,23,42,.09);
        border-color: rgba(24,170,204,.32);
    }

.card-head {
    padding: 18px 20px 0;
}

.pill {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(24,170,204,.10);
    color: #18AACC;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}







.toggle-wrap {
    padding: 6px 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.96));
    border: 1px solid rgba(24,170,204,.14);
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
}

    .toggle-wrap:before {
        content: '';
        position: absolute;
        inset: -40% auto auto -20%;
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(24,170,204,.18), transparent 70%);
        opacity: .45;
        pointer-events: none;
    }

    .toggle-wrap.active {
        border-color: rgba(24,170,204,.38);
        box-shadow: 0 14px 28px rgba(24,170,204,.08);
        transform: translateY(-1px);
    }

.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.toggle-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.toggle-title {
    margin: 0;
    font-weight: 700;
    color: #111827;
    font-size: 14px;
}

.toggle-sub {
    margin-top: -1px;
    color: #6b7280;
    font-size: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    flex: 0 0 auto;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d1d5db;
    transition: .25s;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
}

    .slider:before {
        position: absolute;
        content: '';
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        transition: .25s;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,.15);
    }

input:checked + .slider {
    background: #18AACC;
}

    input:checked + .slider:before {
        transform: translateX(24px);
    }

.isd-panel {
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 16px;
    background: rgba(24,170,204,.06);
    border: 1px solid rgba(24,170,204,.18);
    display: none;
    opacity: 0;
    transform: translateY(-8px) scale(.98);
    transition: all .36s cubic-bezier(.2,.8,.2,1);
}

    .isd-panel.show {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.isd-label {
    font-size: 12px;
    color: #0f766e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.isd-no {
    margin-top: -1px;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #18AACC;
    box-shadow: 0 0 0 0 rgba(24,170,204,.45);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(24,170,204,.45)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(24,170,204,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(24,170,204,0)
    }
}




.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #1494b8;
    border-color: #1494b8;
}

.btn-default {
    border-radius: 12px;
    padding: 10px 18px;
}

.grid-row {
    margin-top: 8px;
}

.taxDetails {
    background: #dcf8ff;
    color: #14a3c4;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 9px;
    line-height: 15px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.ISDPanel {
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(24, 170, 204, .16);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
    padding: 5px 10px;
    background: rgba(24, 170, 204, .06);
    border: 1px solid rgba(24, 170, 204, .18);
}

.ISDInfo {
    margin-top: -8px;
    color: #6b7280;
    font-size: 12px;
}

.ISDPanel .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: solid thin #129ebf;
}

.pnlISDGSTNO {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
}