﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/



.modal-subter-update .modal-content {
    border-radius: 12px;
    padding: 10px 15px;
}

.modal-subter-update-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.modal-subter-update-subtitle {
    font-size: 14px;
    color: #ff6600;
    margin-bottom: 15px;
    text-align:center;
}

.modal-subter-update-input {
    border-radius: 18px;
    /*border: 1px solid #ccc;*/
    padding: 14px;
}

.modal-subter-update-button {
    background-color: #ff6600;
    color: white;
    border-radius: 20px;
    font-size: 16px;
}

    .modal-subter-update-button:hover {
        background-color: #e55a00;
    }

.modal-subter-update .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 16px;
    border: 1px solid #ced4da; /* Bootstrap border color */
    padding: 4px 12px;
}
/* Fix vùng click full cho Select2 v2 */
.modal-subter-update .select2-container .select2-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto; /* cho padding ăn full */
    min-height: 38px; /* đảm bảo không quá thấp */
    padding: 10px; /* padding dày theo yêu cầu */
    border: 1px solid #ccc; /* viền xám */
     /* bo tròn */
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "BeVietnamPro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.modal-subter-update .select2-container {
    border-radius: 18px !important;
}
/* Arrow tuyệt đối, nằm giữa chiều cao */
.modal-subter-update .select2-container .select2-choice .select2-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 16px; /* icon size */
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-subter-update .select2-container .select2-choice {
    display: block;
    height: 30px;
    /*padding: 2px 0 0 8px;*/
    overflow: hidden;
    position: relative;
    border: none;
    white-space: nowrap;
    line-height: 25px;
    color: #444;
    text-decoration: none;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    font-family: "BeVietnamPro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    height: fit-content;
    text-align: left;
}
