
/* body {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    background-color: #EBEBFA;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px 0px;
    border: 2px solid #FFFFFF;
    object-fit: cover;
    /* border-left: 3px solid #CC0B10; */
    /* border-bottom: 3px solid #159432; */
}

.profile-image-row {
    background: linear-gradient(200deg, rgba(2, 0, 36, 1) 0%, rgb(19 58 134) 0%, rgb(19 58 134 / 63%) 100%);
}

.profile-name {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.profile-handle {
    color: #999;
    /* font-weight: 300; */
    font-size: 10px;
    color: white;
}

.field-data {
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
}

.field-height {
    height: calc(1.5em + 0.75rem - 2px) !important;
}


input.field-data {
    background: #f9f9f9 !important;
    border: 1px solid #ebebeb;
}

.field-data.field-ad-input {
    border: 0;
    border-bottom: 1px solid #cccc;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
}

.field-title {
    color: #999;
    /* font-weight: 300; */
    font-size: 10px;
    text-align: justify;
}

.field-title.max-width {
    width: 100%;
}

.card {
    border-radius: 7px !important;
    box-shadow: 3px 3px 20px rgba(136, 165, 191, .2);
    background-color: #FFF !important;
    margin: 10px 0px 0px;
    /* text-align: center; */
    min-width: 160px;
}

.file-card {
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
    margin: 20px 0px 0px;
    text-align: left;
    min-width: 167px;
    min-height: 90px;
    font-size: 11px;
    padding: 10px;
    border: solid 1px;
}

.file-ribbon {
    width: 90px;
    font-size: 10px;
    padding: 4px;
    position: absolute;
    right: 4px;
    top: 13px;
    text-align: center;
    border-radius: 4px;
    /* transform: rotate(20deg); */
    /* background-color: #ff9800; */
    /* color: white;*/
  }

.stage-badge{
    font-size: small;
    width: 120px;
}

.no-margin {
    margin: 0 !important;
}

.mg-col {
    margin: 5px 15px;
    text-align: left;
}

.ad-badge {
    font-size: 11px !important;
    font-weight: 500 !important;
}

.invoice_lines_header {
    border: 1px solid #e6e6e6;
    font-size: 11px;
    text-align: center;
}

.invoice_lines_data {
    font-size: 11px;
    text-align: center;
}

/* By default, show FTD and hide MTD for both td and th */
td.FTD, th.FTD {
    display: table-cell;
}

td.MTD, th.MTD {
    display: none;
}

/* When screen size is 768px or below, hide FTD and show MTD for both td and th */
@media (max-width: 768px) {
    td.FTD, th.FTD {
        display: none;
    }

    td.MTD, th.MTD {
        display: table-cell;
    }
}

.line-with-text {
    border-top: 1px solid #c5c5c5; /* This creates the horizontal line */
    text-align: center; /* Aligns the text to the center */
    position: relative; /* Needed for absolute positioning of the text */
    margin: 10px 0; /* Adds some space around the line */
}

.line-with-text .text {
    background: #fff; /* Background color of the text, to overlap the line */
    position: absolute; /* Positions the text over the line */
    top: -10px; /* Adjusts vertical position of the text */
    left: 50%; /* Centers the text */
    transform: translateX(-50%); /* Ensures accurate centering of the text */
    padding: 0 10px; /* Adds some padding around the text */
    font-size: smaller;
}
.field-subtitle {
    font-weight: bold;
    color: black;
    font-size: 14px;
    text-align: justify;
    width: 100%;
    margin: 0px;
}


.inst-area {
    font-size: 12px;
    /* font-weight: 300; */
    text-align: left;
    /* color: gray; */
}

.main-font-size {
    font-size: 12px;
}

.select2-font {
    font-weight: 500;
    font-size: 12px;
    text-align: start;
  }

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }


.form-field-title {
    border: none !important;
    font-weight: bold;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 12px;
    text-align: left;
}
    
.form-field-input {
    width: 100%;
    height: 28px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 500;
    background-color: #f5f7f9 !important;
    background-clip: padding-box;
    border: 1px solid #f5f7f9;
    border-radius: 0.25rem;
}

.admission_portal_alert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; /* Ensures it stays on top of other elements */
    /* Optional styles for better appearance */
    text-align: center;
    padding: 20px 0;
}

.large-icon {
    font-size: 28pt;
}

.mid-icon {
    font-size: 19pt;
}

.tab-btn-width {
    width: 132px;
}

.overview-icons{
    color: #133a869c;
}

.o_portal_chatter_x {
    padding: 10px;
}

.o_portal_chatter_x .o_portal_chatter_avatar {
    width: 45px;
    height: 45px;
    margin-right: 1rem;
}

.o_portal_chatter_x .o_portal_chatter_header {
    margin-bottom: 15px;
}

.o_portal_chatter_x .o_portal_chatter_composer {
    margin-bottom: 15px;
}

.o_portal_chatter_x .o_portal_chatter_messages {
    margin-bottom: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.o_portal_chatter_x .o_portal_chatter_messages .o_portal_chatter_message div.media-body > p:not(.o_portal_chatter_published_date):last-of-type {
    margin-bottom: 5px;
}

.o_portal_chatter_x .o_portal_chatter_messages .o_portal_chatter_message_title p {
    font-size: 85%;
    color: #6c757d; /* Assuming $text-muted is #6c757d */
    margin: 0px;
}

.o_portal_chatter_x .o_portal_chatter_pager {
    text-align: center;
}


.alert-bmc-info {
    color: #133A86;
    background-color: #d0d8e740;
    border-color: #133a863b;
    border-radius: 12px !important;
}

.alert-bmc-warning {
    color: #856404;
    background-color: #fff3cd40;
    border-color: #8564043b;
    border-radius: 12px !important;
}

.alert-bmc-danger {
    color: #721c24;
    background-color: #f8d7da40;
    border-color: #721c243b;
    border-radius: 12px !important;
}

.alert-bmc-success {
    color: #155724;
    background-color: #d4edda40;
    border-color: #1557243b;
    border-radius: 12px !important;
}

.doc-card {
    cursor: zoom-in;
}