/*
Theme Name: cyber-security-services-child
Template: cyber-security-services
*/

#overlay:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    height: 120px;
    border: 10px solid black;
    border-color:  grey transparent grey;
    border-radius: 50%;
    animation: loader 1s linear infinite;
    z-index: 999999999;
}

#overlay {
    background-color: white;
    opacity: 0.5;
    z-index: 20;
    pointer-events: none;
}

@keyframes loader {
    0% {
    transform: translate(-50%,-50%) rotate(0deg);
    }
    100% {
    transform: translate(-50%,-50%) rotate(360deg);
    }
}
.entry-content{

    margin-left: 0px;
    margin-right: 0px;
}

ul{
    list-style-type: none;
}

.error-message{
    color:red;
}

.list-group-item.active {
    z-index: 0;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.site-info{
    display:none;
}


li{

        font-size: 30px;
}

.inner-li{
        font-size: 20px;
}


.appen_32_mod2048{

    margin-left: 38px;
}

.appen_32_mod3072{

    margin-left: -227px;
}



.appen_32_mod4096{

    margin-left: -80px;
}


.appen_34_mod2048{
    margin-left: 40px;
}



.appen_34_mod3072{
    margin-left: -602px;
}

.appen_34_mod4096{
    margin-left: -79px;
}

.appen_35_mod2048{
    margin-left: 38px;
}


.appen_35_mod3072{
    margin-left: -641px;
}

.appen_35_mod4096{
    margin-left: -87px;
}


.sigen_mod2048{
    margin-left: 33px;
}

.sigen_mod3072{
    margin-left: 35px;
}

.sigen_mod4096{
    margin-left: 38px;
}

.gen_pkcs_mod2048
{
    margin-left: 36px;
}

.gen_pkcs_mod3072
{
    margin-left: 35px;
}

.gen_pkcs_mod4096
{
    margin-left: 35px;
}

.sigver_mod1024{
    margin-left: 40px;
}

.sigver_mod2048{
    margin-left: 38px;
}

.sigver_mod3072{
    margin-left: 38px;
}

.sigver_mod4096{
    margin-left: 38px;
}

.sigver_pkcs_mod1024{
    margin-left: 40px;
}

.sigver_pkcs_mod2048{
    margin-left: 38px;
}

.sigver_pkcs_mod3072{
    margin-left: 38px;
}

.sigver_pkcs_mod4096{
    margin-left: 38px;
}

#uploadBtn{
    height: 57px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 2;
    width: 30%;
}

.create_organization input,
.create_organization select{
    width: 100%;
    margin-bottom: 10px;
}

.create_organization input[type="button"] {
    margin-right: 5px;
}

.create_organization input[type="button"]:last-child {
    margin-right: 0;
}

/* Pagination Container */
.pagination {
    margin-top: 20px;
    margin-left: auto; /* Align to the right side */
    text-align: right !important;
}

/* Pagination Links */
.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
}

/* Current Page Link */
.pagination .page-numbers.current {
    background-color: #0fa5bf;
    color: #fff;
}

/* Previous and Next Links */
.pagination .prev,
.pagination .next {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
}

/* Previous and Next Arrow Icons */
.pagination .prev:before,
.pagination .next:after {
    content: '\2190'; /* Left Arrow */
    font-family: Arial, sans-serif;
}

.pagination .next:after {
    content: '\2192'; /* Right Arrow */
}
.row {
    align-items: center; /* Vertically center items in the row */
}

/* Adjust spacing between search box and buttons */
.col-md-6:not(:last-child) {
    margin-bottom: 10px;
}
  div.dt-container .dt-search input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
    width: 50%;
    margin-bottom: 18px;
  }

.outer-div {
    display: none;
  }


  .swal2-modal{
    margin-top: 118px;
}
/* for vendior form */

.vendor_container,.user_container,.oe_container{
    background: white;
    width: 70%;
    padding: 25px;
    margin: 50px auto 0;
    border-top:  solid rgb(6 147 227);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.5);
}


.vendor_container,.user_container,.oe_container h2{

    line-height: 24px;
    padding: 30px;
    text-align: left;
}

.oe-details-table{
    width:100%;
}
.input-name{
    width: 90%;
    position: relative;
    margin: 20px auto;
}

.vendor_form_field{

    width: 45%;
    padding: 8px 0px 8px 40px;
}

.input-name span{
    margin-left: 35px;
}

.link_user_class{
    margin-left: 140px;
}

#destSelect,#sourceSelect{
    height: 110px;
}

#edit_destSelect,#edit_sourceSelect{
    height: 110px;
}

#goBack{
    height: 42px;
}

#edit_goBack{
    height: 42px;
}

#edit_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#add_email_link,#add_email_link_for_edit{
    font-size: 25px;
    float: right;
    text-decoration: none;
    margin-top: -6px;
    margin-right: -28px;
}

#remove_email_link_for_edit{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -48px;
    margin-right: -45px;
}

#add_phone_link,#add_phone_link_for_edit{
    font-size: 25px;
    float: right;
    text-decoration: none;
    margin-top: -6px;
    margin-right: -28px;
}

#add_address_link,#add_address_link_for_edit{
    font-size: 25px;
    float: right;
    text-decoration: none;
    margin-top: -5px;
    margin-right: -28px;
}

#metadata-btn{
    height: 37px;
}


#remove_address_link,#remove_address_link_for_edit{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -139px;
    margin-right: -45px;
}





#dep_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


.menu-bar{
    background-color: lightgrey;
    text-align: center;
    height: 80px;
  }
  .menu-bar ul{
    display: inline-flex;
    list-style: none;
    color: #fff;
  }
  .menu-bar ul li{
      width: 395px;
      margin: 2px;
      padding: 16px;
  }

  .menu-bar ul li a{
    text-decoration: none;
    color: #fff;
  }

  .sub-menu-1{
    display: none;
  }

  .menu-bar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: grey;
    margin-top: 15px;
    margin-left: -15px;
  }
  .menu-bar ul li:hover .sub-menu-1 ul{

    display: block;
    margin: 10px;
  }

  .menu-bar ul li:hover .sub-menu-1 ul li{
    width: 200px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
  }

  .menu-bar ul li:hover .sub-menu-1 ul li:last-child{
      border-bottom: none;
  }

  .menu-bar ul li:hover .sub-menu-1 ul li:last-child{
      color: #b2ff00;
  }

  #importBtn{
    margin-right: 12px;
  }

  #import_popupForm, #vendorsearch_popupForm, #usersearch_popupForm, #oesearch_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#importUserBtn{
    margin-right: 155px;
    margin-top: -83px;
}

#module-div{
    margin-top: 100px;
    display: none;
}


.radio-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: -33px;
}
.radio-container label {
    margin-right: -13px;
}


.radio-class{
    margin-right: -3.5em;

}

#metadat-action-buttons{
    margin-top: -39px;
    margin-right: 694px;
}


#oe_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#oe2_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#validation_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#oe_edit_form{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


.lableclass{
    float: left;
    font-size: 20px;
    font-family: -webkit-body;
}


/* newly added css*/

#remove_email_link{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -52px;
    margin-right: -47px;
}



#remove_email_link_for_edit{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -53px;
    margin-right: -45px;
}

#remove_phone_link_for_edit{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -9px;
    margin-right: -45px;
}


#form_creation_popup{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


.vendor_container2{
    background: white;
    width: 830px;
    padding: 25px;
    margin: 174px auto 0;
    border-top:  solid rgb(6 147 227);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.5);
}


#rebranding_popup{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


#remove_phone_link{
    font-size: 36px;
    float: right;
    text-decoration: none;
    margin-top: -8px;
    margin-right: -45px;
}





#upload_module_popupForm{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.um-right{
        display: none !important;
}


.fipsrsaval{
    margin-left: 25px !important;
}




.collapsible {
    background-color: #d13b5b;
    color: white;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 16px;
}

.collapsible.active, .collapsible:hover {
    background-color: #d83643;
}



/* Styling for individual address items */
.address-url-item {
    margin-bottom: 10px;
}

.address-url-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.address-url-info label {
    display: inline-block;
    width: 100%;
}

.address-details {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    display: block;
}

input[type="checkbox"] {
   margin-left: 10px;

}

.user-table-container {
    margin-top: 20px;
}

/* Styling for the user table */
.user-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

/* Header styling */
.user-table thead th {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

/* Row styling */
.user-table tbody tr {
    border-bottom: 1px solid #ddd;
}

/* Cell styling */
.user-table tbody td {
    padding: 10px;
    text-align: left;
}

/* Highlight rows on hover */
.user-table tbody tr:hover {
    background-color: #f9f9f9;
}

/* Checkbox column styling */
.user-table td:first-child {
    text-align: center;
}

/* Even row background color for better readability */
.user-table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

/* Add some spacing around the table */
.user-table {
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .user-table {
        font-size: 12px;
    }
    .user-table thead th,
    .user-table tbody td {
        padding: 8px;
    }
}


.container {
    width: 1400px;
    max-width: 100%;
}
