.error {
    color: #f25961 !important;
}
.btn-submit {
    border-width: 0;
}
.btn-model-data-new:focus,
.btn-model-data-new:hover {
    color: #ffffff !important;
}

.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-79 {
    width: 79%;
}
.form-control[readonly],
.form-control:disabled {
    background-color: transparent !important;
    font-weight: bold;
}
table tbody tr td iframe,
table tbody tr td video {
    width: 230px !important;
    height: 150px !important;
}

table tbody tr td p span{
    width: 75px !important;
    margin-bottom: 0 !important;
}

.select-input .dropdown-toggle,
.select-input:hover .dropdown-toggle,
.select-input:focus .dropdown-toggle,
.select-input:active .dropdown-toggle {
    border: 1px solid #ccc;
    outline: none;
}
.bootstrap-select .dropdown-menu {
    max-width: 100% !important;
    /* overflow-x:scroll !important */
}
.dropdown-item.active,
.dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: #ccc;
}

.link-container {
    display: inline-block;
    text-decoration: none !important;
}

.ff-div-file {
    width: 150px !important;
    height: 90px !important;
    background: url("../img/file.png") center center no-repeat;
    background-size: contain;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}
.ff-div-link {
    width: 150px !important;
    height: 90px !important;
    background: url("../img/link.png") center center no-repeat;
    background-size: contain;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.user-profile-container {
    background-color: #f8f9fa !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.user-profile {
    background-color: #ffffff !important;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

.user-profile td {
    padding: 10px;
    vertical-align: top;
    padding: 16px !important;
}