﻿body {
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}



.ais_headerLogo {
    width: 10% !important;
}

.w-90 {
    width: 90%;
    margin: 2% auto;
}

.hrms_Logo {
    font-size: 20px;
    font-weight: bold;
    color: gray;
}

.solidButton {
    background: #F7A91D !important;
    color: white;
    width: 100% !important;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
}

    .solidButton .active {
        background: #F7A91D;
        color: white;
        width: 100% !important;
        box-shadow: none;
        border: none;
        border-radius: 5px;
    }

    .solidButton:hover {
        background: #F7A91D;
        color: white;
        box-shadow: none;
        width: 100% !important;
        border: none;
        border-radius: 5px;
    }

.outlineButton {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F7A91D !important;
}

    .outlineButton:hover {
        background: #F7A91D;
        color: white;
    }

.draftButton {
    text-align: right;
}

.BorderSection {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
}

.form-select {
    padding: 10px !important;
}

.form-select {
    border: 1px solid orange !important;
    /* padding: 20px !important; */
}

.form-control.select2 {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 10px !important;
    width: 20px;
}

.select2-container .select2-selection--single {
    padding: 5px !important;
    height: 100% !important;
    border: 1px solid orange;
    background: #FFFAF0;
    border-radius: 5px;
}

.select2-container {
    width: 100% !important;
}

.red_Staric {
    color: red;
}

.form-control {
    padding: 10px !important;
    
    border: 1px solid orange !important;
    background: #FFFAF0 !important;
}

.educationalCheckBox {
    padding-top: 40px;
}

.relativesCheck {
    display: flex;
}

.form-check-label {
    padding-right: 40px;
}
/* validation */
.error-message {
    color: red;
}

.is-invalid {
    border-color: red !important; /* Customize the style for invalid fields */
}

.hidden {
    display: none;
}

.error input,
.error select,
.error textarea {
    border-color: red;
}

.error label.error {
    display: block;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.error {
    color: red;
}

@media (max-width:767px) {
    .ais_headerLogo {
        width: 30%;
    }
}

.addFileButton {
    background-color: #f7a91d !important;
    border:none !important;
}
/*.buttonDiv{
    padding-top:45px !important;
}*/

.portalLogo {
    width: 180px;
    max-height: 50px !important;
}
.sideBar_Header{
    padding-top: 50px;
}
.sideBar_Header span{
    font-weight:bold;
    font-size:20px
}
.forPaddingTop {
    padding-top: 50px;
}
.reviewExport {
    width: 100%;
    background-color: #FFFAF0;
    color: black;
    border: 1px solid orange;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
    font-weight:600;
}
    .reviewExport:hover {
        background-color: #FFFAF0 !important;
        box-shadow: none !important;
        color: black !important;
        border: 1px solid orange !important;
    }
    .reviewExport .active {
        background-color: #FFFAF0 !important;
        box-shadow: none !important;
        color: black !important;
        border: 1px solid orange !important;
    }
.filterButton {
    width: 100%;
    background-color: #FFFAF0;
    color: black;
    border: 1px solid orange;
    border-radius: 10px;
    box-shadow: none;
    padding:10px;
    font-weight:600;
}
    .filterButton:hover {
        background-color: #FFFAF0 !important;
        box-shadow: none !important;
        color: black !important;
        border: 1px solid orange !important;
    }
.tableDiv{
    height:600px;
}
.table thead tr th {
    background-color: #FFFAF0 !important;
    padding: 15px;
    font-weight: 400 !important;
}
.table  tbody tr td {
    border-radius:0px !important;
    padding:25px;
}
.table thead tr th {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.reviewTable {
    box-shadow: 1px 1px 7px 2px lightgray !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;

}

.tab {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px orange;
    background-color: #FFFAF0;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 17px;
        width:100%;
        font-weight:bold;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #FFFAF0;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #FBD48E;
        }

/* Style the tab content */
.tabcontent {
    display: none;
   
    
   
}
.fieldTabContent{
    padding-top:30px;
}
.forInputSpace {
    margin-top: 5px !important;
}
.randomTitle{
    font-weight:bold;
    padding-left:20px;
}
.borderDiv {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.viewCheckBox{
    padding-top:20px !important;
}
.activeCheck{
    margin-top:15px;
}
.form-select {
    background-color: #FFFAF0;
}
/* Style the checkbox */
.form-check-input {
    appearance: none; /* Remove default styling */
    width: 20px; /* Set width */
    height: 20px; /* Set height */
    background-color: #f0f0f0; /* Set background color */
    border: 1px solid #ccc; /* Set border */
    border-radius: 4px; /* Optional: rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

    /* Style the checkbox when checked */
    .form-check-input:checked {
        background-color: orange; /* Set background color when checked */
        border-color: orange; /* Set border color when checked */
        content: '\2713'; /* Optional: Add checkmark (✔) */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        /* Add a checkmark symbol (optional) */
        .form-check-input:checked::before {
            content: '\2713';
            color: white; /* Color of the checkmark */
            font-size: 16px; /* Size of the checkmark */
        }
.badge-number{
    background-color: orange !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #FFFAF0 !important;
    color: black !important;
}
.removeButton{
    border-radius:10px !important;
    width:100% !important;
}
.page-item{
    padding: 0px 10px 0px 10px !important;
}
.paginationDiv{
    float:right ;
}
.page-link {
    border-radius: 10px !important;
    color: black !important;
    background-color: #FFFAF0 !important;
}
.editSecondSection {
    display: none;
}
.editOtherInfoModalIcon{
    text-align:right !important;
}
.whitePen{
    background-color:orange;
    padding:10px;
    border-radius:10px;
}
.modalButton {
    padding: 0px !important;
    background-color: white !important;
    border: none !important;
}
.modalSolidFooterButton {
   
    background: #F7A91D;
    padding:8px;
    color: white;
 
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
    .modalSolidFooterButton:hover {
        background: #F7A91D;
        color: white;
    }
.modalOutlineFooterButton {
    border-radius: 10px;
    padding: 8px;
    color:orange;
    background-color:white !important;
    border: 1px solid #F7A91D !important;
}
.custom-dropdown {
    width: 350px !important;
    padding:20px !important;
    margin-top:10px !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on iOS */
}

.table thead, .table tbody {
    white-space: nowrap; /* Ensures that table contents don't wrap and forces horizontal scroll */
}

.btn-warning{
    background:red !important;
    color:white !important;
}

.ePI-p {
    padding: 0px 10px 10px 10px ;
}
.modalClose{
    background-color: white;
    border:1px solid orange;
    color:orange;
}
    .modalClose:hover {
        background-color: white;
        border: 1px solid orange;
        color: orange;
    }
    .modalUpdate {
        background-color: orange !important;
        color: white;
        border: 1px solid orange;
    }
.modalUpdate:hover{
    background-color: orange !important;
    color: white;
    border: 1px solid orange;
}
.reasonFooter {
    padding: 0px 15px 15px 15px !important;
}

.dataTables_filter {
    display: none !important;
}
.dataTables_length{
    display:none !important;
}
.img-fluid {
    height: 400px !important;
    text-align: center !important;
    width: 100% !important;
}
.template-row {
    display: none;
}