

/*
Custom Styles
*/

.pos-fa-font{

    font-size: 20px !important;
} .pos-pagination .pos-page-item {
      margin-right: 0;
      margin-left: 0;
  }
.pos-overflow-x{
    overflow-x: auto;
}
.pos-upload-box-ht {
    min-height: 125px;
}

.pos-logo-image-upload > input {
    display: none;
}
.pos-img-box {

    border:1px dashed lightgrey;
    min-height:120px;

}
.pos-icon-logo-box {

    border:1px dashed lightgrey;
    min-height:60px;

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

.pos-upload-box{
    min-height:125px;
}

.pos-fa-font{
    font-size:20px;

}
.pos-doc-upload {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .text-center-sm {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

.card.card-style.app-settings {
    max-width: 700px; /* Adjust the max-width to your desired size */
    margin: 0 auto; /* Center align the card */
    padding: 20px; /* Optional: Add padding for spacing */
}

@media (max-width: 768px) {
    .card.card-style {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

.unauthorized-access {

    color: #721c24;
    border-color: #f5c6cb;
}
.unauthorized-access .icon {
    color: #f44336;
}
.unauthorized-access h4 {
    margin-bottom: 1rem;
}
.unauthorized-access p {
    margin: 0;
}

.custom-card {
    max-width: 567px;
}