﻿/*.ScreenshotPageWrapper {
    .user-select
        {
        width:fit-content;
    }
    .screenshot_wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 10px;

        .screenshot_holder {
            border: 1px solid #ccc;

            img {
                width: 100%;
            }

            .report_section {
                label {
                   font-weight:500;
                   padding-left:10px;
                    &:first-child {
                    }

                    &:last-child {
                    }
                    span{
                        font-weight:400;color:#201889;
                        padding-left:5px;
                    }
                }
            }
        }
    }
}
*/
.ScreenshotPageWrapper .screenshot_wrapper {
  padding: 15px;
  background: #dcdde1;
  height: calc(100vh - 113px);
  overflow: auto;
}
.ScreenshotPageWrapper .screenshot_wrapper .left-time {
  font-size: 20px;
  color: #777777;
  font-weight: bold;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date {
  display: flex;
  flex-grow: 1;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image {
  cursor: pointer;
  margin-bottom: 15px;
  width: calc(14.2857142857% - 12px);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .custom_checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image.active::after {
  background: #f27039;
  opacity: 0.05;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image img {
  width: 100%;
  opacity: 0.95;
  display: block;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .clock {
  background: #ffffff;
  padding: 10px;
  color: #313e5b;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .clock .clicks {
  flex-grow: 1;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .clock .clicks svg {
  width: 30px;
  stroke: #777777;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .clock .clicks .progress {
  width: 100%;
  height: 6px;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image .clock .clicks .progress .progress-bar {
  background: #f27039;
}
.ScreenshotPageWrapper .screenshot_wrapper .screnshot_and_date .screenshote_image:hover img {
  opacity: 0.9;
}
.ScreenshotPageWrapper .screenshot_wrapper .accordion-button {
  background: none;
  border: 0;
  box-shadow: 0 0 0;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.ScreenshotPageWrapper .screenshot_wrapper .accordion-button:after {
  display: none;
}
.ScreenshotPageWrapper .screenshot_wrapper .accordion-button:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #888888;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  transform: rotate(0deg);
}
.ScreenshotPageWrapper .screenshot_wrapper .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
}
.ScreenshotPageWrapper .screenshot_wrapper .accordion-item {
  background: none;
  border: 0;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox {
  --background: #fff;
  --border: #D1D6EE;
  --border-hover: #f27039;
  --border-active: #f27039;
  --tick: #fff;
  position: relative;
  margin: 0;
  display: block;
  cursor: pointer;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox input,
.ScreenshotPageWrapper .custom_checkbox .checkbox svg {
  width: 22px;
  height: 22px;
  display: block;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  border: 2px solid #999999;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox input:hover {
  border-color: #f27039;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}
.ScreenshotPageWrapper .custom_checkbox .checkbox input:checked {
  --b: var(--border-active);
}
.ScreenshotPageWrapper .custom_checkbox .checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.bounce {
  --stroke: var(--tick);
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.bounce input:checked {
  --s: 11px;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.ScreenshotPageWrapper .custom_checkbox .checkbox.bounce svg {
  --scale: 0;
}
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.ScreenshotPageWrapper .select-all button {
  padding: 5px 15px;
  background: #ff4444;
  border: 0;
  border-radius: 5px;
  color: #ff4444;
}
.ScreenshotPageWrapper .select-all button svg {
  width: 20px;
  stroke: #ffffff;
}

.screenshot_modal_body {
  display: grid;
  grid-template-columns: 80% 20%;
}

.custom-modal-xl {
  width: 90%;
  max-width: 90%;
}

.screenshot_modal_body table, .open_screenshotwrapper table {
  margin-bottom: 20px;
  width: 100%;
}
.screenshot_modal_body table tr td, .screenshot_modal_body table thead tr th, .open_screenshotwrapper table tr td, .open_screenshotwrapper table thead tr th {
  line-height: 1;
  color: #555 !important;
  text-align: left;
}
.screenshot_modal_body table tr td:nth-child(2), .screenshot_modal_body table thead tr th:nth-child(2), .open_screenshotwrapper table tr td:nth-child(2), .open_screenshotwrapper table thead tr th:nth-child(2) {
  text-align: right;
}
.screenshot_modal_body table tr th, .open_screenshotwrapper table tr th {
  font-size: 12px !important;
}
.screenshot_modal_body table tr td, .open_screenshotwrapper table tr td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 15rem;
  font-size: 11px !important;
}
.screenshot_modal_body table tr td:nth-child(2), .open_screenshotwrapper table tr td:nth-child(2) {
  text-align: right;
}

.lb-outerContainer {
  width: 80% !important;
  height: auto !important;
}

.open_screenshotwrapper {
  display: grid;
  grid-template-columns: 75% 25%;
  background: #f5f5f5;
  grid-gap: 10px;
  padding: 10px;
}
.open_screenshotwrapper .lb-image {
  max-width: 100%;
  height: auto !important;
}

.screenshote_image {
  cursor: pointer;
  margin-bottom: 15px;
  width: calc(14.2857142857% - 12px);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.screenshote_image .custom_checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.screenshote_image.active::after {
  background: #f27039;
  opacity: 0.05;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.screenshote_image .screens {
  background: #000000;
}
.screenshote_image img {
  width: 100%;
  opacity: 0.95;
  display: block;
}
.screenshote_image .clock {
  background: #ffffff;
  padding: 10px;
  color: #313e5b;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  width: 100%;
}
.screenshote_image .clock .clicks {
  flex-grow: 1;
}
.screenshote_image .clock .clicks svg {
  width: 30px;
  stroke: #777777;
}
.screenshote_image .clock .clicks .progress {
  width: 100%;
  height: 6px;
}
.screenshote_image .clock .clicks .progress .progress-bar {
  background: #f27039;
}
.screenshote_image:hover img {
  opacity: 0.9;
}

.screenshots_parent_wrapper .hourly_screenshots {
  width: calc(100% - 100px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
.screenshots_parent_wrapper .hourly_screenshots a {
  display: grid;
}
.screenshots_parent_wrapper .hourly_screenshots a .screenshote_image {
  width: 100%;
}
.screenshots_parent_wrapper .hourly_screenshots .screens {
  background: #000000;
  border-top: 5px solid #97C35B;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.screenshots_parent_wrapper .hourly_screenshots .screens.isIdle {
  border-top: 5px solid #ff0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.screenshots_parent_wrapper .hourly_screenshots .screens.isLowActivity {
  border-top: 5px solid #F9AF1C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.screenshot_filter_toprow {
  align-items: center;
  padding-right: 10px;
}
.screenshot_filter_toprow .screenshot_user_wrapper {
  width: fit-content;
  min-width: 250px;
}
.screenshot_filter_toprow .screenshot_user_wrapper .selected_user {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  color: #555;
}
.screenshot_filter_toprow .screenshot_user_wrapper .compliance_user_list {
  min-width: 230px;
}
.screenshot_filter_toprow .screenshot_company_wrapper {
  width: fit-content;
}
.screenshot_filter_toprow #reportrange {
  width: fit-content;
  height: fit-content;
}
.screenshot_filter_toprow .delete-btn {
  width: 1rem;
  margin-right: 0.5rem;
}

.screenshot_company_wrapper .selected_company {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  color: #555;
  min-width: 230px;
}
.screenshot_company_wrapper .cust-filter-list {
  display: none;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
}
.screenshot_company_wrapper .cust-filter-list .search i {
  top: 10px;
  color: #d5d5d5;
}
.screenshot_company_wrapper .cust-filter-list li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.screenshot_company_wrapper .search input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eee;
}

.screnshot_hours_wrapper {
  width: fit-content;
}
.screnshot_hours_wrapper .custom_checkbox {
  align-items: center;
}
.screnshot_hours_wrapper .custom_checkbox label {
  margin-bottom: 0;
}
.screnshot_hours_wrapper div {
  margin: 0 10px;
  text-align: center;
}
.screnshot_hours_wrapper label {
  margin-bottom: 4px;
  FONT-SIZE: 11PX;
  COLOR: #555;
}
.screnshot_hours_wrapper p {
  line-height: 1;
  FONT-SIZE: 12PX;
  COLOR: #f27039;
  MARGIN-TOP: -2px;
}
.screnshot_hours_wrapper p .hr_count {
  margin-right: 2px;
  COLOR: #555;
}
.screnshot_hours_wrapper p .min_count {
  margin-left: 2px;
  margin-right: 2px;
  COLOR: #555;
}

.screenshot_open_action_wrapper {
  justify-content: flex-end;
  grid-gap: 10px;
  align-items: center;
}
.screenshot_open_action_wrapper svg {
  width: 16px;
  cursor: pointer;
}
.screenshot_open_action_wrapper .dlt_btn {
  cursor: pointer;
  background: #d5d5d5;
  padding: 5px;
  border-radius: 3px;
}
.screenshot_open_action_wrapper .redo_btn, .screenshot_open_action_wrapper .close_btn {
  background: #d5d5d5;
  padding: 5px;
  border-radius: 3px;
}

.lb-details span {
  color: #555;
}
.lb-details span.heading {
  display: inline-block;
  color: #222;
  margin-right: 0px;
  padding-right: 3px;
  min-width: 73px;
}

.screenshot_deleted_bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.watermark_screens {
  position: relative;
}
.watermark_screens:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/DeletedScreenshot-White.png) center center no-repeat;
  background-size: contain;
}

.lb-nav {
  top: 40px;
  height: calc(100% - 40px);
}

.users_list li.custom_dropdown.open ul {
  max-height: 400px;
}
.users_list li.custom_dropdown.open ul .search {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.lb-nav {
  top: 0;
  height: 10rem;
  transform: translatey(calc(50% + 10rem));
  left: 0;
  width: 100%;
  right: 0;
  /* background: red; */
}
.lb-nav a.lb-prev {
  margin-left: 20px;
}

.lb-nav:hover a.lb-prev, .lb-nav:hover a.lb-next {
  display: block;
  opacity: 1;
}

.lb-nav a.lb-next {
  background-position-x: calc(100% - 20px);
  display: none;
}

.user_list_dropdown .user_initals {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff5555;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.users_list .user_initals {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff5555;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.custom_dropdown.open .user_list_dropdown {
  overflow: auto !important;
}

.compliance_user_list li {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 5px;
}

.compliance_user_list li:first-child {
  display: block;
}

.compliance_user_list li:first-child input:focus {
  outline-color: #ccc;
}

.users_list li {
  position: relative;
}

.users_list li .remove_user {
  display: none;
  position: absolute;
  right: 10px;
  line-height: 1;
  font-size: 10px;
  background: #f37f32;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
  top: 0;
  padding: 2px 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: all 2s;
}

.users_list li:hover .remove_user {
  transition: all 2s;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.users_list li.custom_dropdown ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 150%;
  left: 0;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.users_list li.custom_dropdown.open ul {
  top: 100%;
  max-height: 200px;
  opacity: 1;
}

.users_list li.custom_dropdown ul .search {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #eeeeee;
}

.users_list li.custom_dropdown ul .search svg {
  position: absolute;
  left: 5px;
  top: 11px;
}

.users_list li.custom_dropdown ul .search input {
  width: 100%;
  border: 0;
  padding: 0px 40px 0px 25px;
  height: auto;
  line-height: 20px;
}

.users_list li.custom_dropdown ul .search input:focus {
  border: 0;
  outline: 0;
}

.users_list li.custom_dropdown ul li:hover {
  background: #eeeeee;
}

.users_list li.custom_dropdown ul .search:hover {
  background: none;
}

.users_list li.custom_dropdown ul li {
  padding: 5px 10px;
  cursor: pointer;
}

.search input {
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 7px 40px 7px 15px;
  /*border-top: 1px solid #d5d5d5;*/
}

.search i {
  position: absolute;
  right: 20px;
  font-size: 1.1rem;
  top: 20px;
}

.cust-fil-wrap .cust-filter-list {
  height: auto;
}

.screenshot_user_wrapper .user-name-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  margin-left: 0;
}

.assign_list li.active .user_checkbox {
  background: #f27039;
  color: #fff;
}

.cust-fil-wrap .cust-filter-list li:hover {
  background: #eeeeee;
}

.ScreenshotPageWrapper h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
  color: #000;
}

.screenshot-calc {
  display: flex;
  margin-bottom: 5px;
}

.screenshot-calc select {
  border: 1px solid #ccc;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px;
  padding: 0px 5px;
  color: #000;
  font-size: 14px;
}

.screenshot-calc input {
  border: 1px solid #ccc;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  width: 200px;
}

.screenshot-calc input:focus {
  box-shadow: none !important;
  border-color: #ccc !important;
}

.screenshot-calc select:focus {
  outline: none;
}

.screenshote_image .clock {
  width: 100%;
}

.screenshote_image .clock span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
  color: #000;
  font-weight: 400;
}

.ScreenshotPageWrapper .screenshot_wrapper .accordion-button {
  color: #f27039;
  font-size: 19px !important;
}

.ScreenshotPageWrapper .screenshot_wrapper {
  background: #eee;
}

.ScreenshotPageWrapper .screenshot_wrapper .accordion-button:before {
  border-left: 10px solid #000 !important;
}

.screenwrap .custom_checkbox input {
  float: left;
}

.screenwrap .custom_checkbox {
  width: 100px;
}

.hourly_screenshots .custom_checkbox {
  width: auto;
}

.screenwrap .custom_checkbox label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.ScreenshotPageWrapper .custom_checkbox .checkbox input, .ScreenshotPageWrapper .custom_checkbox .checkbox svg {
  width: 18px !important;
  height: 18px !important;
}

.ScreenshotPageWrapper .screenshot_wrapper .left-time input {
  margin-top: 1px !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.screenshote_image .clock .d-flex.gap-3 span {
  font-size: 12px;
}

.lb-details span {
  color: #000;
  padding-right: 10px;
  display: block;
  padding-bottom: 3px;
  font-size: 12px;
}

.lb-data .lb-caption {
  margin-bottom: 3px;
}

.lb-data .lb-details span.lb-caption {
  font-weight: 400 !important;
}

.open_screenshotwrapper {
  grid-gap: 0 !important;
}

.open_screenshotwrapper .device_activities {
  margin-left: 10px;
}

.load-more {
  background-color: #000;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20px;
  margin: 50px 0;
  display: inline-block;
}

.load-more:hover {
  background-color: blue;
  text-decoration: none;
}

.search svg path {
  fill: #d5d5d5;
}

.search svg {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  stroke: #d5d5d5;
}

.search {
  position: relative;
}

.assign_list li.active .user_checkbox {
  background: #f27039;
  color: #fff;
}

.assign_list li .user_checkbox {
  justify-content: center;
}

.assign_list li .user_checkbox svg {
  width: 10px;
}

.cust-fil-wrap .cust-filter-list li {
  padding: 7px 10px;
  font-size: 13px;
}

.cust-fil-wrap .cust-filter-list {
  min-height: 145px;
}

.cust-fil-wrap .cust-filter-list li:hover {
  background: #eee;
}

.users_list li.custom_dropdown.open ul .search {
  position: sticky;
  top: 0;
  background: #fff;
  height: 40px;
}

.users_list li.custom_dropdown ul .search input {
  width: 100%;
  border: 0;
  padding: 0px 40px 0px 25px;
  height: auto;
  line-height: 20px;
}

.users_list li.custom_dropdown ul .search svg {
  position: absolute;
  left: 5px;
  top: 1px;
  right: auto;
  width: 17px;
  stroke: #000;
  height: 17px;
}

.screenshot_user_wrapper .users_list li.custom_dropdown ul li {
  display: inline-block !important;
  align-items: center;
  font-size: 14px;
  width: 100%;
}

.screenshot_filter_toprow .screenshot_user_wrapper li {
  line-height: 1;
}

.screenshot_user_wrapper .users_list li.custom_dropdown ul li img {
  margin-right: 6px;
  width: 25px;
  height: 25px;
}

.screenshot_user_wrapper .users_list .user_initals {
  margin-right: 6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f36f22;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  float: left;
}

.screenshot_user_wrapper .users_list .user_name span {
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
}

.screenshot_user_wrapper .users_list .user_name {
  float: left;
  width: 83%;
  display: flex;
  line-height: 25px;
}

.screenshot_user_wrapper .user_initals.user_intial_image {
  background: transparent;
}

.screenshot_user_wrapper .users_list li.custom_dropdown ul .search input {
  line-height: 27px;
}

.screenshot_filter_toprow #reportrange {
  font-size: 14px;
}

.screnshot_hours_wrapper label {
  margin-top: 2px;
  display: block;
}

.screenshot_filter_toprow .screenshot_user_wrapper .selected_user {
  height: 30px;
  line-height: 30px;
}

.screenshot_user_wrapper .users_list.selected_user .user_name {
  width: 100%;
  line-height: 20px;
}

.screenshot_user_wrapper .users_list li.custom_dropdown.open ul {
  left: 0;
}

.screenshot_company_wrapper .cust-filter-list li span {
  width: 180px;
  margin-right: 10px;
}

#reportrange {
  border-radius: 3px;
}

.screenshot_user_wrapper .users_list li.custom_dropdown ul .search svg {
  top: 0;
}

@media (max-width: 1500px) {
  .screenshot_filter_toprow .screenshot_user_wrapper {
    flex-basis: 25%;
  }
  .screenshot_filter_toprow .screenshot_company_wrapper {
    flex-basis: 26%;
  }
  .screenshot_filter_toprow .screnshot_hours_wrapper {
    flex-basis: 50%;
    justify-content: flex-start;
  }
  .screenshot_filter_toprow .activity_date {
    flex-basis: 50%;
    width: auto;
    justify-content: flex-end;
  }
  .screenshot_filter_toprow .activity_date .screnshot_hours_wrapper div {
    text-align: right;
  }
  .screenshot_filter_toprow #reportrange {
    font-size: 12px;
  }
}
