 .container {
    max-width: 955px !important;
 }

body {
    background-color: #fdfdfd;
}
header {
    background: #fff;
    border-bottom: 1.5px solid #DEE3FD;
}
.logo img {
    width: 146px;
}
.headerDiv {
    padding: 21px 0px;
}
.user-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.page-container {
    max-width: 1000px;
    margin: 0 auto;
}
.card {
    border: 2px solid #E4E8FCA3  !important;
    border-radius: 10px;
}
.cardTitle {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.fontIcons {
    font-size: 12px;
    font-weight: 600;
    color : #2A3990;
}
.cardUsers {
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    
}
.tupeCardFile{
    margin-left: 1.5rem;
}
.cardUsers {
    display: flex;
    align-items: center;      /* Vertically centers icon + text */
}

.cardUsers img {
    vertical-align: middle;
    margin-right: 4px;        /* Controls spacing between icon and text */
    padding-right: .25rem;
}

.userCard .d-flex.justify-content-between {
    gap: 8px;                 /* Slightly reduces the gap between 'users' and 'files' */
}
.iconWidth {
    width: 19px;
    padding-right: .25rem;
}
.iconQuestionWidth {
    width: 17px;
    padding-right: .25rem ;
}
.updatedDate {
    font-size: 11px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color:#8D8D8D;
}
.userCard {
    padding:0px 10px;
}
.manage {
    color:#ffffff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    background-color:#2A3990 ;
    text-decoration: none;
    padding: 0 22px;
    border:1px solid #2A3990;
}
.manage:hover {
    color:#2A3990;
    background-color:#ffffff ;
    border:1px solid #E4E8FC;
}
.card-body {
    padding: 1.25rem;
}
.btn-primary {
    background-color: #2536a2;
    border: none;
}
.btn-primary:hover {
    background-color: #1c287e;
}
.profileRole {
    font-size: 12px;
    font-family: "Inter", sans-serif;
}
.profileName {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.profileNameDiv {
    display: grid;
    justify-content: center;
    align-items: center;
}


.bodySection {
    background-color:#F8F8F8 ;
}

.tupeDashboard {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color : #2A3990;
    margin-bottom: 5px;
}
.manageTupes {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
.manageAdminButtons a{
    text-decoration: none;
}
.manageAdmin {
    border:1px solid #E4E8FC;
    color:#2A3990;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.manageAdmin:hover{
    color:#ffffff;
    background-color:#2A3990 ;
    border:1px solid #2A3990;
}
.newTupe:hover{
    color:#2A3990;
    background-color:#ffffff ;
    border:1px solid #E4E8FC;
}
.newTupe {
    border:none;
    color:#ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    background-color:#2A3990 ;
    border:1px solid #2A3990;
}
.bulkFile{
    background-color:#8D8D8D !important;
    border-radius: 8px !important;
    color:#ffffff !important;
     font-family: "Inter", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
}
/* Start off the screen (bottom) */
.modal.modal-slide-up .modal-dialog {
  transform: translateY(100vh);  /* push it below the viewport */
  transition: transform 0.4s ease-out;
}

/* When visible, reset to center */
.modal.modal-slide-up.show .modal-dialog {
  transform: translateY(0);
}

.archivedTupes {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.createNewTupe {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color : #2A3990;
}
.newTupeModel div label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .4rem;
    color:black;
}
.newTupeModel div input {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .4rem;
}
.newTupeModel div select {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .4rem;
}
.backBtn {
    border: 1px solid #D3DAF2;
    color: #2A3990;
    /* background: #fff;
    transition: all 0.2s; */
}
/* .backBtn:hover {
    background: #2A3990;
    color: #fff;
} */
.userCard {
    border: 1px solid #DEE3FD !important;
    border-radius: 12px !important;
    background: #fff;
    transition: 0.2s;
}
.userCard:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #DEE3FD !important;
}
.userTupeCrd:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #DEE3FD !important;
}

.backbutton {
    border:1px solid #E4E8FC;
    color:#2A3990;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}
.backbutton:hover {
    color:#ffffff;
    background-color:#2A3990 ;
    border:1px solid #2A3990;
}

.adminuserName {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.adminuserEmail {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#8D8D8D;
    width: 210px;
}

.userEmail {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#8D8D8D;
}
.adminuserRole {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.checkboxcontent {
    font-family: "Inter", sans-serif;
    font-size: 10px !important;
    color:#C5C5C5;
}
.hidden {
    display: none;
}
.block {
    display: block;
}

/* Stats Cards */
.stats-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}
.stats-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Nav Pills */
.nav-pills .nav-link {
    border-radius: 8px;
    font-weight: 500;
    color: #495057;
}
.nav-pills .nav-link.active {
    background-color: #1a237e;
    color: #fff;
}

/* Recent Activity */
.recent-activity .list-group-item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: background 0.2s;
}
.recent-activity .list-group-item:hover {
    background: #f8f9fa;
}
.cardButtons.active{
    border:1px solid #2A3990 !important;
    color:#ffffff !important;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px !important;
    background-color:#2A3990 !important;
}
/* .cardButtons.active:hover{
    border:1px solid #E4E8FC !important;
    color:#2A3990 !important;
    background-color: #ffffff !important;
} */


.cardButtons{
    border:1px solid #E4E8FC !important;
    color:#2A3990 !important;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px !important;
    background-color: #ffffff !important;
}
.cardButtons:hover{
    border:1px solid #2A3990 !important;
    color:#ffffff !important;
    background-color: #2A3990 !important;
}
.topNavbar li{
    width: 220px;
    margin: 0px 8.3px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.numbers {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 31px;
    color:#2A3990;
    margin-bottom: 0rem;
}
.numberPeople {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
}
.activityContents {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.activityContentsTime {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
}
.editTupe {
    border: 1px solid #E4E8FC;
    color: #2A3990;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    align-items: center;
    display: flex;
    padding: 6px 42px;
    margin-top: 45px;
}
.tupecardUsers {
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}


.searchUser {
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #8D8D8D !important; 
    border: 1px solid #E4E8FC !important;
    padding: 12px !important;
    margin-top: 10px;
    border-radius: 11px !important;
}

.userfontIcons {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px ;
}
.userprofileIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #2A3990;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    margin-top: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px ;
    margin-right: 1.5rem;
}
.imageName {
     font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px ;
    display: flex;
    align-items: center;
}
.deleteImage {
     font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px ;
    display: flex;
  align-items: center;
}
/* 
.file-dashboard {
    background: #fff9e6; 
    min-height: 100vh;
}

.search-input {
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #ddd;
}

.folder-card {
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fffdf2;
    transition: 0.2s;
}
.folder-card:hover {
    background: #f9f3d9;
}

.file-item {
    padding: 15px 10px;
}
.file-item:hover {
    background: #f8f8f8;
} */
.jobDescription {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px ;
    color: #2A3990;
    margin-bottom: 0px;
}
.jobDescIcon {
    font-size: 12px ;
}

.fileUserName i {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px ;
    color: #8D8D8D;
}
.fileUserName span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px ;
    color: #8D8D8D;
}
.fileUserName .badge {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color:black;
    border:1px solid #E4E8FC;
}
.videoIcon {
    font-size: 30px;
    color:black; 
}

.checkboxInput {
    border:1px solid #E4E8FC !important;
    padding: 10px !important;
}
.formCheck {
    padding-left: 1.2rem !important;
}
.question{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}
.questionUser span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
}
.questionUser {
     font-size: 12px;
    color: #8D8D8D;
}
/* Remove Bootstrap's default arrow */
.accordion-button::after {
  content: none !important; 
}

/* When accordion is open (expanded) */

.accordion-button:not(.collapsed)::after {
  content: none !important;  /* minus icon: bi-dash-lg */
}
.answerBody {
    background-color: #F8F8F8;
    padding: 15px 20px !important;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
}
.accordion-button:focus {
    border:none !important;
    box-shadow: none !important;
}
.accordianBorder {
    border:1px solid #E4E8FC !important;
    border-radius: 10px;
    margin: 10px 0px;
}
/* .note-editor.note-frame {
    border:1px solid #E4E8FC !important;
    border-radius: 10px !important;
} */

.note-editor.note-frame {
    border: 1px solid #E4E8FC !important; /* Border color */
    background-color: #ffffff !important; /* Background color */
    border-radius: 10px !important; /* Apply rounded corners */
    overflow: hidden; /* Prevent content from spilling out */
}
.note-toolbar {
     font-family: "Inter", sans-serif !important;
    font-weight: 400 !important; /* Set the font weight */
    font-size: 12px !important; /* Set the font size */
}

.note-toolbar {
    border-color: #E4E8FC !important;
    background-color: #ffffff !important;
}
.note-btn {
    border:none !important;
     font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.note-btn:hover {
    background-color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.note-editable {
    height: 200px !important;
}
.note-resizebar {
    display: none !important;
}
.answerBody span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.answerBody .questionUser span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.invalid-feedback {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.form-control:focus {
    box-shadow: none !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

/*------------------------------User--------------------------------*/

.usertopNavbar li {
    width: 299px;
    margin: 0px 8.3px;
    margin-left: 8.3px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.confirmation-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

.confirmation-modal.show {
    display: block; /* Show modal when 'show' class is added */
}

.confirmation-modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: auto;
    top: 50%; /* Start from the middle of the screen vertically */
    transform: translateY(-50%); /* Move it up by 50% of its height */
}

.confirmation-modal h4 {
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.confirmation-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.confirmation-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
}

.confirmation-btn.confirm {
    background-color: #2A3990;
    color: white;
}

.confirmation-btn.cancel {
    background-color: #6c757d;
    color: white;
}

.confirmation-btn:hover {
    opacity: 0.8;
}
.removeUserButton {
    color: red;
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin-top: 10px;
}

.loginBtn {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.loginLable {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.loginHeadding {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #2A3990;
}
.confirmation-modal-content h4 {
        font-size: 22px !important;
        font-family: "Inter", sans-serif !important;
        font-weight: 600 !important;
    }
.confirmation-btn h4 {
        font-size: 18px !important;
        font-family: "Inter", sans-serif !important;
        font-weight: 400 !important;
    }
.cardButtons {
    font-size: 12px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}
.modal-content h5 {
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}
#confirmReset {
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    background-color:#2A3990 ;
    color:#ffffff;
    border: 1px solid #2A3990;
}
#cancelReset {
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}
.dropdown-menu.show
{
    display: block;
    top:20px !important;
    padding: 2px 0px;
    text-align: center;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu {
    background-color:#2A3990 !important;
    color:#ffffff !important;
    border: 1px solid #2A3990 !important;
}
.dropdown-item:hover
 {
    color: #ffffff !important;
    background-color:#2A3990 !important;
}
.adminName {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
}
.answerBody p {
    display: grid !important;
}
.question p {
    margin-bottom:10px;
}
.successMessage {
   font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px; 
}
.calenderWidth {
    width: 15px;
}
.calenderAutoWidth {
    width:15px;
}
.questionedBy {
    width:200px;
}
.questionedBy {
    width: 200px;
}

/* Keep your base style */
.accordianBorder {
    border: 1px solid #E4E8FC !important;
    border-radius: 10px;
    margin: 10px 0px;
    overflow: hidden; /* Ensures corners stay rounded */
    transition: all 0.3s ease-in-out;
}
.questionWidth {
    width: 45px;
}
.tupeDashboard img {
    display: inline-block;
}

.questionUser img,
.questionUser span {
    vertical-align: middle;
}

.fileUserName img,
.fileUserName span {
    vertical-align: middle;
}

.tupecardUsers img,
.tupecardUsers span {
    vertical-align: middle;
}

.updatedDate img,
.updatedDate span {
    vertical-align: middle;
}

.adminuserRole img,
.adminuserRole span {
    vertical-align: middle;
}

.tupecardUsers img,
.tupecardUsers span {
    vertical-align: middle;
}

.calenderFileWidth {
    width:22px;
}

.tupeDashboardRow {
    padding-top: .5rem;
    padding-bottom: .5rem ;
    margin-bottom: 1.5rem;
}
.manageAdminCol {
    padding-top: 1.5rem ;
}
.manageAdminButton {
    padding: 10px 1.5rem;
}
.manageAdminButtonEdit {
    padding: 10px 2rem;
}
.newTupeButton {
    padding-top: .5rem !important;
     padding-bottom: .5rem !important;
     margin-left: 0 !important;
}
.tupeCardRow  {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}
.tupeCardPadding  {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.manageTupe {
    padding-top: .5rem ;
    padding-bottom: .5rem ;
}
.updatedDate img{
    padding-right: .5rem !important;
}
.tupeCardUser {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.usercardHr {
    margin-top: 30px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}
.profileDivPadding{
    margin-left: 0 ;
}
.AdminUserRow {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    margin-bottom: 1.5rem ;
}
.backButtonPadding {
    padding-top: .5rem ;
    padding-bottom: .5rem ;
    padding-right: 1.5rem ;
    padding-left: 1.5rem ;
    margin-right: 1rem;
}
  .userCardPadding {
    padding: 22px !important;
  }
.admincol {
    margin-top: 1rem ;
}
.adminNewButton {
    padding-right: 3rem ;
    padding-top: .5rem ;
     padding-bottom: .5rem ;
}
.adminNamePadding {
    padding-bottom: .25rem;
}
.cardButtonPadding  {
    padding: 0.7rem 0 !important;
}
.searchUser.form-control::placeholder {
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}
.userCrdImage {
    width:40px;
    height:40px;
    margin-right: 1rem;
}
.userCrdDefaultImage {
  width: 34px;
  height: 34px;
  margin-right: 1.3rem;
}
.searchUser.form-control::placeholder {
    font-size:14px !important;
}
.plusSymbol {
    margin-right: 2.4rem;
    font-size: 18px;
    font-weight: 600;
}

/* .modal.fade .modal-dialog {
  transform: translateY(50vh) !important; 
  transition: transform 0.4s ease-out, opacity 0.4s linear !important;
  opacity: 0 !important;
}
.modal.show .modal-dialog {
  transform: translateY(0) !important;
  opacity: 1 !important;
} */
.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.plusFontSize {
    font-size:14px;
    font-weight: 600;
}
.note-group-image-url {
  display: none !important;
}
.note-image-btn {
  display: none !important;
}
.note-modal-footer {
    display: none !important;
}
#fileNameDisplay {
    font-size: 14px ;
    font-family: "Inter", sans-serif ;
    font-weight: 400 ; 
}
.nameWidth {
    display:inline-block;
    width: 100px;
}
.fileIconOpen {
    width: 23px;
}
.searchUserIcon {
  
    background-image: url('/images/search_icon.svg'); /* your search icon path */
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 12px center; /* adjust position */
    padding-left: 31px !important; /* space for the icon */
}
.calenderUserAutoWidth {
    width:21px;
}
/* @media (min-width: 1367px) and (max-width: 1536px) 
 {
    .container {
        max-width: 1090px !important;
    }
    .profileName {
        font-size: 13px;
    }
    .profileRole {
        font-size: 13px;
    }
    .tupeDashboard {
        font-size: 27px;
    }
    .manageTupes {
        font-size: 17px;
    }
    .manageAdmin {
        font-size: 13px;
    }
    .newTupe {
        font-size: 13px;
    }
    .cardTitle {
        font-size: 17px;
    }
    .cardUsers {
        font-size: 13px;
    }
    .updatedDate {
        font-size: 13px;
    }
    .manage {
        font-size: 13px;
    }
    .archivedTupes {
        font-size: 17px;
    }
    .backbutton {
        font-size: 13px;
    }
    .adminuserName {
        font-size: 13px;
    }
    .adminuserEmail {
        font-size: 13px;
        width: 250px;
    }
    .adminuserRole {
        font-size: 13px;
    }
    .cardButtons {
        font-size: 13px;
    }
    .numbers {
        font-size: 32px;
    }
    .tupecardUsers {
        font-size: 13px;
    }
    .numberPeople {
        font-size: 13px;
    }
    .activityContents {
        font-size: 13px;
    }
    .activityContentsTime {
        font-size: 13px;
    }
    .fontIcons {
        font-size: 13px;
    }
    .jobDescription {
        font-size: 19px;
    }
    .question {
        font-size: 15px;
    }
    .questionUser {
        font-size: 13px;
    }
    .answerBody {
        font-size: 15px;
    }
    .questionDisplay {
        font-size: 27px;
    }
    .newTupeModel div label {
        font-size: 15px;
    }
    .newTupeModel div textarea {
        font-size: 15px;
    }
    .bulkFile {
        font-size: 27px;
    }
    .checkboxcontent {
        font-size: 9px;
    }
    .confirmation-modal-content h4 {
        font-size: 19px;
    }
    .confirmation-btn {
        font-size: 15px;
    }
    .loginLable {
        font-size: 14px !important;
    }
    .deleteImage {
        font-size: 14px ;
    }


 }   */


@media (min-width: 1500px) and (max-width: 1920px) 
 {
    .container {
        max-width: 1345px !important;
    }
    .trashIconImage {
        width:30px;
    }
    .logo img {
        width: 202px;
    }
    .plusSymbol {
        margin-right: 2.4rem;
        font-size: 18px;
        font-weight: 600;
    }
    .user-info img
    {
        width: 45px;
        height: 45px;
    }
    .profileName {
        font-size: 16px;
    }
    
    .profileRole {
        font-size: 16px;
    }
    .tupeDashboard {
        font-size: 30px;
    }
    .manageTupes {
        font-size: 20px;
        margin-top: .5rem;
    }
    .manageAdmin {
        font-size: 16px;
    }
    .newTupe {
        font-size: 16px;
    }
    .cardTitle {
        font-size: 20px;
    }
    .cardUsers {
        font-size: 16px;
    }
    .updatedDate {
        font-size: 16px;
    }
    .manage {
        font-size: 16px;
    }
    .archivedTupes {
        font-size: 20px;
    }
    .backbutton {
        font-size: 16px;
        padding: 10px 31px;
    }
    .userCardPadding {
        cursor: pointer;
        padding: 22px !important;
    }
    .userCrdImage {
        width:45px;
        height:45px;
        margin-right: 2rem;
    }
    .userCrdDefaultImage {
        width:39px;
        height:39px;
        margin-right: 2.5rem;
    }
    .adminuserName {
        font-size: 16px;
    }
    .adminuserEmail {
        font-size: 16px;
        width: 270px;
    }

    .userEmail {
        font-size: 16px;
    }
    .adminuserRole {
        font-size: 16px;
    }
    .cardButtons {
        font-size: 16px;
    }
    .numbers {
        font-size: 35px;
    }
    .tupecardUsers {
        font-size: 16px;
    }
    .numberPeople {
        font-size: 16px;
    }
    .activityContents {
        font-size: 16px;
    }
    .activityContentsTime {
        font-size: 16px;
    }
    .fontIcons {
        font-size: 16px;
    }
    .jobDescription {
        font-size: 22px;
    }
    .question {
        font-size: 18px;
    }
    .questionUser {
        font-size: 16px;
    }
    .answerBody {
        font-size: 18px;
    }
    .answerBody span{
        font-size: 18px;
    }
    .questionDisplay {
        font-size: 30px;
    }
    .newTupeModel div label {
        font-size: 16px;
    }
    .newTupeModel div textarea {
        font-size: 16px;
    }
    .bulkFile {
        font-size: 16px !important;
    }
    .checkboxcontent {
        font-size: 12px;
    }
    .confirmation-modal-content h4 {
        font-size: 22px;
    }
    .confirmation-btn {
        font-size: 18px;
    }
    .userCard {
        padding: 0px 25px;
    }
    .usercardHr {
         margin-top: 35px;
         margin-bottom: 18px;
    }
    .loginLable {
        font-size: 16px !important;
    }
    .deleteImage {
        font-size: 14px ;
    }
    .loginHeadding {
        font-size: 30px;
    }
    .noTupeFound{
        padding: 1.5rem  0;
    }
    .headerPadding {
        padding: 32px 0;
    }
    .tupeDashboardRow {
        padding-top: 1.2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.15rem;
    }
    .tupeCardPadding {
        padding: 1.2rem 1.5rem !important;
    }
    .tupeCardFile {
        margin-left: 4rem;
    }
    .manageTupe {
        padding: 0.65rem 2.1rem;
    }
    .manageAdminButton {
        padding: 0.6rem 1.1rem;
        margin-top: 11px;
    }
    .cardButtonPadding {
        padding: 0.7rem 0 !important;
    }
    .newTupeButton {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        margin-left: 0 !important;
        margin-top: 11px;
    }
    .tupeCardUser {
        margin-top: 1.4rem !important;
        margin-bottom: 1rem !important;
    }
    .iconWidth {
        width: 21px;
        padding-right: .25rem;
    }
    .iconQuestionWidth {
        width: 19px;
        padding-right: .25rem ;
    }
    .iconArrowWidth {
        width: 22px;
        padding-right: .25rem ;
    }
    .iconMailWidth {
        width: 15px;
        padding-right: .25rem ;
    }
    .cardUsers img {
        margin-right: 7px;
    }
    .cardButtons {
        font-size: 16px !important;    
    } 
    .cardButtons.active {
        font-size: 16px ;    
    } 
    .card-body {
        padding: 1.5rem 1.5rem !important;
    } 
    .userprofileIcon {
        width:45px;
        height:45px;
        font-size: 16px;
        margin-right: 2rem;
    }
    .folderIcon {
        width:60px;
    }
    .iconPdf {
        width:50px;
    }
    .fileUserName span {
    font-size: 16px;
    }
    .adminName {
        width:120px !important;
        display: inline-block;
    }
    .trashIcon {
        width:25px;
    }
     .questionHeading {
        padding: 80px 1 30px !important;
    }
    .questionAnsIcon {
        width:43px;
    }
    .questionUser span {
        font-size: 16px;
        width: 150px;
        display: inline-block;
    }
    .answerBody .questionUser span {
        font-size: 16px;
        
    }
    .newTupeModel div input {
        font-size: 14px;
    }
    .answerBody {
        padding: 20px 25px !important;
    }
    .searchUser.form-control::placeholder {
        font-size: 16px !important;
    }
    .dropdown-menu.show {
        font-size: 16px;
    }
    .createNewTupe {
        font-size: 30px;
    }
    .editTupe {
        margin-top: 70px;
    }
    .manageAdminButtonEdit {
        padding: 0.6rem 4rem;
    }
    .checkboxcontent {
        font-size: 12px !important;
    }
    .plusFontSize {
        font-size:18px;
    }
    #fileNameDisplay {
        font-size: 16px ;
    }
    .nameWidth {
        width: 150px;
    }
    .fileIconOpen {
        width: 23px;
    }
    .searchUserIcon {
        background-size: 15px;
    }
}

@media (max-width: 992px) {
    .topNavbar li {
        width: 100%;
        margin: 5px 0;
    }

    .profileName {
        font-size: 13px;
    }
    .profileRole {
        font-size: 13px;
    }
    .tupeDashboard {
        font-size: 27px;
    }
    .manageTupes {
        font-size: 17px;
    }
    .manageAdmin {
        font-size: 13px;
    }
    .newTupe {
        font-size: 13px;
    }
    .cardTitle {
        font-size: 17px;
    }
    .cardUsers {
        font-size: 13px;
    }
    .updatedDate {
        font-size: 13px;
    }
    .manage {
        font-size: 13px;
    }
    .archivedTupes {
        font-size: 17px;
    }
    .backbutton {
        font-size: 13px;
    }
    .adminuserName {
        font-size: 13px;
    }
    .adminuserEmail {
        font-size: 13px;
        width: 240px;
    }
    .userEmail {
        font-size: 13px;
    }
    .adminuserRole {
        font-size: 13px;
    }
    .cardButtons {
        font-size: 13px;
    }
    .numbers {
        font-size: 32px;
    }
    .tupecardUsers {
        font-size: 13px;
    }
    .numberPeople {
        font-size: 13px;
    }
    .activityContents {
        font-size: 13px;
    }
    .activityContentsTime {
        font-size: 13px;
    }
    .fontIcons {
        font-size: 13px;
    }
    .jobDescription {
        font-size: 19px;
    }
    .question {
        font-size: 15px;
    }
    .questionUser {
        font-size: 13px;
    }
    .answerBody {
        font-size: 15px;
    }
    .questionDisplay {
        font-size: 27px;
    }
    .newTupeModel div label {
        font-size: 15px;
    }
    .newTupeModel div textarea {
        font-size: 15px;
    }
    .bulkFile {
        font-size: 27px;
    }
    .checkboxcontent {
        font-size: 9px;
    }
    .confirmation-modal-content h4 {
        font-size: 19px;
    }
    .confirmation-btn {
        font-size: 15px;
    }
    .loginLable {
        font-size: 14px !important;
    }
    .deleteImage {
        font-size: 14px ;
    }
    .manageAdminButton {
        padding: 10px 0.5rem;
    }
    .newTupeButton {
        padding-top: .3rem !important;
        padding-bottom: .3rem !important;
        margin-left: 0 !important;
    }
    .note-editable {
        height: 200px !important;
    }
}
@media (max-width: 576px) {
    .topNavbar li {
        width: 100%;
        margin: 5px 0;
    }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 610px !important;
  }
}