* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/arial.ttf') format('truetype');
}

body {
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  color: #10171F;
  background-color: #F7FAFC;
}
p{
  margin-bottom: 0 !important;
}
a{
  text-decoration: none;
  color: #10171F;
  text-align: center;
}
a:hover{
  color:#10171F;
}

/* fonts */

.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
p {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-20 {
  font-size: 20px;
}

.f-24 {
  font-size: 24px;
}

h1 {
  font-size: 32px;
}

.bold {
  font-weight: 500;
}

.extra-bold {
  font-weight: 600;
}

/* colors */

/* Blue Highlight #F0F7FE
Red Highlight #FDF3F4 */

.n-100 {
  color: #F7FAFC;
}

.n-200 {
  color: #E6EDF5;
}

.n-400 {
  color: #A8BCD1;
}

.n-600 {
  color: #8D9FB0;
}

.n-800 {
  color: #5A6D80;
}

.n-1000 {
  color: #2B3C4D;
}

.absolute-dark {
  color: #10171F;
}
.red{
  color: #E52E3F;
}

.alert-green {
  background-color: #2BC04C;
}

.alert-red {
  background-color: #E52E3F;
}

.prime-blue {
  background-color: #0A7DF0;
}

.blue-highlight {
  background-color: #F0F7FE;
}

.main-pink {
  background-color: #F9BDB1;
}

.red-highlight {
  background-color: #FDF3F4;
}

.red-border {
  border: 1px solid #DC3545;
}

.btn-sm {
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 16px;
}

.btn-m {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 16px;
}

.btn-lg {
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 16px;
}

.btn-red {
  color: white;
  background-color: #DC3545;
  border: 1px solid #DC3545;
}

.btn-outline {
  border: 1px solid #5A6D80;
  background-color: #F7FAFC;
}

.img-40 {
  height: 40px;
  width: 40px;
}

.img-48 {
  height: 48px;
  width: 48px;
}

.img-56 {
  height: 56px;
  width: 56px;
}

.img-64 {
  height: 64px;
  width: 64px;
}

.sidebar {
  background-color: white;
  width: 220px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.sidebar-header {
  padding: 24px 16px;
  text-align: center;
}

.sidebar-button {
  padding: 16px 24px;
  font-size: 14px;
  background-color: #ffffff;
  border: 2px solid white;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
}

.sidebar-button:hover {
  background-color: #FDF3F4;
  color: #DC3545;
  border-left: 2px solid #DC3545;
}

.sidebar-button:hover .svg-path {
  stroke: #DC3545;
}

.sidebar-button:hover .svg-path-2 {
  fill: #DC3545;
}
.sidebar-button.active {
  background-color: #FDF3F4;
  color: #DC3545;
  border-left: 2px solid #DC3545;
}
.sidebar-button.active .svg-path {
  stroke: #DC3545;
}

.sidebar-button.active .svg-path-2 {
  fill: #DC3545;
}
.btn-icon {
  flex-shrink: 0;
}

.dropdown-button {
  padding: 12px 24px;
  font-size: 14px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
}

.dropdown-button:hover {
  background-color: #FDF3F4;
  color: #DC3545;
  border-left: 2px solid #DC3545;
}

.main-layout {
  width: 88%;
  height: 100%;
  position: fixed;
  left: 220px;
  top: 0;
}

.navbar {

  padding: 24px 36px !important;
}

.main-layout .navbar ul li a {
  color: #5A6D80 !important;
}

.main-layout .navbar ul li a:hover {
  color: #2B3C4D !important;
}

.content-layout {
  padding: 0px 18px 0px 18px !important;
  transition: all 0.3s ease;
}

.main-content {
  flex-grow: 1;
  overflow-y: auto;
  /* padding-right: 8px; */
}
.heading {
  margin-bottom: 32px;
}

.right-bar {
  width: 400px;
}
.scrollable-content{
  height: 100vh;
  overflow-y: auto;
  padding: 10px;
}
.scrollable-bar {
  scrollbar-width: thin;
  scrollbar-color: #F7FAFC #F7FAFC;
  -ms-overflow-style: none;
}
.scrollable-bar2 {
  scrollbar-width: thin;
  scrollbar-color: #ebeef0 #F7FAFC;
  -ms-overflow-style: none;
}
.scrollable-bar3 {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
  -ms-overflow-style: none;
}
.scrollable-bar2::-webkit-scrollbar {
  width: 8px;
  display: none;
}

.scrollable-bar2:hover::-webkit-scrollbar {
  display: block;
}

.scrollable-bar2::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.scrollable-bar2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}


.search-container {
  position: relative;
  width: 100%;
}

.search-container input[type="text"] {
  width: 100%;
  padding: 16px 16px 15px 40px;
  border: 1px solid #E6EDF5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}

.search-container .fa-search {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8D9FB0;
  pointer-events: none;
}

.search-container input::placeholder,
.textbox::placeholder {
  font-size: 14px;
  color: #8D9FB0;
}

.textbox {
  width: 90%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.box {    
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
}

.border-top {
  border-top: 1px solid #E6EDF5;
}
.border-bottom{
  border-bottom: 1px solid #E6EDF5;
}

.icon-box {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebox-container {
  display: flex;
  padding: 16px 0px 16px 0px;
}

.sidebox {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.chat-bar{
  width: 20%;
  height: 90vh;
  overflow-y: auto;
}

.chat-bar-btn{
  padding: 16px ;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.chat-bar-btn:hover {
  background-color: #FDF3F4;
  border-right: 2px solid #DC3545;
}
.chat-bar-btn.active {
  background-color: #FDF3F4;
  border-right: 2px solid #DC3545;
}

.chatbox, .chatbox2 {
  display: flex;
  flex-direction: column;
  width: 78%;
  border-radius: 10px;
  background-color: #fff;
  height: 88vh;
}

.chatbox .d-flex , .chatbox2 .d-flex {
  display: flex;
  align-items: center;
}

.chatbox .main-chat, .chatbox2 .main-chat {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
}

.chatbox .chat-message, .chatbox2 .chat-message  {
  display: flex;
  margin-bottom: 24px;
}

.chatbox .chat-message.user1, .chatbox2 .chat-message.user1  {
  flex-direction: row;
}

.chatbox .chat-message.user2, .chatbox2 .chat-message.user2  {
  flex-direction: row-reverse;
}

.chatbox .profile-pic , .chatbox2 .profile-pic{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.chatbox .chat-message.user2 .profile-pic , .chatbox2 .chat-message.user2 .profile-pic{
  margin-left: 10px;
  margin-right: 0;
}

.chatbox .message-content , .chatbox2 .message-content{
  max-width: 50%;
}

.chatbox .message-header , .chatbox2 .message-header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.chatbox .timestamp, .chatbox2 .timestamp  {
  color: #5A6D80;
  font-size: 12px;
}

.chatbox .message-text , .chatbox2 .message-text {
  background-color: #E6EDF5;
  padding: 12px;
  border-radius: 8px;
  border-top-left-radius: 0;

}
.chatbox .message-text2, .chatbox2 .message-text2 {
  background-color: #F9BDB1;
  padding: 12px;
  border-radius: 8px;
  border-top-right-radius: 0;

}

.chatbox .chat-input, .chatbox2 .chat-input {
  display: flex;
  padding: 16px;
}

.chatbox .chat-input input , .chatbox2 .chat-input input{
  flex: 1;
  padding: 16px 16px 16px 16px;
  border: 1px solid #E6EDF5;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
}

.chat-input {
  position: relative;
}

.chat-input input {
  padding-right: 30px;
}

.chat-input .attachment-icon {
  position: absolute;
  top: 52%;
  right: 88px;
  transform: translateY(-50%);
  cursor: pointer;
}

.chat-input .send-icon {
  cursor: pointer;
}
.chatbox.collapsed, .chatbox2.collapsed {
  width: 55%;
}

.additional-div, .additional-div2 {
  width: 0;
  transition: width 0.3s ease;
  overflow: hidden;
}

.additional-div.revealed , .additional-div2.revealed{
  width: 20%;
  height: 88vh;
  overflow-y: auto;
  background-color: #ffffff; 
  border-radius: 4px;
  padding: 16px;  

}
.additional-div .gallery, .additional-div2 .gallery{
  height: 30vh;
  overflow-y: auto;
}
.notification-container {
  position: relative;
}

.arrow-down, .arrow-up {
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6EDF5;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #E52E3F;
}

input:checked + .slider:before {
  transform: translateX(14px);
}
input[type="radio"] {
  accent-color: #E52E3F;
}
/* ohee */
.hide{
  display: none;
}
.secondary-main-layout{
  width: 75%;
  left: 25%;
}
.secondary-sidebar{
  width: 0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 12%;
  padding-top: 88px;
  height: 100vh;
}
.secondary-sidebar-button{
  background-color: white;
  cursor: pointer;
  border: 2px solid white;
  padding-left: 40px !important;
}

.secondary-sidebar-button:hover{
  background-color: #F7FAFC;
  color: #5A6D80;
  border-left: 2px solid #5A6D80;
}
.secondary-sidebar-button.active {
  background-color: #F7FAFC;
  color: #5A6D80;
  border-left: 2px solid #5A6D80;
}
.input{
  border: 1px solid #E6EDF5;

}
.input::placeholder{
  color: #8D9FB0;
  font-size: 14px;
}
.search-icon{
  top: 48px;
  left: 16px;
  color: #8D9FB0;
}
.period-icon{
  top: 48px;
  left: 16px;
}
.period,.storage-search-bar{
  max-width: 282px;
}
.document-card2{
  /* width: 205px; */
  cursor: pointer;
}
.document{
  /* width: 305px; */
  height: 192px;
  border: 1px solid #E6EDF5;
  border-radius: 4px ;
}
.storage-images .document{
  width: 305px;
}
.pdf-icon{
  border-radius: 4px ;
  padding: 24px 80px;
  background: white;
  text-align: center;
  height: 75%;
  /* margin-top: 25%; */
}
.pdf-icon img{
  opacity: 0.3;
}
.pdf-download{
  padding: 12px;
}
.pdf-download svg{
  width: 20px;
  height: 20px;
}
.document-info img{
  width: 40px;
  height: 40px;
}
.storage-documents{
  gap: 24px 0; 
}
.scrollable-container{
  height: 88vh;
  overflow-y: scroll;
}
.stored-image{
  width: 100%;
}
.stored-image img{
  width: 100%;
}
.scrollable-content{
  /* height: auto; */
}
#StorageContent{
  padding-right: 0 !important;
}
.seacrh-item-container{
  display: flex;
  padding: 12px 0px 12px 0px;
}

.search-heading{
  font-size: 16px;
  font-weight: 400;
}
.text-red{
  color: #DC3545;
}

.hide{
  display: none !important;
}

.search-box{
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
  padding-top: 0;
  z-index: 9;
  position: absolute;
  width: 95%;
  box-shadow: 0px 2px 6px 4px rgba(84, 56, 56, 0.16);
}

.search-container input[type="text"].search-toggle{
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 24px;
}
.post-img{
  position: relative;
  cursor: pointer;
}
.post-img:hover::before{
  content: '';
  background-image: url('/images/bin.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  z-index: 11;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  
}
.post-img:hover::after{
  content: '';
  background: linear-gradient(rgba(23, 12, 12, 0),rgba(23, 12, 12, 1));
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0px;
  border-radius: 8px;
  z-index: 10;
}
.post-img img{
  position: relative;
  z-index: 1;
}
.post-img-container{
  border-top: 1px solid #E6EDF5;
}
.add-post-img{
  height: 96px;
  width: 96px;
  background-color: #FDF3F4;
  border: dashed 1px #DC3545;
  border-radius: 8px;
}
.icon-box{
  cursor: pointer;
}

.icon-box-toggle{
  background-color: #E6EDF5;
  border-radius: 4px;
}

.calendar-modal{
  position: absolute;
  padding-left: 10px;
  padding-right: 130px;
  width: 98%;
  top: 19%;

}
.modal-heading{
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.change-month{
  gap: 8px;
}
.calendar-arrow{
  height: 32px;
  width: 32px;
  border: solid 1px #A8BCD1;
  border-radius: 4px;
  text-align: center;
}
table th{
  padding: 0 12px;
  text-align: center;
}
table td{
  padding: 12px 12px;
  text-align: center;
  color: #5A6D80;
}
.td-red{
  background-color: #DC3545;
  color: white;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-start-circle{
  border-radius: 50% 0 0 50%;
}
.rounded-end-circle{
  border-radius: 0 100% 100% 0;
  margin-left: 4px;
}
.modal-container{
  box-shadow: 0px 2px 6px 4px rgba(84, 56, 56, 0.16);
  background-color: white;
}
.event-info-container label{
  color: #10171F;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
}
.event-info-container input{
  padding: 16px;
  border: 1px solid #E6EDF5;
  width: 100%;
}
.event-info-container input::placeholder{
  color: #8D9FB0;
}
.event-time input{
padding: 13.5px;
}
.event-info-container select{
  color: #8D9FB0;
  padding: 16px;
  border: 1px solid #E6EDF5;
  background-color: white;
  width: 100%;
}

.guests-container input{
  border: 1px solid #E6EDF5;
}
#description{
  height: 80px;
  position: relative;
}
#description::placeholder{
  position: absolute;
  top: 16px;
}

.guests-container input::placeholder{
  color: #8D9FB0;
}
.w-33{
  width: 33%;
}
.storage-recent .btn-outline{
  background-color: #F7FAFC;
}
#StorageContent input{
  border-radius: 4px;
}
.blue{
  color: #0A7DF0;
}
.attachment-selected{
  box-shadow: 0px 0px 3px 3px rgba(220, 53, 69, 0.12);
}
.attachments{
  border-top: 1px solid #E6EDF5;
}
.chatbar-container{
  width: 306px;
  background-color: white;
  margin-top: -100px;
  padding-top: 100px;
}
.f-32{
  font-size: 32px;
}
.w-40{
  width: 40%;
}

.group-member img{
  width: 48px;
  height: 48px;
}
.group-members{
  width: 80%;
  margin: auto;
}
.hover:hover{
  background-color: #FDF3F4;
}

.library-select{
  background: white;
  padding: 8px 20px;
  cursor: pointer;
  margin: 0 8px;
}
.library-select:hover{
  background-color: #E52E3F;
  color: white;
}
.select-red{
  background-color: #E52E3F;
  color: white;
}
.internal-search-shadow{
  box-shadow: 0px 2px 6px 4px rgba(84, 56, 56, 0.16);

}
.internal-search-results{
  box-shadow: 0px 8px 6px 4px rgba(84, 56, 56, 0.16);

}
.internal-search-result{
background-color: white;
border-bottom: 1px solid #E6EDF5;
z-index: 1;
}
.search-file-nmbr{
  padding: 6px 12px;
  background-color: #F7FAFC;
  border: 1px solid #E6EDF5;
}
.is{
  padding: 2px 8px;
  background-color: #2BC04C;
  color: white;
}
.human-resource{
  background-color: #E6EDF5;
  padding: 2px 8px;
}

.form-btn{
  width: 180px;
}
.form-container input[type="text"] , .form-container textarea{
  width: 100%;
  padding: 16px;
  border: 1px solid #E6EDF5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  font-size: 14px;
  color: #8D9FB0;
}
.form-container input[type="datetime"] , .form-container textarea{
  width: 100%;
  padding: 16px;
  border: 1px solid #E6EDF5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}
.bg-gray{
  border-color: #E6EDF5;
}
.form-container input[type="checkbox"]{
  outline: 1px solid #DC3545;
}
.form-container select{
  border: 1px solid #E6EDF5;
}
.top-left-aligned {
  height: 100px;
  text-align: left;
  padding-top: 10px;
  overflow: hidden; 
  resize: none; 
}
.top-left-aligned::placeholder {
  text-align: left;
  vertical-align: top;
}
.form-attachment{
  border: 1px dashed #A8BCD1;
  margin-left: 12px;
}
/*Rasel */
.form-container .dropdown-button {
  padding: 16px;
  font-size: 14px;
  background-color: #ffffff;
  color: #8D9FB0;
  border: 1px solid #E6EDF5;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
}
.form-container .dropdown-toggle {
  position: relative;
}

.form-container .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  bottom: 45%;
}
.record-box{
  width: 100%;
  padding: 24px;
  height: auto;
  margin: 16px;
  display: flex;
  justify-content: space-evenly;
  background-color: #FFFFFF;
  height: auto;
  border: 1px solid #E6EDF5;
  border-radius: 10px;
}
.form-check-input:checked {
  background-color: #DC3545;
  border-color: #DC3545;
  padding: 8px;
  
}
.form-check-input:not(:checked) {
  background-color: #fff; 
  border-color: #DC3545;
  padding: 8px;
}
.form-check-label {
  display: inline-block; 
  margin-left: 6px; 
  cursor: pointer;
  padding: 2px;
  
}
 .radio-button {
  display: none;
}

.radio-button + label {
  width: 10vw; 
  height: 10vh;
  max-width: 50px; 
  max-height: 50px; 
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 16px; 

  color: #DC3545; 
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}

.radio-button:checked + label {
  background-color: #DC3545; 
  color: white;
  border: none;
}
.oval-button {
  display: none;
}
.oval-button + label{
  background-color: #FFFFFF;
  color: #DC3545; 
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  width: auto;
  height: auto;
  border: none;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 16px; 


  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
.oval-button:checked + label {
  width: auto;
  height: auto;
  background-color: #DC3545;
  border-radius: 0%;
  color: white;
  border: none;

  opacity: 1; /* Ensure the label is visible when checked */
}
/* Newaz */
.scrollable-container060{
  height: 85.5vh;
  overflow-y: scroll;
}

.latterDiv{
  width: 95%;
  background: #ffffff;
  padding: 50px;
  border-radius: 15px;
}

.messageBox{
  height: 100px;
  width: 100%;
  /* text-align: top; */
}

/* image and tag placeholder in input tag  */

.custom-input {
  position: relative;
  width: 456px; /* Adjust width as needed */
  height: 100px; /* Adjust height as needed */
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  margin-left: 12px;
  margin-top: 15px;
}

.custom-input img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* Adjust image size as needed */
  height: 30px;
}

.custom-input p {
  margin-left: 40px; 
  margin-top: 6%;
  color: #555;
}

.custom-input input {
  width: 100%;
  height: 100%;
  padding-left: 50px; 
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
}


.genderBox{
  height: 50px;
  width: 50%;
  background-color: #FFFFFF;
  text-align: left;
  padding: 15px;
  border-radius: 5px;
  border: 1px;
}

.inputDiv{
  width: 95%;
  background: #ffffff;
  padding-bottom: 15px;
}

.input-container {
  display: flex;
  gap: 10px; 
  width: 100%; 
  justify-content: space-between; 
  margin-top: 15px;
}

.input-container input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box; 
}

.input-container input {
  max-width: 150px;
}

.input-container .big {
  flex: 1 1 150px; 
  max-width: 200px; 
}

.input-container .small {
  flex: 1 1 100px; 
  max-width: 150px; 
}

.makeGrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.attendenceDiv{
  background-color: #ffffff;
  border-radius: 5px;
  padding-left: 20px;
}



/* custom-checkbox */
.container {
  width: 15%;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 4px solid #E6EDF5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #DC3545;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark::before {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.container .checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DC3545;
  transform: translate(-50%, -50%);
}

.internal-rejected .document-info{
  width: 305px;
}
.report-print:hover{
  color: white;
}
.form-box{
  margin: 24px 0 0 0;
  width: 100%;
  padding: 16px;
  background-color: white;
  border: 1px solid #E6EDF5;
  border-radius: 2px;
}
.latterDiv{
  width: 86%;
  background: rgb(255, 205, 194);
  padding: 20px;
}
.dashLine{
  color: rgba(249, 189, 177, 1);
}
.attachment-prev{
  height: 68%;
  border-bottom: 1px solid #E6EDF5;
  top: 104px;
}
.cross{
  z-index: 1;
  top: 24px;
  left: 24px;
}
.pdf-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.item input::placeholder{
  color: #5A6D80;
}
.document-card{
  width: 25%;
  flex: 0 0 auto;
}
.sidebar-header a{
  margin-right: 30px;
}
#MessageContent{
  padding-left: 2px !important;
}
/* ////////////// */



/* mobile */

@media (min-width: 320px) and (max-width: 576px) {}

/* tab */
@media (min-width: 577px) and (max-width: 767px) {
  
}

/* small PC  */
@media (min-width: 1024px) and (max-width: 1439px) {
  .chat-bar{
    height: 600px;

  }
  .chatbox {
    height: 600px;
  }
}