:root {
  --blueColor: #2877cf;
  --lightBlueColor: #68c6f1;
  --checkColor: #00a859;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: "Poppins", sans-serif; */
}

body {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #585858;
}

::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #a9abae;
}

input:focus,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

.border {
  border-width: 1px !important;
  border-color: #d2d3d5 !important;
}

.screen {
  z-index: 9999;
  display: flex;
  align-items: center;
  background-color: #ffffff29;
  backdrop-filter: blur(4px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.not_found {
  text-align: center;
  margin-left: 500px;
  margin-top: 100px;
}

.loader {
  width: 100%;
  text-align: center;
}

.fill-btn,
.un-fill-btn {
  padding: 12px 15px;
  border-radius: 6px;
  border: 2px solid var(--blueColor);
  background-color: transparent;
  color: var(--blueColor);
  font-size: 14px;
}

.fill-btn i {
  font-size: 22px;
}

.fill-btn {
  color: #fff;
  background-color: var(--blueColor) !important;
}

.fill-btn:hover {
  color: var(--blueColor);
  background-color: transparent !important;
}

.fill-btn-hover:hover {
  color: #ffff !important;
  background-color: var(--blueColor) !important;
}

.un-fill-btn:hover {
  color: #fff;
  background-color: var(--blueColor);
}

.file-main-content .form-control {
  border-color: #d2d3d5;
  height: 45px;
  border-width: 2px;
}

.file-main-content .form-control::placeholder {
  color: #a9abae;
}

/* file-main-content */
.file-main-content {
  padding: 25px 25px 0 25px;
}

.click-file-select h1 {
  font-size: 22px;
  line-height: 52px;
  color: #4b4b4d;
  font-weight: 600;
}

.file-main-content .progress-line {
  width: 280px;
}

.file-main-content .progress {
  height: 8px;
}

.file-main-content .progress .progress-bar {
  background-color: var(--blueColor);
}

.progress-text {
  font-size: 15px;
  font-weight: 500;
  color: #606065;
}

.close-ct-h {
  font-size: 35px;
  color: #4b4b4d;
}

.search-header label {
  font-weight: 600;
  color: #4b4b4d !important;
  font-size: 14px !important;
}

.search-header .search-boxs .search-i {
  color: #b7b7b7;
  font-size: 18px;
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 8px;
}

.delete-image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgb(181 181 181 / 50%);
  left: 11px;
  top: 29px !important;
}

.date-pi input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.search-header-main .date-pi span {
  white-space: nowrap;
}

.uploadDateRange .date-icons i,
.uploadDateRange .search-icons i {
  font-size: 28px;
  color: #4b4b4d;
  cursor: pointer;
}

.apply-all-btn {
  width: 240px;
}

.apply-all-btn .fill-btn,
.apply-all-btn .un-fill-btn {
  width: 100px;
  text-align: center;
}

.search-header .uploadDateRange {
  width: calc(100% - 240px);
}

/* main-folderContent */
.main-folderContent {
  padding-top: 30px;
}

.main-folderContent .folder-slide-ct {
  width: 305px;
  border-right: 4px solid #d2d3d5;
  padding: 25px 20px 20px 0;
}

.folder-content-section {
  width: calc(100% - 282px);
  padding: 0 20px 20px 20px;
}

.folder-content-section,
.main-folderContent .folder-slide-ct {
  height: 100%;
  min-height: 590px;
  overflow: auto;
}

.main-folderContent .folder-slide-ct .new-folder {
  color: #787376;
  font-weight: 600;
  padding: 10px;
  background-color: #f4f5f7;
  border-color: #727376 !important;
  border-radius: 6px;
}

.main-folderContent .folder-slide-ct .min-fileName {
  font-weight: 600;
  color: #4b4b4d;
  cursor: pointer;
}

.main-folderContent .folder-slide-ct button[aria-expanded="false"] .angle-a {
  transform: rotate(-90deg);
}

.main-folderContent .folder-slide-ct .accordion-sidebar .fa-folder {
  font-size: 22px;
  color: var(--lightBlueColor);
  margin: 0 7px;
}

.main-folderContent .folder-slide-ct .accordion-sidebar .angle-a {
  color: #848688;
  font-size: 28px;
  transition: all 0.5s ease;
}

.sub-name-f {
  color: #626262;
  cursor: pointer;
}

.link-banner {
  background-color: #e6e7e8;
  padding: 10px 15px;
}

.link-banner ul li {
  color: #606062;
  margin-right: 8px;
}

.link-banner ul li i {
  font-size: 16px;
}

.content-select-header .fa-cloud-arrow-down {
  font-size: 25px;
}

.dataTables_wrapper .dataTables_paginate {
  justify-content: center;
}

.content-select-header .fa-cloud-download,

.content-select-header .fa-trash {
  color: #96989a;
  font-size: 25px;
}

.uploaded-file-trash {
  font-size: 14px;
}

.folderName-row .folder-file-box {
  height: 150px;
  width: 150px;
  margin: auto;
  position: relative;
}

.folderName-row .folder-file-box img {
  object-fit: contain;
}

.folderName-row .file-number {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}

.folderName-row span {
  font-size: 18px;
}

.card-select-row .card {
  border-radius: 12px;
  height: 100%;
  border: 1px solid #eaeaea !important;
  box-shadow: 0 0 10px rgb(202 202 202 / 40%);
}

/* .card-select-row .card .top-img {
  height: 160px;
  position: relative;
  margin-bottom: 20px;
} */

.card-select-row .card .top-img{
  height: 150px !important;
  margin-bottom: 10px !important;
}

.no-thumbnail{
  width: 100%;
  height: 140px;
  object-fit: contain !important;
}

/* .custom-control-label{
  position: unset;
} */

.card-select-row .card  .card-body{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem !important;

  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #f9fafc !important;
}

.card-select-row .overlay-number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #ed3237;
  color: #fff;
  position: absolute;
  top: -13px;
  left: -5px;
}

.modal-header .close {
  padding: 0 !important;
  margin: 0 !important;
}

.modal-header {
  align-items: center;
  justify-content: space-between;

}

.card-select-row .card img {
  object-fit: cover;
}

.card-select-row .card .ellipsis-dott {
  font-size: 20px;
  color: #4b4b4d;
  padding: 0 15px 0 15px;
}

.filterModal-show .modal-dialog {
  max-width: 290px;
  margin: 20px auto;
}

.filterModal-show .close,
.close {
  font-size: 23px;
  padding: 11px !important;
  margin: 0;
  z-index: 99;
}

.show-fileInfo {
  position: absolute;
  inset: 0;
  z-index: 22;
  background-color: #fff;
  transform: scale(1.03);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.hide-fileInfo {
  opacity: 1 !important;
  visibility: visible !important;
}

.show-fileInfo .card-f {
  border-radius: 12px;
  font-size: 14px;
  color: #454545;
  background-color: #fff;
  height: 100%;
}

.show-fileInfo .card-f .icons-card {
  gap: 15px;
}

.show-fileInfo .card-f .icons-card a i {
  font-size: 18px;
  color: var(--blueColor);
  transition: all 0.5s ease;
}

.show-fileInfo .card-f .card-header-f {
  padding: 5px 10px;
  border-bottom: 2px solid #d2d3d5;
}

.show-fileInfo .card-f .card-header-f h4 {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4d;
}

.show-fileInfo .card-f .card-header-f i {
  font-size: 18px;
  color: #000;
}

.show-fileInfo .card-f .card-body-f {
  padding: 11px;
}

.show-fileInfo .card-f .icons-card {
  gap: 10px;
}

.show-fileInfo .card-f .icons-card a .fa-trash {
  color: #cb3438 !important;
}

.show-fileInfo .card-f .icons-card a i:hover {
  color: #aaa9a9 !important;
}

.check-boxs-file {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 7px;
  position: relative;
}

.check-boxs-file .line,
.u-ct-check-line.check-boxs-file .line {
  border-radius: 5px;
  position: absolute;
  background-color: transparent;
  left: -9px;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #d2d3d5 !important;
}

.check-boxs-file .custom-checkbox .custom-control-input:checked~.line {
  border-color: var(--checkColor) !important;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border: 0 !important;
}

.check-boxs-file.hide-checkBoxs {
  position: relative;
}

.check-boxs-file.hide-checkBoxs .custom-control-label::after {
  left: 0;
}

.hide-checkBoxs {
  display: none !important;
}

.check-boxs-file .custom-control-input {
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 22px;
  top: 7px;
}

.check-boxs-file .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: none !important;
}

.check-boxs-file .custom-control-label::before,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-control-label::before {
  top: 7px !important;
  width: 22px !important;
  height: 22px !important;
  background-color: #c7c7c7 !important;
  left: 0 !important;

}

.check-boxs-file .custom-control-label::after,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-control-label::after  {
  top: 6px;
  width: 23px;
  height: 24px;
  display: block !important;
}

.check-boxs-file .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--checkColor) !important;
  left: 0 !important;

}


.add-Rightcontent-block .content-select-header .fa-cloud-download {
  color: var(--blueColor) !important;
}

.add-Rightcontent-block .content-select-header .fa-trash {
  color: #cb3438 !important;
}

.add-Rightcontent-block .select-btn-box .select-hide {
  display: none;
}

.add-Rightcontent-block .select-btn-box .hide-checkBoxs {
  display: flex !important;
}

.add-Rightcontent-block .checkbox-file-position .hide-checkBoxs {
  display: block !important;
}

.checkbox-file-position{
  position: absolute !important;
  top: 30px;
  left: 12px;
}
.checkbox-file-position .check-boxs-file  .custom-control .custom-control-label::before,
.checkbox-file-position .check-boxs-file  .custom-control .custom-control-label::after,
.checkbox-file-position .check-boxs-file .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  left: 0 !important;
}
.checkbox-file-position .check-boxs-file  .custom-control .custom-control-label::before,
.checkbox-file-position .check-boxs-file .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#fffefe !important;
}
.checkbox-file-position  .check-boxs-file .custom-checkbox .custom-control-input:checked~.line {
  border-color: #fff !important;
}
.checkbox-file-position .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  filter: invert(21%) sepia(105%) saturate(2281%) hue-rotate(40deg) brightness(69%) contrast(69%);
}


.w-fit{
  width: fit-content;
}

.selectMultiple-click {
  width: 165px;
  text-align: center;
}

/* uploadFile-body-section */

.uploadFile-body-section .form-group-folder {
  max-width: 400px;
}

.uploadFile-body-section .form-group-folder .form-control {
  height: 45px !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  padding-right: 32px;
}

.uploadFile-body-section .form-group-folder .fa-caret-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #abadaf;
}

.custom-label-media{
  white-space: nowrap;
}
.gap-3{
  gap: 20px;
}

.main-upload-content-f .dragDropFile h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.main-upload-content-f .dragDropFile i {
  font-size: 100px;
  color: var(--blueColor);
}

.main-upload-content-f .dragDropFile .up-f {
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.main-upload-content-f .fill-btn {
  max-width: 156px;
  margin: 0 auto;
}

.main-upload-content-f .up-file-nameDetail {
  padding-right: 16px;
  padding-top: 25px;
  overflow: auto;
  margin-bottom: 75px;
  padding-right: 30px;
}

/* .main-upload-content-f .up-file-nameDetail-height{
  height: 320px;
  overflow: auto;
  margin-bottom: 75px;
  padding-right: 30px;
} */
.review-modal-container .modal-dialog {
  max-width: 1200px;
}

.main-upload-content-f .up-file-nameDetail::-webkit-scrollbar {
  width: 4px;
}

.main-upload-content-f .up-file-nameDetail .up-file-img {
  width: 50px;
  height: 50px;
}

.up-file-nameDetail .details {
  width: calc(100% - 50px);
}

.main-upload-content-f .up-file-nameDetail .up-file-img img {
  object-fit: contain;
}

.up-file-nameDetail .details .data {
  color: #a7a7a7;
}

.up-file-nameDetail .delect-i a {
  font-size: 22px;
  padding: 0;
  margin: 0;

}


.folder-file-box-theme{
  width: 130px ;
  height: 130px;

}


.up-file-nameDetail .delect-i .trash {
  color: #cb3438;
}

.up-file-nameDetail .delect-i .check {
  color: #00a859;
  /* display: none; */
}

.main-upload-content-f .up-card-footer {
  border-top: 2px solid #d2d3d5;
}

.border-left {
  border-left: 2px solid #d2d3d5 !important;
}

.file-progress {
  max-width: 400px;
  width: 100%;
  display: none;
}

.file-progress .progress {
  background-color: transparent;
  border: 1px solid #00a859;
  height: 4px;
}

.file-progress .progress .progress-bar {
  background-color: #00a859;
}

.progress-barShow .file-progress,
.progress-barShow .delect-i .check {
  display: block !important;
}

.progress-barShow .delect-i .trash {
  display: none !important;
}

.main-upload-content-f .startUpload.disabled {
  background-color: transparent !important;
  color: #c6c6c6 !important;
  border-color: #d2d3d5 !important;
}

.close-sideBar-folder {
  font-size: 30px;
  color: #4b4b4d;
  text-align: right;
  margin-bottom: 20px;
  cursor: pointer;
}

.md-file-toggle {
  font-size: 22px;
  color: var(--lightBlueColor);
  margin: 0 7px;
}

.md-showDate-picker,
.md-showSearch-picker {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 30px;
}

.md-showDate-picker {
  width: 200px;
}

.md-showSearch-picker {
  width: 300px;
}

.md-hideDate-picker,
.md-hideSearch-picker {
  opacity: 1;
  visibility: visible;
}

.dateActive i,
.searchActive i {
  color: var(--blueColor) !important;
}

/* notesBars */
.noteFolder-slider {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.show-note-section .noteFolder-slider {
  width: calc(100% - 400px);
}

.sub-item-slider {
  padding: 0 10px;
  opacity: 0.3;
}

.slick-current {
  opacity: 1;
}

.sub-item-slider img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.top-first-slider-content .item-slider {
  padding: 0 80px;
}

.top-first-slider-content .item-slider img {
  width: 100%;
  object-fit: cover;
}

.noteFolder-slider .slider-title {
  color: #fff;
}

.notesBars {
  width: 400px;
  background-color: #fff;
  height: 100dvh;
  overflow: auto;
  border-left: 4px solid #d2d3d5;
  padding: 16px 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: translate(100%);
  z-index: 99;
}

.show-note-section .notesBars {
  transform: translate(0%);
}

.show-note-section .hide-note-btn {
  display: none !important;
}

.top-first-slider-content .slick-next:before,
.top-first-slider-content .slick-prev:before {
  content: "";
}

.top-first-slider-content .slick-next,
.top-first-slider-content .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background-color: #d6e2f3;
}

.top-first-slider-content .slick-next i,
.top-first-slider-content .slick-prev i {
  font-size: 20px;
  color: #073b74;
}

.top-first-slider-content .slick-next i {
  padding: 2px 0 0 3px;
}

.top-first-slider-content .slick-prev i {
  padding: 2px 3px 0 0px;
}

.top-first-slider-content .slick-next {
  right: 10px;
}

.top-first-slider-content .slick-prev {
  left: 10px;
  z-index: 8;
}

.top-first-slider-content .slider-note-add {
  max-width: 300px;
  position: absolute;
  top: 20px;
  right: 200px;
}

.top-first-slider-content .slider-note-add .count {
  border: 2px solid #fff;
  background-color: var(--blueColor);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin: 0 auto 10px auto;
}

.notesBars .note-card-header {
  background-color: var(--blueColor);
  border-radius: 4px;
  padding: 8px 10px;
  color: #fff;
  display: block;
}

.notesBars .note-card-header h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.notesBars .note-card-header .fa-times {
  font-size: 28px;
  color: #fff;
}

.notesBars .note-card-body .title-f {
  border-bottom: 1px solid #d6e2f3;
}

.notesBars .note-card-body .title-f .notes-btn {
  font-size: 16px;
  font-weight: 600;
  color: #a4abb2;
  cursor: pointer;
}

.notesBars .note-card-body .title-f h3 {
  color: #073b74;
  font-size: 28px;
  font-weight: 600;
  margin-left: -65px;
}

.main-showDate-fopder-section .note-form {
  padding: 6px 10px;
  border: 1px solid #8499c0;
  border-radius: 6px;
  background-color: #fff;
}

.main-showDate-fopder-section .note-form img {
  width: 30px;
  height: auto;
}

.main-showDate-fopder-section .note-form .input {
  width: calc(100% - 30px);
  background-color: transparent;
}

.main-showDate-fopder-section .note-form .input::placeholder {
  color: #8499c0;
}

.note-content-f .main-box-info {
  width: calc(100% - 60px);
}

.note-content-f .main-box-info img {
  width: 30px;
}

.note-content-f .main-box-info .data-info {
  width: calc(100% - 30px);
}

.note-content-f .main-box-info .data-info b {
  font-size: 18px;
  margin: 0 10px;
  font-weight: 500;
}

.note-content-f .main-box-info .data-info span {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}

.note-content-f .circle {
  width: 22px;
}

.note-content-f .circle i {
  font-size: 25px;
  cursor: pointer;
}

.note-content-f .close-circle {
  color: #cb3438;
}

.note-content-f .delet-card-note .close-circle i,
.note-content-f .delet-card-note .circle-check i,
.note-content-f .check-card-note .close-circle i {
  display: none;
}

.note-content-f .delet-card-note .data-info {
  color: #cb3438;
}

.note-content-f .delet-card-note .data-info span,
.note-content-f .check-card-note .data-info span {
  text-decoration: line-through !important;
}

.note-content-f .check-card-note .data-info {
  color: var(--checkColor);
}

.note-content-f .fa-check-circle-o {
  display: none;
  color: var(--checkColor);
}

.note-content-f .check-card-note .fa-check-circle-o {
  display: block !important;
}

.note-content-f .check-card-note .fa-circle-thin {
  display: none;
}

.notesBars .note-footer-card {
  gap: 15px;
}

.notesBars .note-footer-card .un-fill-btn {
  width: calc(50% - 7.5px);
  font-size: 16px;
  font-weight: 600;
}

.notesBars .note-footer-card .un-fill-btn i {
  font-size: 20px;
}

.notesBars .note-footer-card .ownership-btn {
  font-size: 13px;
}

.notesBars .note-footer-card .delect-btn {
  border-color: #cb3438;
  color: #cb3438;
}

.notesBars .note-footer-card .delect-btn:hover {
  background-color: #cb3438;
  color: #fff;
}

.notesBars .note-content-f {
  height: calc(100dvh - 282px);
  overflow: auto;
}

.top-first-slider-content {
  margin: 20px 0 0 0;
}

.file-select-icon svg {
  height: 15px !important;
  vertical-align: middle;
    margin-top: -4px;
}



#mainFolderName li {
  list-style: none;
}

#mainFolderName .arrow-icon {
  font-size: 20px !important;
}

#mainFolderName .bold {
  font-weight: 600;
  color: #4b4b4d;
  font-size: 15px;
}

.sm-row-folder-s {
  position: sticky;
  top: 0;
  z-index: 9;
}

.main-upload-card-body {
  padding: 0 0 0 !important;
}

.up-file-nameDetail .up-card-footer {
  position: absolute;
  bottom: 0;
  width: calc(100% - 15px);
  left: 0;
  background-color: #fff;
  border-radius: 0 0 17px 0;
  border-radius: 0 0 17px 0;
  -webkit-border-radius: 0 0 17px 0;
  -moz-border-radius: 0 0 17px 0;
  -ms-border-radius: 0 0 17px 0;
  -o-border-radius: 0 0 17px 0;
}

.up-card-footer .disabled {
  cursor: not-allowed;
}

.search-header-main .ml-4 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}

.search-header-main .card {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
}

.search-header-main .card .card-body li div {
  margin-bottom: 10px;
}

.file-main-content-container .dragDropFile .fa-cloud-arrow-up,
.search-header-main .dragDropFile .fa-cloud-arrow-up,.file-main-content-container .dragDropFile .fa-cloud-upload-alt {
  font-size: 100px;
  color: var(--blueColor);
}

.custom-modal-vue .close {
  padding: 0 !important;
  margin: 0 !important;
}

.request-text h5 {
  font-size: 16px;
  font-weight: 600;
}

.images-text {
  font-size: 16px;
  font-weight: 700;
}
#CreateFolder .modal-content{
  max-width: 820px;
  margin: auto;
}
#CreateFolder .modal-body{
  padding: 30px !important;
}

#CreateFolder

.customer-media-component .click-file-select h1 {
  font-size: 18px;
}

.customer-media-component .link-banner ul li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


.customer-media-component .folderName-row span {
  font-size: 16px;
}

.customer-media-component .card-select-row .card .top-img {
  height: 90px;
  position: relative;
}

.request-text {
  gap: 10px;
}
.modal-backdrop.show {
  z-index: 98 !important;
}


.customer-media-component .u-ct-check-line.check-boxs-file .custom-control-label::before,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-control-label::after,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.customer-media-component .u-ct-check-line.check-boxs-file .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after  {
  left: -16.5px !important;
}



/* Media */
@media screen and (max-width:1800px) {
  .folderName-row .folder-file-box {
    height: 130px;
    width: 130px;
  }
  .delete-image{
    top: 24px !important;
  }
  .folder-file-box-margin{
    margin-bottom: 20px;
  }
}

@media screen and (max-width:1400px) and (min-width:991px) {
  .main-folderContent .folder-slide-ct .accordion-sidebar .fa-folder {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    flex: 0 0 11.66666666666667%;
    max-width: 11.66666666666667%;
  }
}

@media (min-width: 992px) {
  .search-header-main .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}


/* @media */
@media (min-width: 991px) {
  .modal-dialog {
    margin: .5rem auto !important;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: .5rem auto !important;
  }

  .request-text {
    flex-wrap: wrap;
  }

  .ct-searchbar-border{
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .search-header-flex{
      flex-wrap: wrap;
  }
}

@media (max-width: 1500px) and (min-width: 1350px) {

  .selectFile-body-section .card-select-row .col-lg-2,
  .folderName-row .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1350px) and (min-width: 991px) {

  .selectFile-body-section .card-select-row .col-lg-2,
  .folderName-row .col-lg-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1350px) {
  .main-folderContent .folder-slide-ct {
    width: 236px;
    padding: 10px 10px 13px 0;
  }

  .folder-content-section {
    width: calc(100% - 236px);
  }

  .search-header .apply-all-btn {
    width: 195px;
  }

  .search-header .fill-btn,
  .search-header .un-fill-btn {
    padding: 8px 6px;
    font-size: 14px;
  }

  .search-header .uploadDateRange {
    width: calc(100% - 195px);
  }

}

@media (max-width: 1200px) {
  .link-banner ul li {
    font-size: 14px;
  }

  .link-banner ul li i {
    font-size: 16px;
  }

  .click-file-select h1 {
    font-size: 22px;
  }

  .top-first-slider-content .item-slider {
    padding: 0;
  }
}
@media (max-width: 1200px) and (min-width:991px) {
  .main-content-section-layout2 .folder-file-box-theme{
    width: 95px !important;
    height: 105px !important;
  }
}

@media (max-width: 991px) {
  .file-main-content {
    padding: 35px 15px 0 15px;
  }

  .main-folderContent {
    padding-top: 15px;
  }

  .main-folderContent .folder-slide-ct {
    transform: translateX(-120%);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100dvh;
    z-index: 8;
    background-color: #fff;
    transition: all 0.5s ease;
    padding-left: 15px;
    width: 300px;
  }

  .folder-content-section {
    width: 100%;
    padding: 0 15px 15px 15px;
  }

  .md-showSideBar {
    transform: translateX(0) !important;
  }

  .search-header .apply-all-btn {
    width: auto;
  }

  .search-header .uploadDateRange {
    width: auto;
  }

  .md-just-fy {
    justify-content: flex-end;
  }

  .click-file-select {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .click-file-select h1 {
    font-size: 18px;
    line-height: normal;
  }

  .md-get-div {
    flex-direction: column;
    align-items: flex-end !important;
  }

  .md-row-cols {
    align-items: flex-start !important;
  }

  .md-row-cols .fill-btn,
  .md-row-cols .un-fill-btn {
    padding: 5px 10px;
    font-size: 14px;
  }

  .close-ct-h {
    font-size: 28px;
    color: #4b4b4d;
    margin: 0 !important;
    order: 0;
  }

  .file-main-content .progress-line {
    width: 249px;
    order: 1;
  }

  .md-order-2-l {
    order: 2;
  }

  .folder-content-section {
    height: calc(100dvh - 223px);
  }

  .md-showDate-picker,
  .md-showSearch-picker {
    right: inherit;
    left: 0;
  }

  .md-border-bottom {
    border-bottom: 2px solid #d2d3d5;
    padding-bottom: 20px;
  }

  .main-upload-content-f .border-left {
    border-left: 0 !important;
  }

  .top-first-slider-content .item-slider {
    padding: 0;
  }

  .top-first-slider-content .slider-note-add {
    max-width: 200px;
    top: 5px;
    right: inherit !important;
    left: 20px;
  }

  .show-note-section .noteFolder-slider {
    width: 100%;
  }

  .top-first-slider-content .slick-next,
  .top-first-slider-content .slick-prev {
    display: none !important;
  }

  .sm-row-folder-s {
    position: unset;
  }

  .main-upload-card-body-container {
    padding: 0px 14px 0 14px !important;
  }

  .main-upload-card-body-container .row {
    margin: 0 !important;
  }

  .main-upload-card-body-container .dragDropFile {
    padding: 55px 0;
  }
  .main-upload-content-f .up-file-nameDetail {
    padding-right: 20px;
    padding-left: 20px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  .folderName-row .folder-file-box {
    height: 100px;
    width: 100px;
  }

  .folderName-row .file-number {
    font-size: 22px;
  }

  .folderName-row span {
    font-size: 14px;
  }

  .fileMain-header-section .md-row-cols {
    flex-direction: column;
    position: relative;
  }

  .fileMain-header-section .md-row-cols .fill-btn {
    margin-top: 0 !important;
  }

  .click-file-select h1 {
    font-size: 16px !important;
  }

  .click-file-select .fill-btn i {
    font-size: 16px;
  }

  .click-file-select {
    flex-direction: row;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
  }

  .md-row-cols .fill-btn,
  .md-row-cols .un-fill-btn {
    padding: 5px 5px;
    font-size: 13px;
  }

  .close-ct-h {
    font-size: 25px;
    position: absolute;
    right: 0;
    top: -18px;
  }

  .md-get-div {
    align-items: center !important;
    margin-top: 11px;
    justify-content: center !important;
    width: 100%;
  }

  .file-main-content .progress {
    height: 4px;
  }

  .progress-text {
    font-size: 13px;
    line-height: 11px;
  }

  .apply-all-btn .fill-btn,
  .apply-all-btn .un-fill-btn {
    width: 70px;
    padding: 5px 6px;
    font-size: 13px !important;
    display: block;
  }

  .uploadDateRange .date-icons i,
  .uploadDateRange .search-icons i {
    font-size: 20px;
  }

  .search-header .uploadDateRange {
    width: 100%;
  }

  .folder-content-section {
    /* padding: 0 5px 0 0; */
  }

  .sm-row-folder-s {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .md-file-toggle {
    font-size: 18px;
    margin: 0 0 6px 0px;
  }

  .selectMultiple-click {
    width: 132px;
    font-size: 15px !important;
    padding: 6px 8px;
  }

  .content-select-header .fa-cloud-download,
  .content-select-header .fa-trash {
    font-size: 22px;
  }

  .main-upload-content-f .dragDropFile i {
    font-size: 70px;
  }

  .main-upload-content-f .dragDropFile h3 {
    font-size: 18px;
  }

  .main-upload-content-f .up-file-nameDetail .up-file-img {
    width: 40px;
    height: 40px;
  }

  .up-file-nameDetail .details {
    width: calc(100% - 40px);
    font-size: 14px;
    padding-left: 10px !important;
  }

  .up-file-nameDetail .delect-i a {
    font-size: 20px;
  }



  .main-upload-content-f .fill-btn {
    max-width: 139px;
    padding: 5px;
  }

  .uploadFile-body-section .card-body {
    padding: 10px !important;
  }

  .top-first-slider-content .item-slider img {
    height: 300px;
  }

  .main-showDate-fopder-section .note-form img {
    height: auto !important;
  }

  .noteFolder-slider .slider-title {
    font-size: 12px;
  }

  .notesBars {
    width: 300px;
  }

  .notesBars .note-footer-card .un-fill-btn {
    padding: 5px 1px;
    width: calc(50% - 3px);
  }

  .notesBars .note-footer-card .ownership-btn {
    font-size: 11.5px;
  }

  .notesBars .note-footer-card .ownership-btn span {
    margin-left: 0 !important;
  }

  .sub-item-slider img {
    height: 62px;
  }

  .notesBars .note-footer-card {
    gap: 6px;
  }

  .notesBars .note-card-body .title-f {
    font-size: 21px;
    margin: 10px 0 !important;
    padding-bottom: 10px !important;
  }

  .notesBars .note-card-header h2 {
    font-size: 16px;
  }

  .notesBars .note-card-header .fa-times {
    font-size: 22px;
  }

  .notesBars .note-content-f {
    height: calc(100dvh - 239px);
  }

  .card-select-row .row {
    margin: 0;
  }

  .delete-image{
    top: 20px !important;
    left: 8px;
  }
  .file-select-icon svg{
    height: 16px !important;
  }

  .file-select-icon-theme{
    top: 20px !important;
  }
}

@media (max-width: 400px) {
  .folderName-row .folder-file-box {
    height: 70px;
    width: 70px;
  }

  .folder-file-box-theme .file-select-icon-theme {
    top: 14px !important;
  }

  .folderName-row .file-number {
    font-size: 17px;
    margin-top: 7px;
  }

  .modal-dialog {
    margin: .5rem !important;
  }

  .delete-image {
    width: 20px;
    height: 20px;
    top: 13px !important;
    left: 5px !important;
    box-shadow: none;
  }

  .file-select-icon svg{
    height: 11px !important;
  }

  .customer-media-component .folderName-row span {
    font-size: 14px;
  }
}

#__BVID__4___BV_modal_outer_ {
  z-index: 9999999 !important;
}
