body {
    overflow-x: hidden;
    color: #555;
    background-color: #f5f5f6;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #525252;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

header {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

select {
    font-size: 14px;
    width: 100%;
    border: none;
    -webkit-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    padding: 6px;
    border-radius: 5px;
    font-weight: 600;
    color: #555;
}

input {
    -webkit-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

.plus {
    -webkit-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    color: #555;
    width: 2rem;
    height: 2rem;
}

.control-btn {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px -5px rgba(0, 0, 0, 0.75);
    width: 3rem;
    height: 3rem;
    margin: 0 4px;
}

.control-input {
    width: 3rem;
    height: 3rem;
    -moz-appearance: textfield;
}

.col-new {
    flex: 0 0 auto;
    width: 10.666667%;
}

.mid {
    margin: 10px;
    padding: 10px;
}

.mid-groupdocs {
    margin: 0px -15px;
    padding: 10px;
}

.iframe {
    height: 96vh;
    width: 100%;
    margin-top: 1.5rem;
}

.iframe-desktop {
    height: 96vh;
    width: 100%;
    margin-top: 1.2rem;
}

.iframe-mobile {
    height: 94vh;
    width: 100%;
    margin-top: -2.5rem;
}

.iframe-mobile-sheet {
    position: relative;
    height: 94vh;
    width: 100%;
    margin-top: -2rem;
}

.formula-hide {
    position: absolute;
    top: 5rem;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    height: 2rem;
}

header {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

.frame {
    margin-top: 2rem;
}

.frame-pdf > iframe,
.frame-txt > iframe {
    margin-top: 3.5rem;
    height: 91vh;
}

.frame-image {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    max-height: 100%;
    max-width: 100%;
}

.image_view {
    width: 100%;
    height: 100vh;
    background-size: contain;
    margin-top: 4rem;
    background-repeat: no-repeat;
}

.no-file-top {
    margin-top: 4rem;
}

.groupdocs-images {
    display: flex;
    justify-content: center;
}

.groupdocs-images > img {
    max-width: 100%;
}

.sub_header {
    position: fixed;
    z-index: 1000;
    background-color: #fafbfe;
    width: 100%;
    top: 3.5rem;
}

.docViewer-content {
    margin-top: 4rem;
}

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

.control-btn > svg {
    width: 1rem;
}

.select-control {
    height: 3rem;
}

.download-icon {
    width: 1.5rem;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.text-warp {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 800px) {
    .w-80p {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .download,
    .zoom-options-groupdocs,
    .zoom-options,
    .mobile-hide {
        display: none !important;
    }
}

@media (max-width: 765px) {
    .frame-pdf {
        margin-top: 2rem;
    }
}

.zoom-options,
.zoom-options-groupdocs {
    position: fixed;
    z-index: 9999;
    top: 85%;
    left: 46%;
}

.zoom-options-groupdocs {
    display: none;
}

.zoom-options > button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #494949;
    border: none;
    opacity: 0.8;
}

.image_img_groupdocs {
    display: block;
    margin: auto;
    height: 100vh;
    width: auto;
    margin-top: 4rem;
}

.scroll {
    overflow: scroll;
}

.loader {
    border: 10px solid #d3d3d3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}

.image-container img {
    margin-bottom: 1rem;
}

.page-number {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    font-size: 14px;
}

.iframe-spreadsheet {
    height: 100vh;
    width: auto;
    margin-top: -0.4rem;
    margin-left: -40px;
}

.iframe-desktop-slide {
    height: 96vh;
    width: auto;
    margin-top: 1.2rem;
    margin-left: -42px;
}

.frame-txt-mobile > iframe {
    margin-top: 0;
}

.modal-backdrop.show {
    z-index: 1 !important;
}


.cancelbtn {
  background: #61c532;
  width: 50%;
  color: #fff;
  padding: 24px !important;
  border: 1px solid #bfbfbf;
  height: 47px;
  border-radius: 33px;
  line-height: 0;
  font-size: 17px;
  font-weight: 400;
  margin-top: 12px;
}

.cancelbtn:hover {
background: #61c532;
width: 50%;
color: #fff;
padding: 24px !important;
border-radius: 33px;
line-height: 0;
font-size: 17px;
font-weight: 400;
margin-top: 12px;
border: 1px solid #bfbfbf;
height: 47px;
}

button.btn.primary-xl {
background: #61c532;
width: 100%;
color: #fff;
padding: 24px !important;
border-radius: 33px;
line-height: 0;
font-size: 17px;
font-weight: 400;
margin-top: 12px;
height: 47px;
}


.modal-content {
background-color: #282828 !important;
border-radius: 12px !important;
}

.fs-14 {
font-size: 14px;
line-height: 26px;
color:#ffffff;
}

.modal-sm {
--bs-modal-width: 500px;
height:150px;
}



