
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html, body, h1, h2, h3, h4, h5, p {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}

    h5.card-header.text-center.votp {
        border-radius: 6px;
        background: #0d5dd0;
        padding: 7px;
        color: white;
    }
#loadingDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
img.imglogo
 {
    width: 400px;
}

/*addtional*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}

.carousel-caption img {
    max-width: 200px;
    height: auto;
}

.banner-slide {
    border-radius: 15px;
    overflow: hidden;
}

.col-sm-3 h4 {
    padding: 20px;
}

.scroll-container {
    height: 92%;
    overflow: hidden;
    position: relative;
}

.scroll-text {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    animation: scroll-loop 10s linear infinite; /* Define the scrolling animation */
    transition: animation 0.3s; /* Optional: add a transition for a smooth effect */
}

    .scroll-text li {
        padding: 10px 0; /* Space between items */
        white-space: nowrap;
    }

/* Keyframes for the scrolling animation */
@keyframes scroll-loop {
    0% {
        transform: translateY(0); /* Start at the top */
    }

    100% {
        transform: translateY(-100%); /* End at the top, ready to restart */
    }
}

/* Stop scrolling on hover */
.scroll-container:hover .scroll-text {
    animation: none; /* Disable animation */
}


.Circ {
    max-width: 350px;
    text-align: justify;
}

    .Circ li {
        text-wrap: wrap;
    }

.hmcard, .hmlog-in {
    background-color: white;
    padding: 17px;
    box-shadow: 0px 0px 7px #00000078;
    border-radius: 14px;
    height: 100%;
}

ul.scroll-text.Circ li {
    border-bottom: 1px solid gainsboro;
}



.custom-switch .custom-control-label::after {
    background-color: #06448e;
}

.form-group {
    margin-bottom: 10px;
}


#btnSave {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
/*addtional end*/

.sbtn {
    border: 1px solid grey;
    background-color: #f77f29;
    color: #fff;
    font-weight: 500;
    border-radius: 35px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 20px 8px 20px;
}

.pReply {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    background: #d0e0f9;
}

button.buttons-copy,
button.buttons-print,
button.buttons-csv {
    display: none !important;
}

.alink {
    color: #0f6ffd;
    cursor: pointer;
}

.spnrepls {
    font-size: 13px;
    padding: 5px;
    color: black;
}

.wl-head {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 18px;
}

.picon {
    width: 20px;
}

.NData {
    text-align: center;
    padding: 20px;
}

.Rdocs {
    line-height: 40px;
}

a.btn.btn-primary.download-btnRep {
    font-size: 10px;
}

.headings {
    padding: 0px 0px 10px 0px;
    font-size: 25px;
}
/*---------------------*/


.border-separator {
    border-right: 1px solid black;
    padding-right: 10px;
}

.applicationtable {
    border-radius: 12px;
    width: 100%;
    table-layout: fixed; /* Add this to fix table layout */
}

.pdf-icon, .excel-icon, .image-icon, .default-icon {
    cursor: pointer;
}

.pdf-icons {
    cursor: pointer;
}

i.fas {
    font-size: 25px;
    padding: 2px;
}

.fas.fa-file-pdf {
    color: red;
}

.fas.fa-file-excel {
    color: green;
}

.fas.fa-file-image {
    color: blue;
}

.fas.fa-file-alt {
    color: gray;
}

/* Define column widths and text handling */
.col-s-no {
    width: 5%;
    white-space: nowrap;
}

.col-case-details {
    width: 28%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-icon {
    width: 5%;
    white-space: nowrap;
}

.col-action {
    width: 10%;
    white-space: nowrap;
}

.col-remark {
    width: 25%;
    word-wrap: normal;
}

.icondanger {
    font-size: 30px;
    color: red;
    cursor: pointer;
}

.btn-download {
    background-color: blue;
    padding: 5px;
    color: white;
    border-radius: 8px;
    margin-left: 10px;
    cursor: pointer;
}

.ptsdata {
    border: solid 2px;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: white;
}

.Decl {
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-weight: bold;
}

.span.alc {
    font-size: 10px;
    color: red;
}

#DeclChk {
    margin: 6px 10px;
}


::-webkit-scrollbar {
    width: 6px;
    height: 15px;
    background: #fff8f8;
}

::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border-radius: 100px;
    box-shadow: 0px 1px 3px #ffffff inset;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #005497c9 0%, #00387a52 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
}


.table thead tr, .table thead tr th {
    background-color: #254669;
    color: white;
}

    .DashCont .table thead tr, .table thead tr th {
        background-color: #7d8a98;
        color: white;
        padding: 11px 21px;
        font-size: 15px;
        letter-spacing: 0px;
        font-weight: 700;
        line-height: 1.375;
    }

td.col-description div:has(.table-responsive) > table {
    border: none !important;
}

    td.col-description div:has(.table-responsive) > table thead tr, td.col-description div:has(.table-responsive) > table thead tr th {
        background: #65737f;
    }

td.col-description {
    border: none !important;
    border-radius: 11px;
}

.form_btn button {
    color: #fff;
    padding: 12px 40px;
    background: #038b03;
    outline: none;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.blinking-text {
    animation: blink-animation 1s steps(5, start) infinite;
    color: red;
    font-weight: bold;
    padding: 6px;
    background: yellow;
    border-radius: 7px;
}

@keyframes blink-animation {
    50% {
        opacity: 0;
    }
}


/* 29-12-24 */
.hmcard, .hmlog-in {
    background: linear-gradient(180deg, rgb(11 71 144) 0%, rgb(13 94 212) 60%);
}

section.content .row {
    padding: 0;
}

    section.content .row > div {
        padding: 0;
    }

        section.content .row > div > div {
            /* padding: 0; */
            border-radius: 0;
        }

.header.two {
    background: linear-gradient(90deg, rgb(11 71 144) 0%, rgb(13 94 212) 60%);
    padding: 2px;
}

body.alt-menu #content {
    transition: none;
    margin: 0;
}

.layout-px-spacing {
    padding: 0;
}

.row.layout-top-spacing {
    margin-top: 0;
}

.header-container {
    background: #fff;
    /* z-index: 1030; */
    position: relative;
    top: 0;
    margin-top: 0;
    right: 0;
    left: 255px;
    -webkit-transition: 0.3s left, 0s padding;
    transition: 0.3s left, 0s padding;
    backdrop-filter: blur(31px);
    padding: 15.5px 20px 15.5px 16px;
    min-height: auto;
    width: calc(100% - 255px);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.14), 0 1px 18px 0 rgba(255, 255, 255, 0.12), 0 3px 5px -1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.14), 0 1px 18px 0 rgba(255, 255, 255, 0.12), 0 3px 5px -1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.14), 0 1px 18px 0 rgba(255, 255, 255, 0.12), 0 3px 5px -1px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-backdrop-filter: saturate(200%) blur(6px);
    backdrop-filter: none;
    border: none;
    box-shadow: 18px 20px 10.3px -23px rgba(0, 0, 0, 0.15);
}

body:before {
    display: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: transparent;
}

ul.scroll-text.Circ li {
    border-bottom: 1px solid gainsboro;
    background: #f8f8ff69;
    font-size: 12.8px;
    padding: 4px 7px;
}

#btnSave {
    background: linear-gradient(90deg, rgb(11 71 144) 0%, rgb(13 94 212) 60%);
    letter-spacing: 2px;
    font-family: inherit;
    font-weight: 300;
    text-transform: uppercase;
}

.input-group .input-group-append .input-group-text {
    border: 1px solid #bfc9d4;
    background: linear-gradient(90deg, rgb(11 71 144) 0%, rgb(13 94 212) 60%);
    color: #ffffff;
}



.hmcard {
    background-image: url(../images/notibg.jpg);
    background-position: top;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.hmlog-in {
    background-image: url(../images/loginbg.jpg);
    background-position: right;
    background-size: cover;
    z-index: 1;
    position: relative;
}

    .hmcard::before, .hmlog-in:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        z-index: -1;
        background-color: #ffffffbd;
        left: 0;
        top: 0;
    }

    .hmlog-in .form-control {
        color: #495057;
        border: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .hmlog-in .d-flex.justify-content-between.align-items-center .form-group {
        margin-bottom: 0;
    }

        .hmlog-in .d-flex.justify-content-between.align-items-center .form-group a {
            color: black;
        }

.row .hmcard, .row .hmlog-in {
    box-shadow: inset 0px 0px 7px #c5c5c545;
}

#mainnav > ul > li {
    padding: 10px;
    margin-right: 4px;
}

    #mainnav > ul > li a {
        color: white;
    }

header {
    width: 100%;
}

.layout-px-spacing:has(.hmcard) {
    padding: 0px !important;
}

.row.layout-top-spacing:has(#divClientAlert) {
    margin-top: 0;
}


#btnSave:hover,
#btnSave:focus {
    background-color: #16437E;
    color: #ffffff;
}

#btnSave:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}

#btnSave:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

#mainnav li.nav-item.dropdown.user-profile-dropdown.order-lg-0.order-1.usernotify {
    margin: 0;
}
/*==============================
internal ban
==============================*/

.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    border-radius: 10px;
    background: linear-gradient(-90deg, rgb(11 71 144) 33%, rgb(0 171 85) 72%);
}

.bg-primary {
    background-color: #07458e !important;
    color: white !important;
}

.card-title {
    margin-bottom: 0;
    font-size: 15px;
}

.form-group label, label {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000000;
    margin-left: 0.25rem;
}

.frmprnt .form-control {
    padding-left: 0.75rem !important;
    border-radius: 0px !important;
}

.frmprnt .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6daa8;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.btn-submit {
    text-transform: uppercase;
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    justify-content: center;
    line-height: 21px;
    min-width: 0px;
    overflow: hidden;
    padding: 9px 33px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.card-body.bg-light {
    background: #ececec !important;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

ul, ol {
    list-style: none;
    padding: 0;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        color: color-mix(in srgb, var(--accent-color), transparent 25%);
        text-decoration: none;
    }

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    font-family: "Roboto", sans-serif;
}

.CustomCont {
    padding: 0;
}

.rightDiv {
    background: #fff8ef;
}
/* --------------------------------------
main section 
-------------------------------------- */
h2.mHead {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: black;
}

/* Left div  */
.inform {
    position: relative;
    /* z-index: 1; */

    padding: 0;
    overflow-y: auto;
    max-height: 500px;
   
}

.bg-grid {
    background-image: url(../../law2.jpg);
    background-size: cover;
    background-position: left;
    position: relative;
    z-index: 1;
}

    .bg-grid::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(246deg, #5cce23ad, #1056a0);
        content: "";
        z-index: -1;
        /* background: red; */
    }

.inform ul li a {
    color: #ffffff;
}

.inform ul li {
    border-bottom: 2px solid gainsboro;
    padding: 12px;
}

.tabs {
    /* margin-bottom: 15px; */
    /* border-bottom: none; */
    background-color: #254669;
    border: none;
}

    .tabs .nav-link {
        border-radius: 0;
        color: white;
        border-bottom: none;
        border-top: none;
        font-size: 16px;
        font-weight: 500;
        font-family: sans-serif;
    }

        .tabs .nav-link.active {
            background-color: #182f4e;
            border: none;
            color: white;
        }

.rightDiv .card-header {
    background-color: #26486b;
    font-weight: normal;
    color: white;
    border-radius: 5px;
}

.badge {
    font-size: 14px;
    cursor: pointer;
}

.table th, .table td {
    vertical-align: middle;
    text-align: center;
}

.view-document-btn {
    display: inline-block;
    margin-top: 10px;
}

.back-btn {
    margin-bottom: 0;
}

.file-box {
    /* background-color: #dceff5; */
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 0;
    background: linear-gradient(246deg, #396ca3, #254669);
}

/* sticky  */
.topFixed {
    /* overflow-x:hidden ; */
    overflow-y: auto;
    height: calc(100% - 200px);
}

.rightDiv .nav, .leftDiv {
    position: sticky;
    z-index: 2;
    top: 0;
    border: none;
    height: 40px;
}

.Bxwrapper {
    position: relative;
    padding: 0;
}



::-webkit-scrollbar-track {
    background: #828686;
}

::-webkit-scrollbar-thumb {
    background: #254669;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #0c1a29;
    }

.rightDiv .tab-content {
    padding: 17px;
    overflow-y: auto;
    max-height: 500px;
}

.card-header {
    position: absolute;
    top: -22px;
    left: 14px;
    border: none;
}

.rightDiv .card-body {
    padding: 31px 16px 20px;
    background: #eceff6;
    border-radius: 5px;
    border: none;
}

.rightDiv .card {
    margin-bottom: 37px;
    border-color: gainsboro;
}

.Bxwrapper b, .Bxwrapper strong {
    font-weight: 600;
}

.card .form-control p {
    margin-bottom: 0px;
}


.card .form-control {
    margin-bottom: 19px;
    background: #e0f4fa;
    border: none;
    border-radius: 10px!important;
    line-height: 1;
}
label.col-form-label[for="ModelDto_CountriesId"] {
    padding: 0;
}
form#registrationform > .card {
    margin-bottom: 20px;
    border-radius: 9px;
}

.bg-secondary, .btn-secondary {
    border: none;
    background-color: #d6dae3 !important;
}

.bg-danger {
    background-color: #bb1110 !important;
}

.badge {
    font-size: 12px;
    border-radius: 100px;
}

.btn-cyan {
    margin: 0;
    background-color: #21a598;
    color: white;
    font-weight: 600;
    transition: .3s;
}

.mainBx {
    padding: 10px;
}
/* .inform ul {
    background: #000000ba;
} */

/*dadh board */
div#content.main-content:has(.card.card-success), .header-container.intHead, div#content.main-content:has(.DashCont) {
    padding-left: 74px;
}

div#content.main-content:has(#carouselExampleIndicators) {
    padding-left: 0px;
}

.intHead nav#mainnav ul > li:first-child {
    display: none;
}

.header-container.intHead {
    border-bottom: 3px solid #1454a1;
    margin-bottom: 20px;
}

.card .card-header {
    z-index: 1;
}

#mainnav .dropdown-item a img, #mainnav .dropdown-item a svg {
    max-width: 18px;
    margin: 0;
    padding: 2px;
    text-align: left;
}
.mainnav{
    width:100%;
}
.navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
    padding: 9px 15px 0px;
}
    #mainnav .dropdown-item a img {
    filter: invert(1);
}

.dropdown-item a {
    background: #1454a1;
    margin-bottom: 2px;
    text-align: left;
}

.intFooter {
    border-top: 3px solid #008eff;
    background: linear-gradient(90deg, rgb(11 71 144) 0%, rgb(13 94 212) 60%);
}

.DashCont .card .card-header {
    padding: 6px 7px;
}

.DashCont .card .form-control p {
    font-size: 14px;
}

li.list-group-item h5 {
    display: inline-block;
    font-size: 17px;
    color: white;
    font-family: sans-serif;
    margin-bottom: 0px;
}

li.list-group-item {
    background: #1454a1;
}

    li.list-group-item > div {
        padding: 3px;
    }

ul.list-group {
    padding: 11px;
}

li.list-group-item a[role=button] i.fa {
    background: #008eff;
    padding: 5px;
    border-radius: 50%;
    color: white;
    transition: .4s;
}

li.list-group-item:has(.collapse.show) a[role=button] i.fa {
    rotate: 180deg;
}

li.list-group-item:has(.collapse) a[role=button] i.fa {
    rotate: 0deg;
}

li.list-group-item .body > div {
    margin-bottom: 40px;
}

li.list-group-item:has(.collapse.show) {
}


.card.card-success > .card-header {
    right: 18px;
    padding: 22px;
    border-radius: 10px;
}

.card.card-success {
    padding-top: 35px;
}

    .card.card-success > .card-header .bg-secondary, .card.card-success > .card-header .btn-secondary {
        border: none;
        background-color: #0a5fd9 !important;
    }

.btn-group, .btn-group-vertical {
    display: inline-block;
}

.buttons-excel {
    background: #06448e !important;
    box-shadow: none !important;
}

td .btn.btn-link {
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    gap: 2px;
    padding: 3px 8px;
    align-items: center;
    flex-wrap: wrap;
}

button.btn.btn-link.btn-primary .badge {
    position: absolute;
    top: -11px;
    right: -8px;
    font-size: 10px;
    padding: 1px 7px;
    border-radius: 9px;
}

.btn .badge {
    position: absolute;
    top: -16px;
    right: -13px;
    font-size: 10px;
    padding: 1px 7px;
    border-radius: 9px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0px;
    border: 1px solid gainsboro;
}

td form {
    padding-left: 1vw;
}


.card.card-success:has(.myprc) .card-header {
    position: relative;
    max-width: 97%;
    /* margin: auto; */
    /* display: flex; */
    padding: 10px 14px;
}

.card.card-success:has(.myprc) .text-warning {
    margin-bottom: 31px;
    padding-left: 25px;
}

.card.card-success:has(.myprc) .card-header .btn {
    margin: 0 !important;
}

.card.card-success:has(.myprc) .card-header h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}


/* new--04-01-24 */



.middle-content:has(.media) .widget {
    background-color: #1e3956 !important;
    box-shadow: none;
    position: relative;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

    .middle-content:has(.media) .widget .media-body .widget-text {
        color: white;
        text-align:left;
    }

.middle-content:has(.media) .media .icon i {
    font-size: 24px;
    padding: 1px 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1;
}

.middle-content:has(.media) .media {
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.middle-content:has(.media) .widget-t-sales-widget .media .media-body {
    align-self: center;
    text-align: right;
    padding: 6px 14px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}
p.widget-numeric-value span {
    position: absolute;
    top: 0;
    right: 52px;
}

.middle-content:has(.media) .widget-t-sales-widget .media .icon {
    border-radius: 0 0 20px;
    padding: 12px;
}

.middle-content:has(.media) .widget::before {
    position: absolute;
    height: 0%;
    width: 0%;
    left: 0;
    top: 0;
    background: #1454a1;
    content: '';
    z-index: -1;
    transition: all ease-in-out .5s;
    border-radius: 0 0 100%;
}

.middle-content:has(.media) .widget:hover::before {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.middle-content:has(.media) .widget-t-sales-widget .widget-numeric-value {
    color: white;
}
.papplicatin {
    margin-left: 85px;
    max-width: 700px;
    margin: auto;
    background: linear-gradient(to bottom, #1454a1 0%, #1859a5 100%);
}
.papplicatin .form-group label {

color:#fff;    
}

.preg {
    background: linear-gradient(45deg, #1454a187, #f4433617);
}

div#volumeTableContainer, #valueTableContainer {
    overflow-x: auto;
}

.table > tbody > tr > td {
    padding: 10px 15px 10px 15px;
}

tr.query-row > td {
    text-align: left;
    border-color: #333333 !important;
   
}

thead.query-header th {
    border-color: #333 !important;
    border-radius: 0 !important;
}

a.view-doc {
    display: inline-block;
    color: #1b9d1b;
    cursor: pointer;
}
td.description {
    text-align: left;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
    display: block;
    color: #ffffff;
}
.header-container.intHead.intHd {
    padding: 0;
    left: 0;
    position: relative;
    padding-left: 80px;
    margin-bottom: 0;
    width:100%;
}

    .header-container.intHead.intHd .mainnav {
        width: auto;
    }
#content.intCont {
    padding-left: 80px;
}


/*data table datalist */

td form {
    padding: 0;
    height: 100%;
    display: block;
    width: 100%;
}

.dataTable tbody td .btn.btn-primary, .dataTable tbody td .brn.btn-success, .dataTable tbody td .btn-danger, .dataTable tbody td .btn-warning, .dataTable tbody td .btn-info {
    padding: 2px 9px;
    width: 145px;
    text-align: center;
    justify-content: center;
    margin: auto 0px auto 10px;
}
.dataTable tbody td .btn-info {
    padding: 2px 9px;
    width: 158px;
}
    .terminated tbody td button {
    padding: 2px 9px;
    width: 165px!important;
    text-align: center;
    justify-content: center;
    margin: auto 0px auto 10px;
}

#GIT-Table tbody td .btn, #GIT-Table tbody td button {
    min-width: 150px;
    text-align: center;
    justify-content: center;
    margin: auto 0px auto 0px;
    padding: 5px 4px;
    max-width: 172px;
    box-shadow: none;
}

table.table.table-striped * td{
    letter-spacing:0px;
    font-size:14px;
}
#GIT-Table tbody td {
    text-align: left;
}
#GIT-Table td form {
    width: auto;
}

.dataTable tbody td:has(button.btn.btn-success), .dataTable tbody td:has(button.btn.btn-primary), .dataTable tbody td:has(button.btn.btn-danger) {
    padding-left: 0;
}

.dataTable tbody td button.btn.btn-success, .dataTable tbody td button.btn.btn-danger {
    margin: 0;
}

.card.card-success:has(#GIT-Table), .card.card-success:has(div.dataTables_wrapper) {
    padding-top: 0;
}
table.dataTable tbody td, Table tbody td {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.05rem;
    line-height: 1.375;
}
table.dataTable tbody td {
    letter-spacing: -0.05rem;
    line-height: 1.375;
}

form#closecaseForm label {
    margin-left: 0;
    margin: 0;
    padding: 0;
}

form#closecaseForm {
    padding: 14px;
}

    form#closecaseForm .form-control {
        margin-bottom: 0;
    }


form#closecaseForm {
    max-width: 700px;
    margin: auto;
    background: linear-gradient(to bottom, #1454a1 0%, #5ba9e7 100%);
    padding: 40px;
    border-radius: 23px;
}

    form#closecaseForm .form-group label {
        border-left: 3px solid #fff;
        padding-left: 6px;
        color: white;
        line-height: 0;
    }

    form#closecaseForm .form-control {
        background: white;
    }

ul#fileList {
    position: relative;
    margin: 0;
    display: flex;
    color: white!important;
    padding: 2px;
    font-size: 10px;
    gap: 3px;
}




form#closecaseForm, #GPRaiseQ, #circularForm {
    max-width: 700px;
    margin: auto;
    background: linear-gradient(to bottom, #1454a1 0%, #5ba9e7 100%);
    padding: 40px;
    border-radius: 23px;
}

    form#closecaseForm .form-group label, #GPRaiseQ .form-group label, #circularForm .form-group label {
        color: white;
        margin: 0;
    }

    form#closecaseForm .form-control, #GPRaiseQ .form-control, #circularForm .form-control {
        background: white;
    }

span#fileSizeError {
    /* position: absolute; */
    /* height: 0; */
}


form#closecaseForm button#submitBtn, #GPRaiseQ button#submitBtn, #circularForm button#submitBtn {
    border-radius: 100px;
    padding: 5px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    /*box-shadow: 3px 3px 0px #addaff;*/
}
#closecaseForm .form-group.row, #GPRaiseQ .form-group.row, #circularForm .form-group.row {
    align-items: start;
}
li#defaultText span.pip {
    font-size: 15px;
}
span.required {
    color: #e7515a;
}

th.sorting::before, th.sorting::after{
    color: #ffffff!important;
}
.buttons-html5 {
    gap: 12px;
    display: flex;
    align-items: center;
}

#PetitonerQuery {
    background-color: #a3acf2;
    border-radius: 10px;
    padding: 10px;
}
.select2-container--default .select2-selection--multiple, select#Petition_Category {
    margin-bottom: 15px;
    background-color: #e0f4fa !important;
    border: none;
    border-radius: 10px !important;
    line-height: 1;
    padding: 7px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 36px;
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
}
    span .selection {
    margin-bottom: 19px;
    background-color: #e0f4fa !important;
    border: none;
    border-radius: 10px !important;
    line-height: 1;
}

input#Petition_Date {
    background-color: #e0f4fa;
}

div#popupModal .form-control {
    min-height: 40px;
}

button#add-field-button {
    padding: 5px;
}
.formpet button {
    float: right;
}

.formpet button {
    float: right;
    padding: 5px;
}

div#additional-fields-container .col-sm-11 {
    width: 95.6%;
}

div#additional-fields-container .col-sm-1 {
    width: 3.2%;
}
div#popupModal .form-control {
    min-height: 41px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1454a1;
    border: none;
    border-radius: 100px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 6px 5px;
    color: white;
}
.form-group label, label{
    margin-left:-1px;
}

input#files {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* min-height: 40px; */
    line-height: 2;
}
.row.main-row {
    background: #0b4790;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    align-items: start;
    padding: 16px;
    border-radius: 10px;
}

.custom-file {
    text-align: justify;
}
.custom-file {
    text-align: justify;
    max-width: 77%;
}
button#btnUpload {
    font-size: 13.2px;
    padding: 8px 8px;
    margin-bottom: -9px;
}
.border-right{
    color:white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.ftgreen tfoot > tr > td {
    background-color: #00ab55 !important;
    color: white !important;
}

.card.card-success.dtcont .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #00ab55;
    padding: 7px 13px;
}

div.bdBox > div > div {
    border: 1px solid #f5f5f5;
    padding: 6px;
    line-height: 0;
}

    div.bdBox > div > div > input {
        margin: 0;
    }

div.bdBox > div {
    margin: 0;
}

    div.bdBox > div > div:last-child button {
        text-align: right;
        margin: auto;
        text-align: center;
        display: block;
        align-self: stretch;
    }



        div.bdBox > div > div:last-child button i {
            font-size: 15px;
        }


    div.bdBox > div > div input {
        margin: 0 !important;
    }

.form-group.bdBox.form-row.row > div {
    border: 1px solid #f5f5f5;
    padding: 6px;
    line-height:1;
}

div.bdBox > div > div:has(button) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group.bdBox.form-row.row {
    padding: 0px 12px;
    text-align: center;
    margin-bottom: 0;
}

    .form-group.bdBox.form-row.row > div {
        background: #1454a1;
        color: white;
    }

        .form-group.bdBox.form-row.row > div label {
            color: white;
        }
        