body{
    background-color: #fff !important;
}
/* .fota-tabs .nav-pills>li.active>a,
 .fota-tabs .nav-pills>li.active>a:focus,
 .fota-tabs .nav-pills>li.active>a:hover {
    padding: 7px 0px !important;
    margin-left: 5px !important;
} */
.fota-tabs .nav-pills>li.active>a,
 .fota-tabs .nav-pills>li.active>a:focus,
  .fota-tabs .nav-pills>li.active>a:hover {
    color: #000;
    background-color: #85d7ff;
    border-radius: 30px;
}
.fota-tabs ul li a {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto-Medium', sans-serif;
    padding: 8px 20px;
    gap: 5px;
    display: flex;
   
}
.fota-tabs ul {
    border: 1px solid #eaf1fb;
    border-radius: 90px;
    background: #eaf1fb;
    height: 44px;
    margin-bottom: 16px;
    padding: 5px;
    gap: 0px;
    display: inline-flex;
    max-width: 552px;
    align-items: center;
    justify-content: flex-start;
}

.fota-tabs ul li {
    display: inline !important;
    width: auto !important;
}
/* ------------ */
.fota-inner-title h3 {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.fota-inner-title-wrap {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}

.fotaview {
    margin-left: auto;
}
.view-btn {
    background-color: #EAF1FB;
    border-radius: 90px;
    padding: 6px 6px 6px 12px;
    color: #1F1F1F;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    max-width: 84px;
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
}

.view-btn:hover,
.view-btn:focus {
    color: #1F1F1F;
}

.view-btn i {
    font-weight: 400;
    font-size: 10px;
    color: #1F1F1F;
}
.device-details-wrap {
    background-color: #F4F7FA;
    border-radius: 24px;
    padding: 16px;
}
.device-details-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 16px;
}
.device-details-wrap p {
    margin: 0 0 3px;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #767B81;
    font-weight: 500;
}
.inprogress-deployment {
    padding-top: 16px;
}
.device-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    margin: 0;
    width: 24%;
}
.android-no {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #1F1F1F;
    font-weight: 500;
}
.user-activity-wrap {
    background-color: #F4F7FA;
    border-radius: 24px;
    padding:16px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.user-activity-box {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 8px;
    margin: 0;
    width: 49%;
    text-align: center;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ua-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #767B81;
    font-weight: 500;
    margin:0;
}

.user-activity-no {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #1f1f1f;
    font-weight: 300;
}
.add-deployement-btn{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0px;
    text-align: center;
    background-color: #FFBD98;
    border: 1px solid #FFBD98;
    padding: 16px 24px;
    border-radius: 25px;
    color: #1F1F1F;
    font-family: "Roboto-Medium",sans-serif;
}
.fota-chart-wrap {
    margin-bottom: 30px;
    margin-top: 16px;
}
.user-activity-main {
    margin-top: 16px;
}
.add-deployement-btn-wrap {
    text-align: center;
    width: 100%;
    margin: 10px;
    height: 132px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.dev-table-wrap .table .thead-dark th {
    background-color: transparent;
    border: 0;
    color: #5A6471;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 14px;
}

.dev-table-wrap .table {
    border: 0;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0 7px;
    margin: 0 0 32px;
}

.dev-table-wrap .table tbody td,
.dev-table-wrap .table thead th  {
    border: 0;
    padding: 14px 20px;
}

/* .dev-table-wrap .table tbody tr {
    background-color: #F4F7FA;
} */
.dev-table-wrap .table tbody tr td:first-child {
    border-radius: 15px 0 0  15px;
}

.dev-table-wrap .table tbody tr td:last-child {
    border-radius: 0 15px 15px 0;
}
.dev-table-wrap .table tbody tr td {
    background-color: #F4F7FA;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #1A2034;
}
.inprogress-status {
    color:#E18C3E !important;
}
.completed-status {
    color:#55B8A7 !important;
}
.fotbox-right-card {
    margin-bottom: 48px;
}
.completed-icon i{
    color:#BCD2DE !important;
}
.sort-icon-wrap i {
    font-size: 7px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}
.sort-icon-wrap {
    position: relative;
    left: 6px;
    top:3px;
}
.sort-icon-wrap i.fa-arrow-down {
    left: auto;
    right: -15px;
    top: 2px;
}
.sort-icon-wrap i:hover {
    color: #8cbae7;
}

.sort-icon-wrap i.active {
    color: #c1bbbb;
    cursor: default;
}
.actionarrow{
    cursor: pointer;
}

/* Chart css Begin*/
.device-chart-wrap {
    position: relative;
    width: 223px;
    height: 223px;
    margin: 0 auto 32px;
  }
  
  .chart-absolute-center {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .chart-text-center{
    text-align: center;
  }
  
  .chart-total-value {
    margin: 0;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: #1F1F1F;
}

.chart-total-title {
    margin: 0;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #767B81;
}
  /* Chart css end*/

  /* DeviceTab css Begin*/
.device-second-section {
    margin: 16px 0 0;
}
input.device-checkbox {
    margin: 0 24px 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13.5px;
    height: 13.5px;
}
.dev-table-wrap .table tbody tr.active td {
    background-color: #EAF1FB;
}
input.device-checkbox:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    height: 14px;
    width: 14px;
    border: 2px solid #767B81;
    background-color: #fff;
    border-radius: 3px;
    margin-top: -5px;
    z-index: 99;
}

input.device-checkbox:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #fff;
    padding: 4px 2px 2px 1px;
    opacity: 0;
    transition: all 200ms ease;
    transform: rotate(45deg) translate(-0.6px, 0.4px);
    z-index: 99;
}

input.device-checkbox:checked:after {
    opacity: 1;
}

input.device-checkbox:checked:before {
    background-color: #85D7FF;
    border: 1px solid #85D7FF;
}
.device-menu-ul {
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
}

.device-menu-ul > li > .device-li-inner {
    background-color: transparent;
    border-radius: 90px;
    padding: 8px 16px;
    line-height: 24px;
    margin: 0 0 10px;
    height: 40px;
    vertical-align: middle;
    position: relative;
}

.device-menu-ul > li > .device-li-inner > a {
    color: #767B81;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.threedot-wrap {
    position: absolute;
    right: 14px;
    cursor: pointer;
    top: 8px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.device-menu-ul > li.active > .device-li-inner,
.device-menu-ul > li > .device-li-inner:hover {
    background-color: #85D7FF;
}
.device-menu-ul > li.active > .device-li-inner >  a,
.device-menu-ul > li > .device-li-inner:hover > a {
    color: #1F1F1F;
}

/* .device-menu-ul > li.active > .device-li-inner > .threedot-wrap,
.device-menu-ul > li > .device-li-inner:hover > .threedot-wrap {
    color: #1F1F1F;
} */
.device-menu-ul > li.active > .device-li-inner img,
.device-menu-ul > li > .device-li-inner:hover img {
    filter: brightness(-100%);
}
.add-group-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 0px;
    text-align: center;
    background-color: #FFBD98;
    border: 1px solid #FFBD98;
    padding: 8px 15px 8px 10px;
    border-radius: 25px;
    color: #1F1F1F;
    font-family: "Roboto-Medium", sans-serif;
}
.add-group-btn:hover {
    color: #1F1F1F;
}
.device-search-icon{
    background: url(../../assets/images/device-search-icon.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    left: 34px;
}
.device-input-group .device-search-input {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
    border: 0;
    height: 46px;
    background-color: #F6F8FA;
    width: 100%;
    padding: 13px 16px;
    font-family: "Roboto-Flex",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #767B81;
}

.device-search-phone-block .device-input-group-addon {
    border-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #F6F8FA;
    padding: 13px 20px 13px 16px;
    white-space: nowrap;
    vertical-align: middle;
}

.device-input-group {
    display: flex;

}

.device-input-group .device-search-input::placeholder {
    color: #767B81;
}
.device-selector-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.device-sort-filter {
    border: 1px solid #eaf1fb;
    border-radius: 30px;
    background: #eaf1fb;
    width: 156px;
}

.device-sort-filter ul li a {
    padding: 8px 15px 8px 30px;
    color: #767B81;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Roboto-Medium", sans-serif;
}

.device-sort-filter ul li:first-child {
    border-right: 2px solid #fff;
}
.device-search-outer {
    align-items: center;
    justify-content: center;
    display: flex;
}
.device-sort-icon {
    background: url(../../assets/images/sorting-icon.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 10px;
    background-size: contain;
}
.device-filter-icon {
    background: url(../../assets/images/filtericon.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 10px;
    background-size: contain;
}
.device-menu-ul > li.checked-menu > .device-li-inner {
    background-color: #F6F8FA;
}
.device-menu-ul li .fa-check-circle {
    font-size: 20px;
    display: none;
}
.device-menu-ul li.checked-menu .fa-check-circle {
    display: block;
}
.device-menu-ul li.checked-menu .threedot-side{
    display: none;
}
.action-popup-wrap {
    padding: 8px 16px;
    background: #fff;
    width: 125px;
    position: absolute;
    right: -90px;
    box-shadow: 0px 5px 10px 0px #00000026, 0px 1px 2px 0px #00000040;
    border-radius: 8px;
    top: 43px;
    z-index: 93;
}

.action-popup-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action-popup-wrap ul li {
    padding: 10px 0;
    margin: 0;
    height: auto;
}
.action-popup-wrap ul li > a {
    color: #1F1F1F;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}
.device-menu-ul > li {
    position: relative;
}
.res-img-wrap {
    width: 18px;
    display: inline-block;
    height: 18px;
    text-align: center;
}
.rec-btn {
    background-color: #F4F7FA;
    border-radius: 90px;
    padding: 8px 16px 8px 8px;
    color: #767B81;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
}
.rec-btn:hover,
.rec-btn.active {
    background-color: #EAF1FB;
    color: #1f1f1f;
}
.rec-btn:hover .restart-img,
.rec-btn.active .restart-img {
    filter: brightness(-100%);
}
.all-actions-button-wrap {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}
.all-actions-item {
    position: relative;
}
.more-popup-wrap {
    padding: 8px 16px;
    background: #fff;
    min-width: 222px;
    position: absolute;
    left: 0;
    box-shadow: 0px 5px 10px 0px #00000026, 0px 1px 2px 0px #00000040;
    border-radius: 8px;
    top: 43px;
    z-index: 93;
    max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
}

.more-popup-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.more-popup-wrap ul li {
    padding: 10px 0;
    margin: 0;
    height: auto;
}
.more-popup-wrap ul li > a {
    color: #1F1F1F;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}
.width-20{
    width:20%;
}
.width-80{
    width:80%;
}
/* DeviceTab css End */

/* Popup css Begin */
.device-popup .modal-dialog-centered {
    min-height: calc(100% - 0rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 375px;
    margin: 0 auto;
}

.device-popup .modal-dialog-centered>.modal-content {
    width: 100%;
    border-radius: 16px;
}
.device-popup-content {
    text-align: center;
    padding: 9px 0;
}

.device-popup-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto-Medium',sans-serif;
    /* max-width: 240px; */
    margin: 0 auto 24px;
    line-height: 28px;
}

.device-popup-content img {
    margin-bottom: 24px;
}
.modal-action-button .add-group-btn {
    padding: 16px 24px;
    border: 0;
}   
.add-group-btn.restart {
    background-color: #F4F7FA;
    border-color: #F4F7FA;
}
.device-popup.createNewGroup .modal-dialog-centered {
    max-width: 460px;
}
.createNewGroup .modal-header {
    background: transparent;
    color: #000;
    padding: 0;
    position: relative;
    border-bottom: 0;
}
.createNewGroup .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.createNewGroup .modal-body {
    padding: 24px;
}
.createNewGroup  .modal-title {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-family: "Roboto-medium", sans-serif;
    font-weight: 500;
    /* margin: 0 0 32px; */
    margin: 0;
}
.added-group-top {
 
    position: relative;
}
.added-group-input{
    background: #F6F8FA;
    padding: 13px 16px;
    border-radius: 90px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    font-family: "Roboto-flex",sans-serif;
    width: 100%;
    border: 0;
}
.added-group-cross {
    position: absolute;
    top: 12px;
    right: 20px;
}
.added-group-cross img {
    margin: 0;
}
.added-group-row {
    margin: 0 0 24px;
}
.device-select .form-control {
    background: #F6F8FA;
    padding: 13px 16px;
    border-radius: 90px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    font-family: "Roboto flex",sans-serif;
    width: 100%;
    border: 0;
    height: 46px;
    background-image: url('../../assets/images/selectarow.svg');
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right 16px;
}
.createNewGroup .device-search-icon {
    left: 19px;
}

.createNewGroup .device-search-phone-block .device-input-group-addon {
    position: relative;
}
.devicegroup-listing-wrap {
    background: #F6F8FA;
    border-radius: 16px;
}
.devicegroup-listing-item{
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #1A2034;
    font-family: "Roboto-flex", sans-serif;
    width: 100%;
    border: 0;
    position: relative;
    border-bottom: 1px solid #fff;
}

.devicegroup-listing-item img.divcross {
    margin: 0;
    position: absolute;
    top: 18px;
    right: 20px;
}
.added-group-space{
    margin-bottom: 16px;
}
.create-group-large-btn {
    background: #FFBD98;
    padding: 13px 16px;
    border-radius: 90px;
    font-size: 14px;
    line-height: 17px;
    color: #1F1F1F;
    font-family: "Roboto-Medium", sans-serif;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}
.create-group-large-btn img.divcross {
    margin: 0 10px 0 0;
}
.create-group-large-btn.large-btn-second {
    background: #EAF1FB;
    margin-top: 10px;
}
/* Popup css End */
.deployements-wrap {
    margin-top: 15px;
}
.popup-note {
    color: #767B81;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto flex', sans-serif;
    line-height: 16px;
    margin-bottom: 0;
}
.dc-lable-wrap {
    display: flex;
    margin-top: 10px;
}

.dc-status {
    margin-left: auto;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto flex', sans-serif;
    line-height: 20px;
    display: flex;
    justify-content: center;
}

.dc-lable {
    color: #1F1F1F;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto flex', sans-serif;
    line-height: 16px;
}
.dc-status .viewdevice-img {
    margin: 0 5px 0 0;
}
.viewdevice-link,
.viewdevice-link:hover {
    color: #E1AD90;
}
.device-progress-bar {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 24px;
    padding: 0 0 16px;
    justify-content: space-between;
    position: relative;
}
ul.device-progress-bar:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    border: 2px dashed #54B8A7;
    top: 12px;
    z-index: 2;
}
.progressbar-50:after{
    width: 50%;
}
.progressbar-100:after{
    width: 100%;
}
.device-progress-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    border: 2px dashed #d2d1d1;
    top: 12px;
    z-index: 2;
}
.device-progress-bar input.device-checkbox {
    margin: 0;
}
.device-progress-bar input.device-checkbox:before {
    height: 18px;
    width: 18px;
}

.device-progress-bar input.device-checkbox:after {
    left: 7px;
    margin-top: -2px;
    border-width: 0px 3px 3px 0px;
    padding: 6px 2px 2px 1px;
}
.deployment-popup-wrap .modal-title {
    margin-bottom: 16px;
}
.deployment-popup-wrap input.device-checkbox:checked:before {
    background-color: #54B8A7;
    border: 1px solid #54B8A7;
}

/* Release Begin */
.release-main-wrap .device-sort-filter ul li:first-child {
    border-right:none;
}
.release-main-wrap .device-sort-filter {
    width: auto;
}
.createNewGroup.release-popup-wrap .modal-title {
    margin-bottom: 16px;
}
.upload-seaction-label p {
    color: #1A2034;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: 'Roboto Flex',sans-serif;
    margin: 0 0 11px;
}
.upload-or p{
    color: #767B81;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Roboto Flex',sans-serif;
    margin: 0 0 11px;
}
.uploadtop {
    margin: 0 0 24px;
}
.upload-button-section {
    padding: 36px 19px;
    border: 2px dashed #BCD2DE;
    border-radius: 16px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.upload-inner-content input[type="file"] {
    font-size: 100px;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    display: inline-block;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}
.release-popup-wrap .device-popup-content img {
    margin-bottom: 5px;
    cursor: pointer;
}
.upload-inner-content p {
    margin: 0 0 5px;
    cursor: pointer;
}  
.cd-label {
    text-align: left;
    font-size: 12px;
    color: #1F1F1F;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Roboto flex', sans-serif;
    margin-bottom: 8px;
}
.rel-item-inner{
    margin:0 0 14px;
}
.rel-field-title {
    font-size: 18px;
    color: #1F1F1F;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Roboto flex', sans-serif;
    text-align: left;
    margin-bottom: 14px;
}
.release-popup2-wrap .device-popup-content {
    text-align: left;
}
.showbox-inner {
    background: #F6F8FA;
    padding: 13px 16px;
    border-radius: 90px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #767B81;
    font-family: "Roboto flex", sans-serif;
    width: 100%;
    border: 0;
    height: 46px;
}
.file-circle {
    background-color: #EAF1FB;
    width: 46px;
    height: 46px;
    border-radius: 90px;
    text-align: center;
    line-height: 42px;
}
.file-circle img {
    margin: 0;
}
.input-del-wrap {
    position: relative;
    width: calc(100% - 54px);
}
.file-circle-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.showbox {
    margin-bottom: 10px;
}
.release-directory-note p {
    font-size: 12px;
    color: #1F1F1F;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Roboto flex', sans-serif;
    margin-bottom: 0;
}
.release-group {
    margin-bottom: 24px;
}
.phone-brand {
    border: 1px solid #ccc;
    padding: 8px 33px 8px 10px;
    border-radius: 90px;
    display: inline-block;
    position: relative;
}
.phone-cross {
    position: absolute;
    right: 15px;
    top: 14px;
}
.phone-brand-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.device-popup{
    padding:10px 0;
}
/* Release End */

/* Audit logs Begin */
.audit-logs-content {
    background-color: #F6F8FA;
    border-radius: 16px;
    padding: 24px;
}
.select-bg-white.device-select .form-control,
.select-bg-white .added-group-input {
    background-color: #fff;
}
.logs-label {
    color: #1F1F1F;
    font-weight: 500;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.audit-filter-category1 {
    margin-bottom: 24px;
}
.audit-download-btn-wrap .create-group-large-btn {
    max-width: 311px;
    margin-left: auto;
}
.audit-download-btn-wrap {
    text-align: right;
    padding: 20px 0 0;
}
.audit-logs-wrap {
    padding: 15px 0 20px;
}
.audit-log-title h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Roboto-Medium', sans-serif;
    margin: 0 0 10px;
}
.datepicker-wrap .form-control {
    background: #fff;
    padding: 13px 16px;
    border-radius: 90px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    font-family: "Roboto flex", sans-serif;
    width: 100%;
    border: 0;
    height: 46px;
}

.datepicker-wrap.dateicon:after {
    top: 16px;
    right: 15px;
    color: #3b3a3a;
}
.filterby-date-inner {
    background: #fff;
    padding: 13px 5px;
    border-radius: 90px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    font-family: "Roboto flex", sans-serif;
    width: 100%;
    border: 0;
    height: 46px;
    align-items: center;
    display: flex;
    gap: 8px;
}
.filter-check-btn {
    background-color: transparent;
    border-radius: 90px;
    padding: 10px 15px;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
}
.filter-checkbtn-active{
    background-color: #85D7FF;
}
.filter-checkbox input.device-checkbox {
    margin-right: 10px;
}
.filter-checkbox input.device-checkbox:checked:before {
    background-color: transparent;
    border: 2px solid #1f1f1f;
}

.filter-checkbox input.device-checkbox:checked:after {
    border-color: #1f1f1f;
    left: 6px;
    padding-left: 0;
}
.audit-filter-category2 .col-md-6 {
    width: 44%;
}

.audit-filter-category2 .col-md-3 {
    width: 28%;
}

/* Audit logs End */

.modal-content-innerText .devicegroup-listing-item {
    display: flex;
}

span.div-value {
    margin-left: auto;
    font-family: "Roboto-medium", sans-serif;
    font-weight: 500;
    overflow-wrap: anywhere;
    width: 200px;
    text-align: right;
}

span.div-val-inner {
    width: 200px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow-wrap: anywhere;
}
.fota-delete-icon, .fota-plus-icon{
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

  @media only screen and (max-width: 1320px) {
    .user-activity-wrap{
        gap: 6px;
    }
    .device-details-inner{
        gap: 3px;
    }
  }