@font-face {
    src: url('../../../assets/fonts/BishwaGanesh.ttf') format('truetype');
    /* url('fonts/MyCustomFont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
    font-family: 'BishwaGanesh';
}
@font-face {
    src: url('../../../assets/fonts/AnandaFanko.ttf') format('truetype');
    /* url('fonts/MyCustomFont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
    font-family: 'AnandaFanko', sans-serif;
}
@font-face {
    src: url('../../../assets/fonts/aakriti.ttf') format('truetype');
    /* url('fonts/MyCustomFont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
    font-family: 'aakriti', sans-serif;;
}
@font-face {
    font-family: 'AnandaFanko2', sans-serif;
    src: url('../../../assets/fonts/AnandaFanko2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Anuradha', sans-serif;
    src: url('../../../assets/fonts/Anuradha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-style: normal;
}
.loader {
    z-index: 999999999;
}
.theme-white .navbar {
    background-color: #fff !important;
    box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
.theme-white .navbar .nav-link .feather {
    color: #34395e;
}
.navbar .nav-link.nav-link-lg .feather {
    stroke: #34395e;
}
.navbar .form-group .control-label, .navbar .form-group>label {
    color: #34395e;
    
}
.main-content {
    padding-top: 100px !important;
}
.main-content .section-body .card .card-header{
    border-bottom: 1px solid #e4e4e4;
}
.dashboard-card .card {
    background: #040707 !important;
    /* box-shadow: inset -5px 0px 10px 2px rgb(227 227 227), 1px 0px 10px 0px rgba(255, 255, 255, .5) !important; */
    box-shadow: inset -5px 0px 10px 2px rgb(62 62 62), 1px 0px 10px 0px rgba(0, 0, 0, .5) !important;
}

.dashboard-card .card h5,
.dashboard-card .card h2 {
    color: #fff !important;
    transition: all linear 0.3s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.dashboard-card .card:hover {
    cursor: pointer;
}

.dashboard-card .card:hover h2 {
    color:#FFDE17;
    margin-left: 3px;
}

.dashboard-card .card:hover h5 {
    color:#FFDE17;
}

.dashboard-card .card:hover h2,
.dashboard-card .card:hover h5 {
    text-decoration: none !important;
}

.dashboard-card .card .card-statistic-4 .banner-img img {
    filter: grayscale(.25);
    transition: all linear 0.3s;
}

.dashboard-card .card:hover .card-statistic-4 .banner-img img {
    filter: grayscale(0);
    margin-right: -3px;
}

.main-sidebar {
    background: #000;
}
.light-sidebar.sidebar-mini .main-sidebar:after {
    background-color: #000000;
}
.light-sidebar.sidebar-mini #searchMenu {
   display: none;
}
#searchMenu {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    height: 30px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.main-sidebar .sidebar-brand a {
    color: #FFDE17;
}

.main-sidebar .sidebar-brand a .header-logo {
    height: 80px;
}

.main-sidebar .sidebar-brand a {
    font-size: 20px;
    line-height: 1.2;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: #FFDE17 !important;
}

.sidebar-mini .main-sidebar .sidebar-brand a .header-logo {
    height: 45px;
}

.sidebar-mini .main-sidebar .sidebar-brand a .logo-name {
    display: none !important;
}

.sidebar-mini .main-sidebar .sidebar-wrapper>a {
    font-size: 12px !important;
}

.main-sidebar .sidebar-menu,
.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
    background: transparent;
}
.main-sidebar .sidebar-menu li a:hover {
    background-color: #494949 !important;
}
.light-sidebar .main-sidebar .sidebar-menu li.active a {
    background-color: #494949;
}

#sidebar-wrapper {
    background: rgba(0, 0, 0, 1);
}

.table-responsive {
    /* overflow: auto !important; */
}

.td-inline {
    display: inline-flex;
    align-items: center;
}
.td-inline.tdi-wrap{
    flex-wrap: wrap;
}
.td-inline.tdi-wrap .btn{
    margin-bottom: 2px;
}
.td-inline .btn {
    margin-right: 3px;
    white-space: nowrap;
    color: #fff !important;
}
.dropdown .dropdown-item{
    color: #040707 !important  ;
    text-transform: capitalize;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eaeaea;
}
.dropdown-menu.show {
    z-index: 9999;
}

.theme-white .btn-primary:focus , .theme-white .btn-primary:hover {
    background-color: #FFDE17 !important;
    color: #fff !important;
}

.theme-white .btn-primary {
    color: #fff !important;
}

.theme-white .btn-info:hover {
    color: #FFDE17 !important;
}
.modal-header {
    border-bottom: none;
    padding: 12px 15px;
    background: #040707;
    color: #FFDE17;
}
.fixed-header {
    overflow-y: scroll !important;
    max-height: 500px;
    /* scrollbar-width: none; */
    position: sticky;
}

.fixed-header thead th {
    position: sticky;
    top: 0;
    background-color: #3abaf4 !important;
    border-top-color: #3abaf4 !important;
    color: #fff !important;
    z-index: 10;
    vertical-align: middle;
}
thead{
    z-index: 9;
}
.fixed-header::-webkit-scrollbar {
    /* display: none;  */
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    min-height: 40px;
    height: 50px ;
}

/* proposal css starts */
.card .card-header .btn:not(.note-btn) {
    border-radius: .25rem;
}

.card {
    border-radius: 8px;
}

.card-header {
    background: transparent;
    border: none;
    position: relative;
}

.card .card-header {
    padding-right: 0;
}

.ppl-fp {
    position: relative;
}

.ppl-title h1 {
    color: #231F20;
    font-size: 1.8rem;
    padding: .5rem 7rem;
}
.ppl-title h5 {
    color: #231F20;
    font-size: 1.4rem;
    padding: .5rem 4rem;
}

.ppl .card .card-header {
    box-sizing: content-box;
    justify-content: center;
}
.msg-dir {
    text-align: justify;
    /* font-size: 1.1rem; */
    color: #34495e;
}

.msg-dir figure {
    float: right;
    width: 200px;
    height: 200px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.msg-dir img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* .msg-dir figure:hover img {
    transform: scale(1.05);
} */
        
        .msg-dir figure::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
            pointer-events: none;
        }
        
        .msg-dir p {
            margin-bottom: 20px;
        }
        
        .msg-sig figure {
            width: 150px;
            max-width: 250px;
            height: 35px;
            margin-bottom: 10px;
        }
        
        .msg-sig figure img {
            object-fit: contain;
        }
        
        .msg-sig h6 {
            border-top: 1px solid #000;
            padding: 10px 20px 0;
            display: inline-block;
            text-align: center;
        }
        
        .custom-list {
            list-style-type: decimal;
            list-style-position: inside;
        }
        
        .custom-list {
            list-style-type: decimal;
            /* Numbers */
            padding-left: 1.5rem;
            /* Space for numbers */
            margin: 0;
        }
        
        .custom-list li {
            margin-bottom: 0.5rem;
            /* Spacing between items */
            font-size: 1rem;
            /* Adjust font size */
            margin-bottom: 0.5rem;
            /* Spacing between items */
            font-weight: 700;
            font-size: 1.5rem;
        }
        
        @media print {
            /* .a4s {
        width: 210mm;
        height: 297mm;
        page-break-after: always;
        margin: 0;
        padding: 0;
    } */
}

.a4s {
    /* border: 1px solid #e5e5e5; */
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
}
.pdfHead .infoBox {
    padding: 5px 30px !important;
    background: #FFDE17;
}
.infoBox h5 {
    color: #000;
    line-height: 1.6;
}

.ppl-fp {
    /* width: 794px;  
    height: 1123px;  */
}

.ppl-logo {
    width: 100%;
    height: 20%;
    background: #000;
    padding: 2.5rem 0;
    position: relative;
}

.ppl-title {
    background: #FFDE17;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -1.75rem;
    transform: translate(-50%, 0);
}

.ppl-info {
    width: 100%;
    height: 25%;
}
.ppl-cli{
    position: relative;
    text-align: center;
    min-height: 50rem;
}
.ppl-cli .ppl-title{
    top: 1.75rem;
    bottom: auto;
    z-index: 1;
}
.ppl-list{
    width: 85%;
    border: 2px dashed #939393 !important;
    border-radius: 20px;
    /* overflow: hidden; */
    padding: 15px;
    margin: 0 auto;
    max-height: 37rem;
    overflow: hidden;
}
.ppl-logo figure {
    width: 12rem;
    display: inline-block;
    overflow: hidden;
}

.ppl-logo figure img {
    width: 100%;
    height: 100%;
}

.hcnslogan {
    color: #FFDE17;
    font-family: "Noto Sans", sans-serif;
}

.ppli-list, .ppl-list {
    justify-content: space-around;
}

.ppli-list li {
    width: calc(20% - 1.5rem);
    border: 2px solid #000;
    border-radius: .5rem;
    margin: 0 0 1.5rem;
    padding: 15px 5px 5px 5px;
    text-align: center;
}
.ppl-list li {
    width: calc(20% - 1.5rem);
    border-radius: .5rem;
    margin: 0 0 1.5rem;
    padding: 15px 5px 5px 5px;
    text-align: center;
}

.ppli-list li figure {
    width: 5rem;
    overflow: hidden;
}
.ppl-list li figure {
    width: inherit;
    /* height: 4rem; */
}
.ppl-list li figure img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.ppli-list li figure img {
    width: 100%;
    height: 100%;
}

.ppli-list li:not(:nth-last-child(-n+1)) {
    /* margin-bottom: 0 1.5rem !important; */
}

.ppli-list li p {
    font-weight: 700 !important;
}
.temp-con h6{
    color: #000;
    line-height: 1.4;
}
.ppl-con li{
    color: #000;
    font-size: 16px;
}
.ppl-con li [class*="fa-"]{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    color: #000;
    background: #FFDE17;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.temp-check h6{
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;
}
.tc-item  article > h6{
    margin-bottom: 15px !important;
}
.tc-ul{
    
}
.tc-li h6{
    color: #555;
    display: flex;
    align-items: center;
}
.tc-li .tc-box{
    width: 6rem;
    height: 2rem;
    border: 1px solid #555;
    display: inline-block;
    margin-left: 15px;
}
.tc-li .tc-box.tc-left{
    margin-left: 0;
    margin-right: 15px;
}
.tc-li .tc-box.tc-center{
    margin-left: 15px;
    margin-right: 15px;
}
.fpft-list {
    border-top: 1px solid #58595B;
}

.fpft-list li p {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #58595B;
}

.fpft-list li ul li img {
    width: 1.5rem;
}

.list-group .list-group-item,
.list-inline .list-inline-item {
    border: none;
    background: transparent;
    padding: 0 0.75rem;
}

figure {
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
    }
}

.a4s+.a4s {
    margin-top: 1.5rem;
}

.temp-pplhead {
    width: 100%;
    height: 2rem;
    background: #040707;
    margin: 4rem 0 5rem;
    padding-left: 3rem;
    position: relative;
    display: inline-block;
}

.temp-pplhead:before,
.temp-pplhead:after {
    width: 100%;
    height: 2rem;
    background: #FFDE17;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.temp-pplhead:before {
    bottom: 100%;
}

.temp-pplhead:after {
    top: 100%;
}

.temp-pplhead figure {
    width: 10.5rem;
    height: 10.5rem;
    background: #fff;
    border: 1rem solid #fff;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.temp-pplhead figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.temp-ppltitle {
    border-left: 3px solid #FFDE17;
    margin-bottom: 15px;
}

.temp-ppltitle h2 {
    font-size: 1.25rem;
    color: #040707;
    ;
}

.temp-pplbody {
    width: 100% !important;
    min-height: 45rem;
    position: relative;
}
#letterHeadForm {
    width: 100% !important;
    /* margin: 0 !important; */
    padding: 0;
    box-sizing: border-box;
}
.temp-pplbody:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    /* height: 51.25rem; */
    transform: translate(-50%, -50%);
    /* background-image: url(../../../assets/images/logo.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    filter: grayscale(.75);
    opacity: .025;
}
.temp-pplbody.hcn::before {
    content: "";
    background-image: url('../../../assets/images/hcn-logo.png');
}

.temp-pplbody.ocn::before {
    content: "";
    background-image: url('../../../assets/images/ocn-logo.png');
}

.temp-pplbody.sns::before {
    content: "";
    background-image: url('../../../assets/images/sns-logo.png');
}
.temp-pplbody.icn::before {
    content: "";
    background-image: url('../../../assets/images/IT-care-logo.png');
}
.temp-pplbody.mgc::before {
    content: "";
    background-image: url('../../../assets/images/mgc-logo.png');
}
.temp-pplbody.care::before {
    content: "";
    background-image: url('../../../assets/images/care-logo.png');
}
.temp-pplft {
    width: 100%;
    min-height: 3rem;
    background: #FFDE17;
    color: #040707;
    display: inline-block;
    position: relative;
}

.temp-trap {
    width: 12rem;
    min-height: 2.5rem;
    background: #040707;
    display: inline-block;
    position: relative;
}

.temp-trap:after {
    width: 0;
    height: 0;
    border-left: 2.5rem solid #040707;
    border-top: 2.5rem solid transparent;
    border-bottom: 0px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 999;
}

.temp-pplft:before,
.temp-pplft:after {
    width: 100%;
    height: 1rem;
    background: #040707; 
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.temp-pplft:before {
    bottom: 100%;
}

.temp-pplft:after {
    top: 100%;
}

.temp-pplft a {
    color: #000 !important;
    /* font-size: 13px; */

    &:hover {
        color: #444;
        text-decoration: none;
    }
}

.ppl-wm {
    /* width: 30%; */
    padding: .5rem 0;
    border-right: 1px solid #000;
    display: inline-block;
}

.ppl-wm a {
     /* font-size: 13px; */
    color: #000 !important;
    display: flex;
    align-items: center;
}

.ppl-ap {
    /* width: 70%; */
    padding: .5rem 0;
}
.ppl-ap a{
     /* font-size: 13px; */
    /* width: 70%; */
    color: #000 !important;
    padding: .5rem 0;
}

/* proposal css ends */
/* vacancy css starts */
.temp-vac {
    width: 100%;
    min-height: 100px;
    /* max-height: 1080px; */
    background: #0D203E;
    color: #FFf;
    /* font-family: 'BishwaGanesh', sans-serif; */
    font-family: "Noto Sans", sans-serif;
    padding: 2rem;
}

.temp-vac p {
    color: #FFf !important;
    font-weight: 400;
}

.temp-vbody {
    /* height:calc(1024px - 2rem); */
    padding: 2rem 2rem 1rem;
    border: 2px solid #FFDE17;
    border-radius: .5rem;
    color: #FFf;
}

.tv-notice {
    color: #FFF !important;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-top: -1.5rem;
    line-height: 1.1;
}

.tv-notice span {
    color: #FFDE17;
}

.temp-vhead {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.temp-vhead .col-2 {
    flex: 0 0 7rem;
    max-width: 7rem;
}

.temp-vhead .col-8 {
    flex: 0 0 calc(100% - 14rem);
    max-width: calc(100% - 14rem);
}

.temp-vhead figure {
    width: 6rem;
    height: 7rem;
    padding: 0.1rem .25rem;
    border: 1px solid #FFDE17;
    border-radius: .25rem;
}

.temp-vhead article {
    width: 6rem;
    height: 7rem;
    padding: 0.1rem .25rem;
    border: 1px solid #FFDE17;
    border-radius: .25rem;
}

.temp-vhead h2 {
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    line-height: 1.1;
}

.temp-vhead h2>span:nth-child(1) {
    font-size: 46px;
}

.temp-vhead h2>span:nth-child(2) {
    font-size: 42px;
}

.temp-vhead h2>span:nth-child(3) {
    font-size: 34px;
}

.temp-vhead h2>span {
    color: #fff;
    font-weight: 600;
}

.temp-vhead h2>span span {
    color: #FFDE17;
    font-weight: 600;
}

.temp-vhead article {
    text-align: center;
}

.temp-vhead article p {
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400;
}

.temp-vhead article h4 {
    color: #FFDE17;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.1;
}

.temp-vtable {}

.temp-vtable thead {
    background: #FFDE17;
    color: #fff;
    text-align: center;
}

.temp-vtable td,
.temp-vtable th {
    border-top: 1px solid #FFDE17;
    color: #fff;
    font-weight: 600;
}

.temp-vtable {
    border: 1px solid #FFDE17 !important;
    border-radius: 1rem;
    overflow: hidden !important;
}

.temp-vtable .table {
    border-collapse: collapse;
}

.temp-vtable th:not(:nth-last-child(-n+1)),
.temp-vtable td:not(:nth-last-child(-n+1)) {
    border-right: 1px solid #FFF;
    border-left: none;
}

.temp-vtable .table:not(.table-sm):not(.table-md):not(.dataTable) td,
.temp-vtable .table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 0 10px;
    height: 38px;
    vertical-align: middle;
}

.temp-vtable th {
    font-size: 24px;
    color: #040707 !important;
    font-weight: 700;
}

.temp-vtable td {
    font-size: 22px;
    font-weight: 600;
}

.temp-vtable td [class*='fa-'] {
    color: #FFDE17;
    font-size: 8px;
}
.temp-vtable td .btn-action [class*='fa-'] {
    color: #fff;
    font-size: 12px;
}
.temp-vtable td:nth-child(3) {
   position: relative;
}
.temp-vtable td .btn-action {
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   opacity: 0;
   transition: all linear 0.3s;
}
.temp-vtable tr {
    transition: all linear 0.3s;
}
.temp-vtable tr:hover td .btn-action {
   opacity: 1;
}

.temp-v24 {
    width: 90%;
    border-radius: 0 0 4rem 4rem;
    background: #FFDE17;
    margin: 0 auto;
    text-align: center;
}

.temp-v24 p {
    font-size: 20px;
    font-weight: 600 !important;
    color: #040707 !important;
    line-height: 1.1;
}

.temp-vcontact {
    text-align: center;
}

.temp-vcontact h5 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}

.temp-vcontact a {
    color: #FFDE17;
    line-height: 1.1;
    font-weight: 600;
}

.temp-vft {
    margin: 0 -1.5rem -.5rem;
}

.temp-vft figure {
    width: calc(100% + 3rem);
}

.ffilter form,
.cstm-form form {
    margin-bottom: 2px;
}

.ffilter label,
.cstm-form label {
    margin-bottom: 2px;
}

.ffilter .form-control,
.cstm-form .form-control {
    height: 42x !important;
    padding: 5px 15px !important;
}
.ffilter  .form-group,
.cstm-form .form-group, 
.section-body .form-group{
    margin-bottom: .35rem;
}
.form-group .control-label, .form-group>label {
    margin-bottom: 0.15rem !important;
}
.ffilter input[type="file"].form-control,
.cstm-form input[type="file"].form-control {
    padding: 1px 15px !important;
    /* width: auto !important; */
}

.ffilter textarea.form-control,
.cstm-form textarea.form-control {
    height: auto !important;
}

.ffilter .form-control,
.cstm-form .form-control {
    height: 42px !important;
    padding: 5px 15px !important;
}

.ffilter .form-group:not(:nth-last-child(-n+1)),
.cstm-form .form-group:not(:nth-last-child(-n+1)) {
    margin-right: 0px;
}

.ffilter .select2-container .select2-selection--multiple,
.ffilter .select2-container .select2-selection--single,
.cstm-form .select2-container .select2-selection--multiple,
.cstm-form .select2-container .select2-selection--single {
    display: block;
    min-height: 42px;
    max-height: 42px;
}

.ffilter .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.ffilter .select2-container--default .select2-selection--single .select2-selection__arrow,
.cstm-form .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.cstm-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 42px;
    min-height: 42px;
}

.ffilter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.cstm-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 2px;
    margin-top: 1px;
}

.ffilter .select2-container--default .select2-selection--single .select2-selection__rendered,
.cstm-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 42px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
}

.ffilter .select2-search__field,
.cstm-form .select2-search__field {
    width: 100% !important;
}

.ffilter .select2-container,
.cstm-form .select2-container {
    display: block;
}

.ffilter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.cstm-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 4px !important;
}

.ffilter ul:not(.list-unstyled),
.cstm-form ul:not(.list-unstyled) {
    line-height: 20px;
}
.navbar .ffilter .select2-container .select2-selection--multiple, 
.navbar .ffilter .select2-container .select2-selection--single,
.navbar .cstm-form .select2-container .select2-selection--multiple, 
.navbar .cstm-form .select2-container .select2-selection--single,
.navbar .select2-container--default .select2-selection--single .select2-selection__rendered
.navbar .select2-container .select2-selection--multiple,.navbar  .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    min-height: 30px;
    height: 30px !important;
    max-height: 30px !important;
    line-height: 30px !important;
}
.navbar .ffilter .select2-container--default .select2-selection--single .select2-selection__rendered,
.navbar .cstm-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    min-height: 30px;
    height: 30px !important;
    max-height: 30px !important;
    line-height: 30px !important;
 }
 .navbar .ffilter .select2-container--default .select2-selection--multiple .select2-selection__arrow, 
 .navbar .ffilter .select2-container--default .select2-selection--single .select2-selection__arrow,
 .navbar .cstm-form .select2-container--default .select2-selection--multiple .select2-selection__arrow, 
 .navbar .cstm-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    min-height: 30px;
}
#filterBookForm,
#filterPayrollForm,
#filterDtr,
#filterReportForm,
#systemTaskTableSearch,
#addProposalForm,
#filterForm,
#formFilter,
#userForm,
#formAddagreement,
#addAgreementForm {
    display: none;
}

.card .card-header .form-control {
    border-radius: .25rem;
}

#vAddList.show {
    display: flex !important;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active li.active>a {
    background: #494949 !important;
}

.light-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active ul.dropdown-menu li a.toggled {
    background-color: #494949 !important;
}

.light-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active ul.dropdown-menu li a {
    background-color: #040707 !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
    padding-left: 10px;
    background: #040707;
    border-radius: 0;
}

.td-content {
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
    max-width: auto;
    /* Fixed width */
    display: inline-block;
    vertical-align: middle;
}

.td-content-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    /* Fixed width */
    display: inline-block;
    vertical-align: middle;
}
.line-break{
    min-width: 180px;
    max-width: 320px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.clamp3-container{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.5; /* Consistent spacing */
    max-height: 4.5em;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.4; /* Helps calculate the 3-line height */
    max-height: 4.2em; /* line-height * 3 */
    color: #007bff;
    text-decoration: none;
}
.seemore-btn {
    display: inline;
    color: #3f3fff;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.seemore-btn:hover {
    cursor: pointer !important;
    text-decoration: underline;
}
.select2-results__option {
    line-height: 1.4;
}
.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
}
.table .btn {
    box-shadow: none !important;
}
.fixed-header td {
    vertical-align: middle;
    white-space: nowrap;
}

.fixed-header td.td-line {
    white-space: unset;
}
.td-line {
    white-space: nowrap;
}
.modal{
    z-index: 999 !important;
}

.modal-backdrop.show {
    opacity: .1;
    z-index: 1;
}
.pagination {
    flex-wrap: wrap;
}
.select2{
    width: 100% !important;
    min-width: 150px;
}
thead th{
    color: #000 !important;
}
.followup-0.red th{
    background-color: darkred !important;
    color: white;
}
tr[class*="followup-"].red{
    color: black !important;
}
.temp-vcard{
    width: calc(1050px / 2);           /* 3.5 x 2 inches = 1050px x 600px  standard size of visiting card*/
    height: calc(600px / 2);
}
.temp-vcard > .row{
    height: inherit;
}
.tv-lt, .tv-rt{
    padding: 10px;
    height: inherit;
}
.tv-lt{
    background: #221E29;
}
.tv-rt{
    background: #FDDF05;
}
.tv-lt-item, .tv-rt-item{
    height: 100%;
    color: #221E29;
}
.tv-lt-item{
    border: 1px solid #FDDF05;
    border-radius: 10px 0 0 10px;
    border-right: none;
    text-align: center;
    color: #FDDF05;
}
.tv-lt-item p{
    color: #FDDF05;
}
.tv-lt-item figure{
   height: 100px;
   margin: 10px auto 0;
}
.tv-lt-item figure img{
    width: auto;
}
.tv-lt-item figcaption{
    border: 1px solid #FDDF05;
    padding: 0 8px;
    margin: 8px 0;
    display: inline-block;
}
.tv-lt-item figcaption p{
    color: #FDDF05 !important;
    font-weight: 600 !important;
    line-height: 1.5;
}
.tv-rt-item{
    border: 1px solid #221E29;
    border-radius: 0 10px 10px 0;
    border-left: none;
    text-transform: uppercase;
    position: relative;
}
.tv-rt-item article{
    margin-left: 10px;
    margin-top: 5px;
}  
.tv-rt-item .tv-rti.top article{
    margin-top: 35px;
    position: relative;
    top: -8px;
}  
.tv-qr figure{
    margin: 0 auto 0 !important;
    display: inline-block;
    border: 1px solid #FDDF05;
    height: 90px;
    padding: 5px;
}
.tv-rt-item .tv-rti.top article:before,
.tv-rt-item .tv-rti.top article:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #221E29;;
}  
.tv-rt-item .tv-rti.top article:before{
    width: 15%;
    height: 4px;
} 
.tv-rt-item .tv-rti.top article:after{
    width: 100%;
    height: 1px;
    top: calc(100% + 2px);
} 
.tv-rt-item article h6{
    font-size: 13px;
}  
.tv-rt-item article p{
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;   
}  
.tv-rti{
    position: absolute;
    left: 0;
}
.tv-social figure {
    width: 85px;
    margin: 0;
}
.tv-social figure img{
    width: 100%;
    height: auto;
}
.tv-rti.top{
    top: 0;
}
.tv-rti.btm{
    bottom: 0;
}
.tv-rti.btm p{
    text-transform: none;
    font-size: 12px;
    line-height: 1.4;
}
.tv-rti li{
    padding: 0;
    display: flex;
}
.tv-rti li aside{
    width: 25px;
    background: #221E29;
    display: flex;
    justify-content: center;
}
.tv-rti.top li aside{
    border-radius: 0 0 25px 25px;
    align-items: self-end;
}
.tv-rti.btm li:first-child aside{
    border-radius: 25px 25px 0 0 ;
}
.tv-rti.btm li:first-child article{
    margin-top: 8px;
}
.tv-rti.top aside figure{
   width: 20px;
   margin: 0 auto;
}
.tv-rti.btm aside figure{
   width: 15px;
   margin: 0 auto;
}
.tv-rti.btm li:first-child aside figure{
   height: 35px;
 }
.tv-rti.btm li:first-child aside figure img{
   /* height: 100%; */
   height: 50% !important;
 }
.tv-rti aside figure img{
   width: 100%;
   height: auto;
   object-fit: contain;
}
.tv-rti li aside [class*="fa-"]{
    color: #FDDF05;
    font-size: 20px;
    margin-bottom: 2px;
}
.tv-rti.btm li{
    display: flex;
    /* align-items: center; */
}
.tv-rti.btm li:first-child p{
    margin-top: 2px;
}
.tv-rti.btm li aside [class*="fa-"]{
    font-size: 15px;
    margin-bottom: 8px;
}
.tv-rti.btm li:first-child aside [class*="fa-"]{
    margin-top: 8px;
}
.tv-rti.btm li:last-child article{
    margin-bottom: 45px;
}

@media(max-width:1350px) {
    .temp-vhead h2>span:nth-child(1) {
        font-size: 42px;
    }

    .temp-vhead h2>span:nth-child(2) {
        font-size: 38px;
    }

    .temp-vhead h2>span:nth-child(3) {
        font-size: 32px;
    }

    .temp-v24 p {
        font-size: 22px;
    }

    .temp-vcontact h5 {
        font-size: 28px;
    }

    .tv-notice {
        font-size: 24px;
    }

    .temp-vhead article h4 {
        font-size: 22px;
    }

    .temp-vhead figure {
        width: 5rem;
        height: 6rem;
    }
}

@media(max-width:1024px) {
    .table-responsive.fixed-header thead {
        position: static !important;
    }
}
@media(max-width:850px) {
    .ppli-list li {
        width: calc(25% - 1.5rem);
    }
    .temp-login [class*='offset-']{
        margin-left: 0;
    }
    .temp-login > .row > [class*='col-']{
            flex: 0 0 100%;
            max-width: 100%;
    }
}

@media(max-width:640px) {
    .temp-login > .row > [class*='col-'] > .d-flex{
        align-items: flex-start !important;
    }
    .temp-login .card{
       margin: 30px 0 !important;
    }
    .temp-login .templ-input {
        background:transparent !important;
    }
    .ppli-list li {
        width: calc(33.3% - 1.5rem);
    }

    .temp-pplft {
        flex-wrap: wrap;
    }

    .ppl-wm {
        border-right: none;
    }

    .ppl-fpft {
        padding: 2rem 2rem 0 2rem !important;
        margin-bottom: 2rem !important;
    }
    .navbar .nb-check{
        display: none;
    }
    .viewd{
        display: none;;
    }
    section.section{
        display: flex;
        flex-direction: column;
    }
    .section .dashboard-card{
        order:0;
    }
    .section .dshbd-link{
        order:1;
    }
    .card-header > .row {
        flex-direction: column;
        margin: 0;
    }
    .card-header > .row > [class*="col"],
    .ffilter > .row > [class*="col"]{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ffilter > .row > [class*="col"],
    .ffilter > .row > [class*="col"] form{
        flex-wrap: wrap;
        justify-content: flex-start !important;
        padding: 0;
    }
    .ffilter input[type="file"].form-control, .cstm-form input[type="file"].form-control {
        padding: 1px 10px !important;
        width: 100% !important;
    }
    .card-header > .row > [class*="col"] + [class*="col"]{
        margin-top: 5px;
    }
    .card-header .text-right{
        text-align: left !important;
    }
    .cstm-form .form-group.mt-4[class*="col-"]{
        margin-top: 0 !important;
    } 
    .btn, .btn.btn-sm {
        padding: 0.1rem 0.4rem;
        font-size: 12px;
        text-transform: capitalize;
    }
    .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card {
        margin-bottom: 1rem;
    }
    .card .card-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .card .card-header, .card .card-body, .card .card-footer {
        padding: 10px 10px !important;
        width: 100%;
        margin: auto;
    }
    .row{
        margin: 0 -10px !important;
    }
    .row > [class*='col'],
    .card-body > [class*='col']{
        padding: 0 10px !important;
    }
    .text-right .float-right{
        float:  left !important;
    }
    .text-right .text-right{
        text-align:  left !important;
    }
    #filterPayrollForm [class*="col"],
    #filterBookForm [class*="col"],
    #createReportForm [class*="col"],
    #filterForm [class*="col"],
    #formFilter [class*="col"],
    #filterDtr [class*="col"],
    #filterReportForm [class*="col"],
    #systemTaskTableSearch [class*="col"],
    #addProposalForm [class*="col"],
    #userForm [class*="col"],
    #formAddagreement [class*="col"],
    #addAgreementForm [class*="col"],
    .ffilter [class*="col"],
    .cstm-form [class*="col"]{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .w-50{
        width: 100% !important;
    }
    #attendancecheckinModal + .w-100{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    #attendancecheckinModal + .w-100 > *{
        margin-bottom: 3px;
    }
    #attendancecheckinModal + .w-100 .d-flex{
       justify-content: flex-start !important;
    }
    .select2{
        width: 100% !important;
    }
    .form-check-input {
        margin-left: 0.5rem;
    }
    .form-check-label {
        margin-left: 2rem;
    }
}

@media(max-width:480px) {
    .ppli-list li {
        width: calc(100% - 1.5rem);
    }

    .ppl-fpft {
        padding: 1rem 1rem 0 1rem !important;
        margin-bottom: 1rem !important;
    }
    .btn.btn-sm {
        margin: .1rem 0;
    }
}

/* vacancy css ends */

/* delete modal */
#confirmModal .modal-header {
    background: #040707;
    color: #FFDE17;
    padding: 1rem 1.5rem;
}

#confirmModal .modal-header,
#confirmModal .modal-body {
    padding: 1rem 1.5rem;
}

#confirmModal .modal-footer {
    padding: .5rem 1.5rem;
    border-top: 1px solid #dee2e6 !important;
}

#confirmModal h6 {
    color: #040707;
    /* text-align: center; */
}
.no-number {
    list-style-type: none;
}
.temp-aft p span{
    width: 15px !important;
    display: inline-block;
}
.txt-dotted {
    margin-right: 90px;
    margin-left: 90px;
    border-bottom: 1px dotted #040707;
    position: relative;
}
.txt-dotted-sm {
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px dotted #040707;
    position: relative;
}
.txt-dotted-md {
    margin-right: 50px;
    margin-left: 50px;
    border-bottom: 1px dotted #040707;
    position: relative;
}

.txt-dotted:before,
.txt-dotted:after,
.txt-dotted-sm:before,
.txt-dotted-sm:after,
.txt-dotted-md:before,
.txt-dotted-md:after,
.txt-dotted-lg:before,
.txt-dotted-lg:after {
    content: "";
    position: absolute;
    top: 100%;
    border-bottom: 1px dotted #040707;

}
.txt-dotted-sm:before {
    right: calc(100% + 1px);
    width: 10px;
}

.txt-dotted-sm:after {
    left: calc(100% + 1px);
    width: 10px;
}
.txt-dotted-md:before {
    right: calc(100% + 1px);
    width: 40px;
}

.txt-dotted-md:after {
    left: calc(100% + 1px);
    width: 40px;
}

.txt-dotted:before {
    right: calc(100% + 1px);
    width: 70px;
}

.txt-dotted:after {
    left: calc(100% + 1px);
    width: 70px;
}
 .txt-dotted-lg {
    margin-right: 130px;
    margin-left: 130px;
    border-bottom: 1px dotted #040707;
    position: relative;
}
.txt-dotted-lg:before {
    right: calc(100% + 1px);
    width: 120px;
}

.txt-dotted-lg:after {
    left: calc(100% + 1px);
    width: 120px;
}
.badge{
    border: none;
}
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff !important;
    background-color: #ffbe00;
    box-shadow: none;
}
.dashboard-card + .nav-pills .nav-item .nav-link {
    padding: 0 10px !important;
    
}
.btn.btn-sm {
    padding: 0.1rem 0.4rem;
    font-size: 12px;
    text-transform: capitalize;
}
.table.table-bordered td, .table.table-bordered th {
    border-color: #000000;
}
.table {
    border-collapse: collapse;
}
.sq-item ul{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.sq-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo-wpr{
    width:21.0cm ; 
    height: 29.7cm;
    border: 1px solid #f5f5f5;
}
.photo-wpr ul{
    width: inherit;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0 !important;

}
.photo-wpr ul li{
    width:3.5cm ;
    height: 4.5cm; 
    padding: 0 !important;
    margin-right: 0 !important;
}
.photo-wpr ul li figure{
    width:3.5cm ;
    height: 4.5cm; 
    overflow: hidden;
    margin-bottom: 0 !important;
    border: 1px solid #f5f5f5 !important;
}
.photo-wpr ul li figure img{
    object-fit: cover;
}
.temp-agmt ol li p:nth-child(1){
    width: 18px;
}
.temp-agmt ol li p:not(:first-child){
    width: calc(100% - 24px);
    margin-bottom: 0;
}
.temp-agmt article p{
    margin-bottom: 0;
}
.temp-agmt .card-body p{
    font-size: 11px;
    line-height: 24.5px;
    color: #000 !important;
}
.cstm-form .select2-container .select2-selection--multiple{
    display: inline-block;
    width: 100%;
}a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: none;
    background-color: #ffbe00;
}
.temp-login{
    width: 100%;
    height: 100%;
    position: relative;
}
.temp-login > .row{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.temp-login .templ-left{
    width: 100%;
    position: relative;
}
.temp-login .card {
    background-color: rgb(255 255 255 / 80%);
}
.temp-login .templ-left > figure{
    width: calc(100% + 15px);
    height: 250px;
    content: "";
    position: absolute;
    left: 0;
    right: -15px;
    bottom: 0;
    z-index: 9;
    margin: 0;
    padding-right: 0;
    padding-left: 15px;
}
.temp-login .templ-logo {
    width: 100px;
    margin: 20px auto;
}
.temp-login .templ-input {
    /* background: rgba(0, 0, 0, .02); */
    background: rgba(255, 222, 24, .25);
    z-index: 99;
    position: relative;
}
.temp-wpr{
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
}
.temp-wpr:before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../../assets/images/babycare.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* filter: grayscale(.95);
    opacity: .1; */
            }
            .dashboard-card+.nav-pills .nav-item .nav-link {
                padding: 0 10px !important;
            }
            .dataTables_wrapper .dt-buttons {
                float: right;
            }
            /* temp quotation */
            .buttons-html5 {
                display: inline-block;
                width: auto;
            }
            /* festival template start */
            .temp-fcard {
                width: 1080px;
                height: 1080px;
                background: #040707;
            }
            .temp-fcard.temp-trans {
                background: rgba(4, 7, 7, .95);
                position: relative;
                z-index: 2;
            }
            .tf-bg {
                width: inherit;
                height: inherit;
                z-index: -1;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                opacity: .075;
            }
            .tf-bg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .temp-fcard .card-body {
                width: inherit;
                height: inherit;
                position: relative;
            }
            .tf-ft {
                position: absolute;
                bottom: 20px;
                left: 0;
                right: 0;
                padding: 0 3rem;
            }
            .tf-ft h6 {
                color: #fff;
                text-align: center;
                position: relative;
            }
            .tf-ft h6:before,
            .tf-ft h6:after {
                color: #FDDF05;
                content: "";
                position: absolute;
            }
            .tf-ft h6:before,
            .tf-ft h6:after {
                width: 35%;
                height: 1px;
                background: #FDDF05;
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }
            .tf-ft h6:before {
                left: 0;
            }
            .tf-ft h6:after {
                right: 0;
            }
            .tf-logo {
                width: 12rem;
            }
            .tf-qr {
                width: 8rem;
                margin-left: auto;
            }
            .tf-social {
                width: 6rem;
                margin-left: auto;
                margin-right: 1rem;
            }
            .tf-main article {
                display: flex;
                color: #FDDF05;
                position: absolute;
                top: 40%;
                left: 50%;
                transform: translate(-90%, -50%);
            }
            .tf-main article h1 {
                font-size: 12rem;
                margin-right: 20px;
                /* font-family: 'AnandaFanko2', sans-serif; */
                font-weight: 500;
            }
            .tf-main article aside {
                /* font-family: 'AnandaFanko2', sans-serif; */
            }
            .tf-main article aside h4 {
                font-size: 5rem;
                /* font-family: 'AnandaFanko', sans-serif; */
                font-weight: 500;
            }
            .tf-main article aside h4:first-child {
                color: #fff;
            }
            .tf-main {
                position: relative;
                height: 900px;
                width: 100%;
            }
            #layout-top .tf-main {
                position: static;
            }
            #layout-top .tf-main article {
                top: 35%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            #layout-top .tf-img {
                width: 23rem;
                left: 50%;
                top: 65%;
                transform: translate(-50%, -50%);
            }
            #layoutTopCard {
                width: 100%;
                height: auto;
                overflow: visible;
                aspect-ratio: 1 / 1
            }
            .tf-img {
                width: 20rem;
                position: absolute;
                right: 0%;
                transform: translate(-20%, -50%);
                top: 40%;
            }
            .tf-txt {
                width: 350px;
                color: #FDDF05;
                padding-left: 15px;
                border-left: 3px solid #FDDF05;
                position: absolute;
                top: 65%;
                left: 25%;
                transform: translate(-50%, -50%);
            }
            .tf-txt h5 {
                font-size: 25px;
                margin-bottom: 0;
                line-height: 1.5;
                /* font-family: 'aakriti', sans-serif; */
            }
            .tf-img-center {
                width: 32rem;
                position: absolute;
                right: 0%;
                transform: translateX(-50%);
                top: 1%;
            }
            .tf-txt-center {
                color: #FDDF05;
                padding-left: 15px;
                position: absolute;
                left: 50%;
                transform: translate(-50%, -50%);
                bottom: 13%;
                text-align: center;
                width: inherit;
            }
            .tf-txt-center h1 {
                font-size: 3.5rem;
                margin-bottom: 0;
                line-height: 1.5;
                /* font-family: 'Anuradha', sans-serif; */
            }
            .tf-txt-center.heading h1 {
                /* font-family: 'BishwaGanesh'; */
                font-size: 3.25rem;
                font-weight: 500;
            }
            .tf-txt-center h4 {
                font-size: 2rem;
                margin-bottom: 0;
                line-height: 1.5;
                color: #fff;
                /* font-family: 'aakriti', sans-serif; */
            }
            .tf-birth {
                width: 32rem;
                height: 32rem;
                border-radius: 100%;
                background: #000;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(255, 92, 38, 0.61) 35%, rgba(255, 190, 0, 1) 65%, rgba(255, 222, 23, 1) 100%);
                position: relative;
                top: 10%;
                left: 50%;
                transform: translateX(-50%);
                /* overflow: hidden; */
            }
            .tf-birth:before,
            .tf-birth:after {
                content: '';
                width: 6rem;
                height: 6rem;
                border-radius: 100%;
                background: #FFBE00;
                background: linear-gradient(0deg, rgba(255, 190, 0, 1) 0%, rgba(255, 222, 23, 1) 100%);
                position: absolute;
            }
            .tf-birth:before {
                top: 0;
                left: -20%;
            }
            .tf-birth:after {
                bottom: 0;
                right: -20%;
            }
            .tf-img-birth {
                width: 22rem;
                height: 22rem;
                border-radius: 100%;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                margin-bottom: 0;
            }
            .tf-txt-birth {
                color: #FDDF05;
                padding-left: 15px;
                position: absolute;
                left: 50%;
                transform: translate(-50%, -50%);
                /* bottom: 13%; */
                text-align: center;
                width: inherit;
                height: inherit;
            }
            .tf-img-birth img[src$=".png"],
            .tf-img-app img[src$=".png"] {
                object-fit: contain;
            }
            .tf-img-birth img[src$=".jpg"],
            .tf-img-birth img[src$=".jpeg"],
            .tf-img-app img[src$=".jpg"],
            .tf-img-app img[src$=".jpeg"] {
                object-fit: cover;
            }
            .tf-txt-birth h1 {
                font-size: 3.5rem;
                margin-bottom: 0;
                line-height: 1.5;
                width: inherit;
                height: inherit;
                position: absolute;
                top: 10rem;
            }
            .tf-txt-birth.heading h1 {
                font-family: 'BishwaGanesh';
                font-size: 3.25rem;
                font-weight: 500;
                top: 10rem;
            }
            .tf-txt-birth h4 {
                font-size: 2rem;
                margin-bottom: 0;
                line-height: 1.5;
                color: #fff;
                /* font-family: 'aakriti', sans-serif; */
            }
            .tf-txt-birth aside {
                position: absolute;
                left: 50%;
                width: 100%;
                transform: translateX(-50%);
                bottom: -25rem;
            }
            #layout-appreciation .temp-fcard,
            #layout-birthday .temp-fcard {
                position: relative;
                z-index: 1;
                background-color: rgb(4, 7, 7);
                /* fallback background */
            }
            #layout-appreciation .temp-fcard::before,
            #layout-birthday .temp-fcard::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(../../../admin/assets/img/festival/ribbon.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                opacity: 0.2;
                z-index: 0;
                pointer-events: none;
                /* lets clicks pass through */
            }
            .tf-app {
                width: 18rem;
                height: 24.5rem;
                position: relative;
                top: 20%;
                left: 48%;
                transform: translateX(-50%);
                border: 5px solid #ffdd00;
            }
            .tf-img-app {
                width: 19rem;
                height: 25rem;
                position: absolute;
                left: 60%;
                transform: translateX(-50%);
                bottom: -2rem;
                margin-bottom: 0;
                border: 5px solid #fff;
            }
            .tf-txt-app.heading {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
            }
            .tf-txt-app.heading h1 {
                font-family: 'BishwaGanesh';
                font-size: 3.25rem;
                font-weight: 500;
                position: static;
                color: #FDDF05;
            }
            .tf-txt-app h4 {
                font-size: 2rem;
                margin-bottom: 0;
                line-height: 1.5;
                color: #fff;
                /* font-family: 'aakriti', sans-serif; */
            }
            .tf-txt-app aside {
                position: absolute;
                left: 50%;
                width: 100%;
                transform: translateX(-50%);
                bottom: -25rem;
            }
            .tf-txt-sub-app {
                position: absolute;
                border: 0;
                bottom: 10rem;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
            }
            .tf-txt-sub-app .text-center-h4 {
                color: #FDDF05;
            }
            .tf-txt-sub-app .text-center-h4-next {
                color: #fff;
                font-size: 1.25rem;
            }
            .tf-txt-app .body-text {
                color: #fff;
            }
            [class*="tf-img-3"] {
                border: 1px solid #FDDF05;
                border-radius: 100%;
                position: absolute;
                top: 35%;
                left: 50%;
                transform: translate(-50%, -50%);
                box-shadow: 0px 0px 5px 0px rgba(253, 223, 5, 1);
            }
            [class*="tf-img-3"] img {
                width: auto;
                height: 100%;
                object-fit: contain;
            }
            .tf-img-3c {
                width: 22rem;
                height: 22rem;
                z-index: 9;
            }
            .tf-img-3l,
            .tf-img-3r {
                width: 17rem;
                height: 17rem;
            }
            .tf-img-3l {
                left: 23%;
            }
            .tf-img-3r {
                left: calc(100% - 23%);
            }
            body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
                background-color: #000;
            }
            [class*="theme-"] a.badge {
                color: #fff;
            }
            [class*="theme-"] .dropdown-menu a {
                color: #000;
            }
            /* festival template ends */
            .temp-agmt1 {
                /* page-break-before: always; */
            }
            #main-agreement * {
                /* page-break-inside: avoid;
    break-inside: avoid; */
}
#main-agreement .col-md-4 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
}
#main-agreement .col-md-8 {
    flex: 0 0 65% !important;
    max-width: 65% !important;
}
#main-agreement p {
   color: #000 !important;
}
.iziToast-wrapper-topRight {
    top: 70px;
}
.bpi-table table tbody td, .bpi-table table tbody th{
    height: 30px !important;
}
#sigPreview img{
    width: 50px;
}
/* minute css starts */
.temp-min :is(h1, h2, h3, h4, h5, h6) {
    color: #000;
}
.tm-head :is(h1, h2, h3, h4, h5, h6){
    line-height: 1;
}
.tm-tbl .table:not(.table-sm) thead th {
    background: transparent;
}
.tm-tbl thead {
   margin-bottom: 15px;
   border-bottom:1px solid #000;
}
.tm-tbl .table:not(.table-sm):not(.table-md):not(.dataTable) td, 
.tm-tbl .table:not(.table-sm):not(.table-md):not(.dataTable) th {
    height: 35px;
}
.tm-main article{
    margin-bottom: 30px;
}
.nepali-ol {
    counter-reset: nepali-counter;
    list-style: none;
    color: #000;
}
.nepali-ol li::before {
    counter-increment: nepali-counter;
    content: counter(nepali-counter, devanagari) ". ";
    font-weight: bold;
    margin-right: 0.5rem;
}
/* minute css ends */
.shake-x {
    animation: shakeX 1s infinite;
    transition: all ease-in-out 0.3s;
  }
  
  .shake-x:hover {
    animation-play-state: paused;
  }
  
  @keyframes shakeX {
    0%, 100% {
      transform: translateX(1px);
      opacity: 1;
    }
    25% {
      transform: translateX(-1px);
      /* opacity: .75; */
    }
    50% {
      transform: translateX(1px);
      opacity: .5;
    }
    75% {
      transform: translateX(-1px);
      /* opacity: ; */
    }
  }
  .preview-box {
    position: relative;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    padding: 5px;
    width: 100px;
    text-align: center;
}

.preview-box img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
}

.preview-box .remove-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
}
.task-detail {
    cursor: pointer;
  }
  .position-relative{
    overflow: hidden;
  }
  .modal-open {
    overflow: auto;
}
.image-group{
    display: flex;
    align-items: center;
    gap: 3px;
    max-width: 250px;
    flex-wrap: wrap;
    overflow: auto;
    min-width: 175px;
}
/* proposal css starts */
.card .card-header .btn:not(.note-btn) {
    border-radius: .25rem;
}
.card{
    border-radius:8px;
}
.card-header{
    background:transparent;
    border:none;
    position:relative;
}
.card .card-header {
    padding-right: 0;
}
.ppl-fp{
    position: relative;
}
.ppl-title h1{
    color: #231F20;
    font-size: 1.8rem;
    padding: 1rem 7rem;
}
.ppl .card .card-header {
    box-sizing: content-box;
    justify-content: center;
}

.ppl-title h1 {
    color: #231F20;
    font-size: 1.8rem;
    padding: .5rem 7rem;
}
.ppl-title h5 {
    color: #231F20;
    font-size: 1.4rem;
    padding: .5rem 4rem;
}

.ppl .card .card-header {
    box-sizing: content-box;
    justify-content: center;
}
@media print {
    .a4s {
        width: 100vw;
        page-break-after: always; 
        margin-left: -27px !important;
        margin-top: 0 !important;
    }
     .temp-pplbody{
        width: 100%;
        min-height: 71rem;
        position: relative;
    } 
}
.a4s{
    /* border: 1px solid #e5e5e5; */
    box-shadow:2px 3px 5px rgba(0, 0, 0, .1);
}
.dropdown .dropdown-item {
    color: #040707 !important;
    text-transform: capitalize;
}
.ppl-logo {
    width: 100%;
    height: 20%;
    background: #000;
    padding: 2.5rem 0;
    position: relative;
}

.ppl-title {
    background: #FFDE17;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -1.75rem;
    transform: translate(-50%, 0);
}

.ppl-info {
    width: 100%;
    height: 25%;
}
.ppl-cli{
    position: relative;
    text-align: center;
}
.ppl-cli .ppl-title{
    top: 1.75rem;
    bottom: auto;
    z-index: 1;
}
.ppl-list{
    width: 85%;
    border: 2px dashed #939393 !important;
    border-radius: 20px;
    /* overflow: hidden; */
    padding: 15px;
    margin: 0 auto;
}
.ppl-logo figure {
    width: 12rem;
    display: inline-block;
    overflow: hidden;
}

.ppl-logo figure img {
    width: 100%;
    height: 100%;
}
.ppl-cvr{
    margin: 15rem 0 0rem;
    border-top: 1rem solid #000;
    padding: 1rem 0 1rem;
    position: relative;
    text-align: center;
    min-height: 35rem;
}
.ppl-cvr figure{
    height: 20rem;
    padding: 0 0 2rem;
    border-bottom: 3rem solid #FFDE17;
    position: relative;
}
.ppl-cvr figcaption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ppl-cvr figcaption :is(h3, h4, h5, h6){
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    color: #fff;
}
.ppl-cvr figure img{
   object-fit: cover;
}

.hcnslogan {
    color: #FFDE17;
    font-family: "Noto Sans", sans-serif;
}

.ppli-list, .ppl-list {
    justify-content: space-around;
}

.ppli-list li {
    width: calc(20% - 1.5rem);
    border: 2px solid #000;
    border-radius: .5rem;
    margin: 0 0 1.5rem;
    padding: 15px 5px 5px 5px;
    text-align: center;
}
.ppl-list li {
    width: calc(20% - 1.5rem);
    border-radius: .5rem;
    margin: 0 0 1.5rem;
    padding: 15px 5px 5px 5px;
    text-align: center;
}

.ppli-list li figure {
    width: 5rem;
    overflow: hidden;
}
.ppl-list li figure {
    width: inherit;
    height: 6rem;
}
.ppl-list li figure img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.ppli-list li figure img {
    width: 100%;
    height: 100%;
}

.ppli-list li:not(:nth-last-child(-n+1)) {
    /* margin-bottom: 0 1.5rem !important; */
}
.ppli-list li p {
    font-weight: 700 !important;
}
@media(max-width:850px){
    .ppli-list li{
        width:calc(25% - 1.5rem);
    }
}
@media(max-width:640px){
    .ppli-list li{
        width:calc(33.3% - 1.5rem);
    }
    .temp-pplft {
        flex-wrap: wrap;
    }
    .ppl-wm {
        border-right: none;
    }
    .ppl-fpft{
        padding: 2rem 2rem 0 2rem !important;
        margin-bottom:  2rem !important;
    }
}
@media(max-width:480px){
    .ppli-list li{
        width:calc(100% - 1.5rem);
    }
    .ppl-fpft{
        padding: 1rem 1rem 0 1rem !important;
        margin-bottom:  1rem !important;
    }
}
.ppli-list li figure{
    width:5rem;
    overflow: hidden;
}
.ppli-list li figure img{
    width: 100%;
    height: 100%;
}
.ppli-list li:not(:nth-last-child(-n+1)){
    /* margin-bottom: 0 1.5rem !important; */
}
.ppli-list li p{
    font-weight:700 !important;
}
.fpft-list{
    border-top: 1px solid #58595B;
}
.fpft-list li p{
    font-size: 1rem !important;
    font-weight:500 !important;
    color: #58595B;
}
.fpft-list li ul li img{
    width: 1.5rem;
}
.list-group .list-group-item,
.list-inline .list-inline-item{
    border:none;
    background: transparent;
    padding: 0 0.75rem;
}
figure{
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
    }
}
.a4s + .a4s{
    margin-top: 1.5rem;
}
.temp-pplhead{
    width: 100%;
    height: 2rem;
    background: #040707;
    margin: 4.2rem 0 5rem;
    padding-left: 3rem;
    position: relative;
    display: inline-block;
}
.temp-pplhead:before, .temp-pplhead:after{
    width: 100%;
    height: 2rem;
    background: #FFDE17;
    content: "";
    position: absolute;
    left:0;
    right: 0;
}
.temp-pplhead:before{
    bottom:100%;
}
.temp-pplhead:after{
    top: 100%;
}
.temp-pplhead figure{
    width: 10.5rem;
    height: 10.5rem;
    border: 1rem solid #fff;
    border-radius: 100%;
    overflow:hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.temp-pplhead figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temp-ppltitle{
    position: relative;
    transition: all linear 0.3s;
}
.temp-pplbody:hover .temp-action,
.temp-ppltitle:hover .temp-action{
    opacity: 1;
    transition: all linear 0.3s;
}
.temp-action {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.temp-pplbody{
    width: 100%;
    position: relative;
}
.temp-pplbody:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    /* background-image: url(../../../assets/images/logo.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    filter: grayscale(.75);
    opacity: .025;
}
.ppl-doc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ppl-doc figure{
    width: 45%;
    height: 350px;
    /* border: 1px solid #ccc; */
    overflow: hidden;
    background: #e7e7e7;
}
.ppl-doc figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map-wpr{
    display: flex;
    flex-wrap: wrap;
}
.ppl-map{
    margin: 15px;
    width: calc(50% - 30px);
}
.ppl-map figure{
    width: 95%;
    height: 200px;
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
}
.ppl-map figure img{
   object-fit: contain;
}
.temp-pplft img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.temp-trap{
    width: 12rem;
    min-height: 2.5rem;
    background: #040707;
    display: inline-block;
    position: relative;
}
.temp-trap:after{
    width: 0;
    height: 0;
    border-left: 2.5rem solid #040707;
    border-top: 2.5rem solid transparent;
    border-bottom: 0px solid transparent;
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 999;
}
.temp-pplft:before, .temp-pplft:after{
    width: 100%;
    height: 1rem;
    background: #040707;;
    content: "";
    position: absolute;
    left:0;
    right: 0;
}
.temp-pplft:before{
    bottom:100%;
}
.temp-pplft:after{
    top: 100%;
}
.temp-pplft a{
    color: #040707;

    &:hover{
        color: #444;
        text-decoration: none;
    }
}
.ppl-wm{
    padding: .5rem 0;
    color: #040707;
    border-right: 1px solid #040707;
    display: inline-block;
}
.ppl-wm a{
  display: flex;
  align-items: center;
}
.ppl-ap{
    padding: .5rem 0;
}
/* proposal css ends */
@media print {
    #mainPage, #mainPage *, #officialMap, #officialMap * {
      visibility: visible;
      /* width: 100%; */
    }
    #mainPage {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .marginBottom {
    margin-bottom: 4rem;
  }
  @media(max-width:850px){
    .ppli-list li{
        width:calc(25% - 1.5rem);
    }
}
@media(max-width:640px){
    .ppli-list li{
        width:calc(33.3% - 1.5rem);
    }
    .temp-pplft {
        flex-wrap: wrap;
    }
    .ppl-wm {
        border-right: none;
    }
    .ppl-fpft{
        padding: 2rem 2rem 0 2rem !important;
        margin-bottom:  2rem !important;
    }
}
@media(max-width:480px){
    .ppli-list li{
        width:calc(100% - 1.5rem);
    }
    .ppl-fpft{
        padding: 1rem 1rem 0 1rem !important;
        margin-bottom:  1rem !important;
    }
}
#mainDiv {
    width: 100%;
    min-height: 210mm;
    padding: 0;
    background: white;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .no-break {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .no-break {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}


table, tr, td {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}

  .page-break {
  page-break-before: always; 
  break-before: page;       
  display: block;
}

  .html2pdf__page-break {
    height: 40px;
    display: block;
    page-break-before: always;
  }
/* stmain starts */
.temps {
    height: 800px !important;
}

.stmain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sm-mid {
    width: 12em;
    height: 12em;
    background: #FFDE17;
    border: 5rem solid transparent;
    border-radius: 100%;
    position: relative;
    /* animation: rotateCircle 10s linear infinite;  */
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.sm-mid ul {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sm-mid ul li {
    width: 3px;
    height: 8em;
    background: #FFDE17 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0% 0%; /* Change transform origin to top-left */
    margin: 0 !important;
    padding: 0 !important;
}

/* Dynamic rotation for list items */
.smc{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translatex(-50%);
}
.simg{
    width: 11em;
    height: 7rem;
    background: #FFDE17;
    border-radius: 2rem 2rem .5rem .5rem;
}
.simg img{
   object-fit: contain;
}
.stxt{
    margin-top: 1rem;
}
.tf-mcq {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 50%;
}
.temps .tf-txt-center {
    /* bottom: 0; */
    top: 0;
    position: static;
    transform: none;
}
.temps .tf-txt-center.heading h1 {
    /* font-family: 'BishwaGanesh'; */
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.tf-img-mcq{
    width: 25rem;
    height: 25rem;
    margin-bottom: 3rem;
}
.tf-img-mcq img{
    width: inherit;
    height: inherit;
   object-fit: contain;
   /* margin-bottom: 5rem; */
}
.tf-txt-sub-mcq {
    position: absolute;
    bottom: 10%;
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
    left: 0;
    right: 0;
}
.tf-txt-sub-mcq aside{
   display: flex;
   flex-wrap: wrap;
}
.tf-txt-sub-mcq aside h4{
   width: 50%;
   color: #fff;
   padding: 1rem 1rem;
   border: 2px solid #FFDE17;
   /* background: #000; */
   font-weight: 400;
   font-size: 1.25rem;
   margin-bottom: 10px;
}
.tf-txt-sub-mcq aside h4:nth-child(1){
  border-radius: 8px;
}
.tf-txt-sub-mcq aside h4:nth-child(2){
    border-radius: 8px;
}
.tf-txt-sub-mcq aside h4:nth-child(3){
    border-radius: 8px;
}
.tf-txt-sub-mcq aside h4:nth-child(4){
    border-radius: 8px;
}
.tf-txt-sub-mcq aside h4:nth-child(odd){
    width: calc(50% - 10px);
    margin-right: 10px;
}
.tf-txt-sub-mcq aside h4:nth-child(-n+2){
    margin-bottom: 20px;
}
/* stmain ends */
.temp-agmt ol li{
    display: inline-block;
    /* display: flex; */
    vertical-align: top;
}
.temp-agmt ol li p + p{
    display: inline-block;
}
.avoid-break {
    page-break-inside: avoid;
    break-inside: avoid;
}

.force-page-break {
    page-break-before: always;
    break-before: page;
}
.d-inline-block.top-align{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0;
    text-align: justify;
}
.col-p {
    break-inside: avoid;
    page-break-inside: avoid;
}
.agContent {
    width: 90% !important;
    /* display: block; */
    text-align: justify;
}

.col-p {
    display: inline-block;
    /* width:% !important; */
    vertical-align: top;
    margin: 0;
    text-align: justify;
}
.col-p:nth-child(1) {
    width:10% !important;
}
.col-p:nth-child(2) {
    width:100% !important;
}
.os-body{
    min-height: calc(1080px - 5rem);
    border: transparent;
}
.nav-item button:focus, .nav-item button:active, .nav-item button:hover {
    outline: none;
}
.vchair, .vlogo, .vtrapezoid{
    position: absolute;
    right: 0;
}
.vtrapezoid {
    margin-top: -2rem;
    margin-bottom: -2rem;
    border-bottom: 1000px solid #231f20;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    height: 0;
    width: 420px;
}
.vlogo{
    width: 150px;
    height: 150px;
    right: 5%;
    transform: translate(-50%, -50%);
    top: 10%;
    margin-bottom: 0;
}
.vlogo img{
    object-fit: contain;
}
.vchair{
    width: 275px;
    height: 275px;
    border-radius: 100%;
    border: 3px solid #231f20;
    padding: 3px;
    background-color: #FFDE17;
    box-shadow: 0 0 0 6px #FFDE17;
    right: 0;
    top: 50%;
    transform: translate(-26.5%, -50%);
    text-align: center;
}
.vchair figure{
    width: 250px;
    margin: -50px auto 0;
}
.vreq article h6 {
    color: #FFDE17;
}
.vreq article + article {
    margin-top: 20px;
}
.vreq article [class*='fa-'] {
    color: #FFDE17;
    font-size: 8px;
}
.vreq article span {
    color: #fff;
    font-size: 15px;
    text-align: justify;
}
.vhire-title{
    margin-left: calc(-2rem - 15px);
    position: relative;
}
.vht-text > *{
   padding-left: 200px !important;
}
.vht-text h2{
    color: #231f20;
}
.vhire-title figure{
    width: 115px;
    height: 115px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
}
.vbtm-info{
    background: #231f20;
    /* margin: 0 -2rem; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.vbtm-info li:not(:nth-last-child(-n+1)){
    margin-bottom: 8px;
}
.vbtm-info [class*='fa-'] {
    width: 25px;
    height: 25px;
    border-radius: 100% ;
    background: #FFDE17;
    color: #231f20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.qr-yellow{
    filter: invert(78%) sepia(98%) saturate(1500%) hue-rotate(1deg);
}
.qr-white{
    filter: invert(100%);
}
/* for business profile page */
.a4-page {
    width: 210mm;
    min-height: auto;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.bp-page .bp-head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    height: 250px;
    place-items: center;
}

.bp-page .header-text {
    background-color: #fdf8f4;
    padding: 40px;
    border-left: 15px solid #ffcc02;
}

.bp-page .header-text h1 {
    font-size: 32pt;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.bp-page .subtitle {
    font-weight: 600;
    color: #000;
    font-size: 12pt;
}

.bp-page .divider {
    width: 40px;
    height: 2px;
    background: #333;
    margin: 15px 0;
}

.bp-page .tagline {
    font-size: 10pt;
    font-style: italic;
    color: #555;
}

.header-image {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    overflow: hidden;
}
.bp-page .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Layout */
.bp-page .content-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30mm;
    padding: 15mm;
}

.bp-page h3 {
    font-size: 11pt;
    color: #1a1a1a;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.bp-page .overview-box {
    background-color: #fdf8f4;
    padding: 15px;
    margin-bottom: 20px;
}

.bp-page .bp-section {
    margin-bottom: 20px;
}

.bp-page p, .bp-page li {
    font-size: 10pt;
    line-height: 1.5;
    color: #444;
}

.bp-page .list {
    list-style: none;
}

.bp-page .list li::before {
    content: "■";
    color: #ffcc00;
    margin-right: 8px;
    font-size: 8pt;
}

.bp-page .workflow {
    font-weight: bold;
    color: #000;
    font-size: 9pt;
}

/* Contact Footer Area */
.bp-page .contact-box {
    background-color: #fdf8f4;
    padding: 15px;
    border-left: 10px solid #ffcc00;
    margin-top: 20px;
}

.bp-page .contact-box p {
    font-size: 9.5pt;
    margin-bottom: 4px;
}
.bp-cover .header-container {
    position: relative;
    height: 600px; 
    width: 100%;
    background: #050505; 
}
.bp-cover .yellow-arc {
    position: absolute;
    bottom: -100px;
    left: -10%;
    width: 120%;
    height: 400px;
    background-color: #ffcc00;
    border-radius: 50%;
    z-index: 1;
}

.bp-cover .white-arc {
    position: absolute;
    bottom: -120px;
    left: -10%;
    width: 120%;
    height: 400px;
    background-color: white;
    border-radius: 50%;
    z-index: 2;
}
.bp-cover .white-sec-arc {
    position: absolute;
    bottom: -140px;
    left: -10%;
    width: 120%;
    height: 400px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3;
    /* box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2);  */
}
.bp-cover .org-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    background-color: white;
    border-radius: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    border: 10px solid #000;
}
.bp-cover .bp-content {
    flex-grow: 1;
    padding: 40px;
    z-index: 3;
    position: relative;
    text-align: center;
}
.bp-cover .bp-title{
    display: inline-block;
    background: #000;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    z-index: 4;
    position: relative;
}
.bp-cover .bp-title h3{
    color: #ffcc00;
    text-transform: uppercase;
}

.bp-cover .bpc-title{
    display: inline-block;
    background: #000;
    padding: 1rem 2rem;
    border-radius: 8px;
    width: 250px;
    z-index: 4;
    position: relative;
}
.bp-cover .bpc-title h1{
    color: #ffcc00;
    text-transform: uppercase;

}
.bp-cover .bp-pre{
    margin:60px 0;
}
.bp-cover .bp-pre :is(h4, h5){
   color: #000;
}
.bp-cover .bp-pre h4{
   font-weight: 900;
}
.bp-cover .bp-contact{
    background: #000;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 30px;
}
.bp-cover .bp-contact p{
    color: #fff !important;
    line-height: 1.6;
}
.bp-cover .bp-contact aside + aside{
    background: #fff;
    color: #000 !important;
    padding: 0 !important;
    border-radius: 8px;
}
.bp-cover .bp-contact aside span{
    background: #ffcc00;
    color: #000;
   padding: 2px 10px;
   border-radius: 8px;
}
.bp-cover .bp-contact aside img{
    width: 15px;
    margin-left: 5px;
}
.bp-cover .bp-contact aside + aside img{
    width: 20px;
}
.bp-cover .footer-black {
    height: 30px;
    width: 100%;
    background-color: #000;
}

/* Print Settings */
@media print {
   
    .a4-page {
        box-shadow: none;
        margin: 0;
        width: 210mm;
        min-height: auto;
        box-sizing: border-box;
    }
    body, html {
        margin: 0;
      }
}
p.nameold {
    position: absolute;
    left: calc(100% + 50px);
    display: flex;
    width: calc(100% + 100%);
    margin-bottom: 0;
}
#letterHeadForm .temp-pplbody {
    min-height: 50rem;
}
/* .card-revenue .card-header{
    background-color: black;
    color: #FFDE17 !important;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #FFDE17;
} */
/* .card-revenue .card-header h4{
    color: #FFDE17 !important;
    font-size: 16px;
} */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  


    