/**** shivam css start here ***/

.panel {
    padding: 10px;
}

.nopadd_flt_rgt {
    padding-bottom: 18px;
    float: right;
}

.no_padd_rgt {
    padding-right: 0px !important;
}

.header h4 {
    color: #000 !important;
    float: left !important;
    font-weight: 400;
}

.sidebar:after {
    background: linear-gradient(to bottom, #373b5f 0%, #373b5f 100%);
}

.sidebar .nav li.active>a {
    background: none !important;
    color: #fff !important;
}

.sidebar .nav li>a {
    color: #b8bac7 !important;
}

.sidebar .nav li.active p {
    font-weight: 600 !important;
}

.collapsed {
    background: #242849 !important;
}

.toggle_console[aria-expanded="true"] {
    background: #1DC7EA !important;
}

.toggle_console:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.toggle_console:hover {
    border: none !important;
}

.olFramedCloudPopupContent h3 {
    margin: 5px 0 10px !important;
}

.stats {
    color: #000 !important;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

/**** shivam css close here ***/

/*** ggoyal start, Import country, city, states **/
.outer-scontainer {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.outer-scontainer .input-row {
    margin-top: 0px;
    margin-bottom: 0px;
}

.outer-scontainer input.csv-file {
    display: inline-block;
}

.outer-scontainer .btn-submit {
    background: #333;
    border: #1d1d1d 1px solid;
    color: #f0f0f0;
    font-size: 0.9em;
    width: 100px;
    cursor: pointer;
    padding: 9px 5px;
    border-radius: 5px;
    margin-right: 20px;
}

#response {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    display: none;
}

.success {
    background: #c7efd9;
    border: #bbe2cd 1px solid;
}

.error {
    background: #fbcfcf;
    border: #f3c6c7 1px solid;
}

div#response.display-block {
    display: block;
}

/*** Import country, city, states **/

.olPopup div img {
    display: none;
}

.olPopup .olPopupCloseBox {
    background: #000;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
}

.olPopup .olPopupCloseBox::before {
    content: "\f00d";
}

.olMap.fullscreen,
.olMap:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
}

.olControlFullScreenItemActive,
.olControlFullScreenItemInactive {
    height: 20px;
    width: 20px;
    background-image: url(../img/fullscreen.png);
    cursor: pointer;
}

.olControlFullScreenItemActive {
    background-position: 0 -25px;
}

.olControlFullScreenItemInactive {
    background-position: 0 0;
}

.olControlPanel.olControlNoSelect {
    right: 10px;
    top: 10px;
}

.olPopup {
    background: #fff;
    border: 1px solid #ccc;
    height: auto !important;
    max-height: 300px;
    min-height: 240px;
}

.olFramedCloudPopupContent,
.olPopup .olPopupCloseBox {
    top: 10px !important;
}

.olFramedCloudPopupContent {
    height: auto !important;
}

.olFramedCloudPopupContent label {
    font-size: 13px;
}

.map-note-button {
    background-color: #1DC7EA;
    color: #fff;
    border: none;
    margin-left: 5px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.olFramedCloudPopupContent {
    padding: 0px !important;
}

.olFramedCloudPopupContent p {
    font-size: 13px !important;
}

.logo img {
    width: 100%;
}

.faq-model-check {
    text-align: left;
}

.model-checkboxes {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 10px;
}

.sidebar .logo .simple-text span {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 13px;
}

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

.logo-wrapper img {
    width: 100%;
}

.logo-wrapper span {
    font-size: 30px;
    font-weight: bold;
}

#screen {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

#screen img {
    width: 100%;
    height: 100%;
}

span.legend {
    font-size: 14px;
    font-weight: bold;
}

.custom-filters label {
    font-weight: normal;
}

.mar-bottom {
    margin-bottom: 30px;
}

/***** ggoyal end *****/

@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"] {
    font-size: 40px;
}

.all-icons input {
    border: 0;
}

.all-icons .font-icon-detail {
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}

.all-icons .font-icon-detail input {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
}

.places-buttons .btn {
    margin-bottom: 30px
}

.sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.sidebar .nav>li.active-pro a {
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
    text-align: center;
}

@media all and (max-width: 991px) {
    .sidebar .nav>li.active-pro {
        position: initial;
    }
}

@media (min-width: 992px) {
    .box_align {
        width: 60.666667%;
    }
}

.box_align {
    left: 22%;
}

@media (min-width: 992px) {}

.card .ct-chart {
    margin: 0px !important;
}

.card .header {
    padding: 0px 15px 5px;
}

.card .footer {
    padding-top: 20px;
}

.welcome_msg {
    color: #9A9A9A;
    /*padding: 10px 15px;
    margin: 10px 3px;*/
    position: relative;
}

.navbar .welcome_msg button {
    margin: 12px 0 2px 0;
}

/*.welcome_msg:hover
{
	color: #42d0ed;
}*/
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table thead th {
    /* vertical-align: bottom; */
    border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


table {
    border-collapse: collapse
}



th {
    text-align: inherit
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dedede;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #787878;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

.reponse_msg {
    color: #9A9A9A;
    padding: 5px 15px;

}

.reponse_msg span {
    padding: 5px 15px 6px 10px;
    width: 100%;
    display: block;
    margin-top: 5% !important;
}

.top_h {
    padding-top: 15px !important;
}

.alert-danger {
    background-color: #f2dede !important;
}

.alert-success {
    background-color: #dff0d8 !important;
}

.dateicon {
    position: relative;
}

.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.dateicon::after {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #929292;
}

.search-btn {
    font-size: 14px !important;

    padding: 5px 16px 5px 16px;
}

.search_form {
    padding-bottom: 10px;
    float: right;
    width: 100%;
}

.toggle_console {
    color: #FFFFFF;
    opacity: 1;
    background: #242849;
    line-height: 30px;
    margin-left: 18px;
    border-radius: 4px;
    position: relative;
    padding: 5px 62px 5px 62px;
    margin-top: 10px;
    border: none;
    font-weight: 600;
    width: 85%;

}

a.toggle_console:hover,
a.toggle_console:focus {
    color: #fff;
    text-decoration: none;
}

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

}

modal-dialog {
    min-width: 360px;
    min-height: 600px !important;
}

#modal-content {
    /* 80% of window height */
    min-height: 300px;
    text-align: center;

}

.btn-pull-right {
    padding-bottom: 5px;
    display: block;
}

.btn-pull-right a {
    margin-right: 0px !important;
    display: inline-block;
    width: 100%;
}

.modal-header {
    background-color: #1DC7EA;
    padding: 16px 16px;
    color: #FFF;
}

.olFramedCloudPopupContent h3 {
    font-size: 16px;
    display: inline-block;
    margin-top: 0px !important;
}

.olFramedCloudPopupContent a {
    right: 0px;
    padding: 2px 3px;
    border-radius: 0px;
}

.blacklist-btn span {
    padding: 3px;
    width: 100%;
    margin-right: 0px !important;
}

.device-db-note-div {
    clear: both;
    padding-top: 5px;
}

.modal-text {
    padding: 30px;
}

.modal-body img {
    max-width: 280px !important;
}

.screen:hover {
    cursor: zoom-in;
}

.form-inline .form-control {
    width: 260px !important;
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 90%;
}

.info_content p {
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.info_content h3 {
    font-size: 20px !important;
    margin: 15px 0 10px !important;
    color: #1DC7EA !important;
}

.screenDate {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 3px 0 10px !important;
}

.card {
    text-align: center;
    padding-top: 10px !important;
}

#enlargeImageModal .modal-body {
    text-align: center !important;
}

.screen_list .col-md-12 {
    border-radius: 4px;
    box-shadow: none;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.card label {
    float: left;
    color: #000 !important;
}

.card .title {
    color: #000 !important;
    float: left !important;
    font-weight: 400;
}

.schok.alert-info {
    margin-bottom: 5px !important;
}

.sidebar .nav p {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;

}

.table>tbody>tr>th {
    font-weight: normal !important;
}

.card label {
    text-transform: none !important;
    text-align: left;
}

.table>thead>tr>th {
    text-transform: none !important;
}



.main-panel.login-panel .panel {
    width: 30%;
    margin: 0 auto;
    position: relative;
    top: 15%;
    left: 0;
    right: 0;
    background-color: #373B5F;
    color: #fff;
}

.main-panel.login-panel .panel .panel-heading h4 {
    margin: 0px;
    text-align: center;
    font-weight: 400;
}

.main-panel.login-panel {
    float: none;
    margin: 0px;
    width: 100%;
}

input.btn.btn-primary.btn-block.login-btn {
    background: #1DC7EA;
    border-color: #1DC7EA;
    color: #fff;
    text-transform: uppercase;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.countryListRow td .editButton,
.countryListRow td .saveButton,
.countryListRow td .cancelButton {
    border: none;
    font-size: 16px;
}

.countryListRow .fa-trash {
    font-size: 16px;
}

.editable-section-dev .invalidClass {
    float: none;
    display: block;
}

/* SCHOK MDM CSS */

.hotspot-details-padding {
    padding: 10px 0px 0px;
}

.details-box {
    border: 1px solid #e3ebf6;
    padding: 10px;
    text-align: center;
    margin: 10px 0px;
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-box strong {
    display: block;
}

.details-box .detail-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.details-box .detail-btn button {
    margin: 0;
    padding: 2px 10px;
    margin-top: 6px;
}

.mdm-bttns {
    margin-bottom: 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex !IMPORTANT;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .popup-header {
    background-color: #373b5f;
    padding: 10px 15px;
    border-radius: 4px 4px 0px 0px;
}

.popup .popup-header a {
    position: absolute;
    top: 14px;
    right: 16px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.popup-content {
    padding: 15px;
}

.popup-footer {
    text-align: center;
    margin-top: 22px;
}

.popup .popup-header h2 {
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    margin: 10px 0 10px;
}

.popup-content .content input {
    border: 1px solid #b5b5b5;
}

.reset-count {
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    padding: 18px;
    background-color: #fbfbfb;
    border-radius: 49px;
    margin-bottom: 35px;
    position: relative;
    top: -10px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.reset-count #countdown {
    font-weight: bold;
    font-size: 24px;
    display: block;
}

/* SCHOK MDM CSS */

/* Santosh Kumar - 15-02-2023 - Start */
.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.font-weight-400 {
    font-weight: 400;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.display-flex {
    display: flex;
}

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

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

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.flex-direction-column {
    flex-direction: column;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.btn-40px {
    height: 40px;
}

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

.text-black {
    color: #000;
}

/* Manage Layout */
.manage-layout-set-item {
    width: 100%;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.manage-layout-set-item input[type=radio].input-radio-set {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    appearance: none;
    border-radius: 4px;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.manage-layout-set-item input[type=radio].input-radio-set::after {
    content: "+";
    position: relative;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 1;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
    border: 0px solid transparent;
}

.manage-layout-set-item input[type=radio].input-radio-set:checked {
    border: 2px solid #0210ff;
}

.manage-layout-set-item input[type=radio].input-radio-set:checked::after {
    background-image: linear-gradient(to right, #1862ff, #0210ff);
    color: #fff;
}

.set-selected-msg .success-alert {
    background-color: #ccf7dc;
    border-radius: 4px;
    padding: 10px 15px 10px 60px;
    margin: 0;
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: none;
}

.set-selected-msg .success-alert::before {
    content: "\f058";
    position: absolute;
    left: 30px;
    top: 8px;
    font-size: 24px;
    color: #10cc79;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
}

.img-style img {
    object-fit: cover;
    width: 100%;
}

.margin-left-15 {
    margin-left: 250px;
    color: red;
}

.box_set {
    background-color: lightgrey;
    width: 100px;
    padding: 5px;
    margin: 2px;
}

.success-alert {
    background-color: lightgreen;
}

.box-shoadow-hover:hover ul {
    box-shadow: 0px 0px 10px 0px rgb(66 208 237 / 70%);
}

.card.manage-video-card .title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #333 !important;
}

.set-title {
    font-size: 20px;
}

@media screen and (max-width:1365px) {
    .set-title {
        font-size: 18px;
    }

    .card.manage-video-card .title {
        font-size: 18px;
    }
}

/* Manage Video */
ul.manage-video-set {
    list-style-type: none;
}

.manage-video-set {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.manage-video-set-item.width-50 {
    min-height: 180px;
}

.manage-video-set-item.width-100 {
    min-height: 90px;
}

.manage-video-set .manage-video-set-item {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    background-color: #f7f7f8;
    border: 2px solid #fff;
    color: #dededf;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    z-index: 0;
}

.manage-video-set .manage-video-set-item img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
}

.btn-down-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    position: relative;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 0;
}

.btn-down-arrow.collapsed {
    background-color: #fff !important;
}

.btn-down-arrow .down-arrow {
    position: relative;
    top: 4px;
    width: 0;
    height: 0;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #57577d;
    padding: 5px;
    display: inline-block;
    margin: 0;
    transition: all 100ms ease;
    transform: rotate(45deg);
}

.btn-down-arrow.collapsed .down-arrow {
    top: -2px;
    transform: rotate(225deg);
}

.box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .form-control {
    min-height: 40px;
} */

.card.manage-video-card {
    padding: 15px !important;
    margin-bottom: 10px;
}

.card.manage-video-card .title {
    font-weight: 500;
}

.card.manage-video-card .header {
    padding: 0;
}

.card.manage-video-card ::placeholder,
.card.manage-video-card input {
    color: #57577d;
}

.card.manage-video-card .content {
    padding: 15px 0 0;
}

.edit-delete-wrapper {
    display: inline-block;
    margin-right: 20px;
}

.edit-delete-wrapper a {
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}

.edit-delete-wrapper a.edit-link {
    color: #787878;
}

.edit-delete-wrapper a.delete-link {
    color: #fb2e2e;
}

.edit-delete-wrapper a:hover {
    opacity: 0.8;
}

@media screen and (max-width:1365px) {

    .manage-video-set .manage-video-set-item {
        font-size: 28px;
    }
}


/* Santosh Kumar - 15-02-2023 - End */


.upload-thumbnail-image{
    border: 1px dashed #E3E3E3;
    border-radius: 3px;
    line-height: 1;
    padding: 8px;
}
.text-red{
    color: #FB2E2E;
}
.text-gray{
    color: #787878;
}
.border-radius-5{
    border-radius: 5px;
}
.d-inline-block{
    display: inline-block;
}
.custom-title{
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.3px;
    color: #000000;
    text-align: left;
}
.dropdown .btn-info.btn-fill{
    margin-right: 0;
}
.margin-right-0{
    margin-right: 0 !important;
}
.dropdown .btn-download-file{
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 45px;
    background-color: #1DC7EA;
}
.dropdown .btn-download-file .fa {
    margin-left: 4px;
    height: 10px;
    width: 10px;
}
.dropdown-menu{
    border-radius: 16.07px;
    background-color: #fff;
    border: 0;
    border: 1px solid #E7E7E7;
}
.dropdown-menu li:first-child,
.dropdown-menu li:first-child a{
    border-top-left-radius: 16.07px;
    border-top-right-radius: 16.07px;
}
.dropdown-menu li:last-child,
.dropdown-menu li:last-child a{
    border-top-left-radius: 16.07px;
    border-top-right-radius: 16.07px;
}
.dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #E7E7E7;
}
.dropdown-menu li a{
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;    
    color: #57577D;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-menu li a .fa{
    color: #1DC7EA;
    font-size: 15.6px;
    line-height: 1;
    margin-left: 30px;
}



@media screen and (max-width:1440px) {
    .custom-title{
        font-size: 22px;
        line-height: 1.25;
    }
}

button.toggle-btn {
    position: absolute;
    right: 15px;
    width: auto;
    height: auto;
    padding: 4px;
    margin: 0;
    top: 5px;
    border: none;
    z-index: 9;
    background-color: transparent !important;
    border: 0 !important;
}
.toggle-btn .fa{
    margin-right: 0 !important;
}
ul.dropdownSubMenu.nav {
    display: none;
    margin-left: 0;
}
.rotateArrow{
    transform: rotate(180deg);
}
ul.dropdownSubMenu.nav li a {
    padding-left: 40px;
}
.sidebar .nav button.toggle-btn i {
    font-weight: 700;
}

/*  Image and Remove Button In a Row Start  */
.div-files.imageButtonRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
}
.div-files.imageButtonRow .file-path-name-group{
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
	margin-bottom: 0;
	text-align: left;
}
.div-files.imageButtonRow .btn {
    padding: 8px 32.8px;
    margin-right: 10px;
}
.custom-filters .search-btn {    
    padding: 0;
    width: 44%;
    height: 34px;
}

/*  Image and Remove Button In a Row End  */

/* Login Page Style Start */
.main-panel.login-panel > .content {
    padding: 0;
    min-height: auto;
}
.main-panel.login-panel .panel {
    width: 100%;
    margin: 0;
    position: static;
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    color: #000;
}
.main-panel.login-panel .panel .d-none{
    display: none;
}

.login-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.login-wrapper .left-col {
    width: 59.722%;
}
.login-wrapper .right-col {
    width: 40.278%;
    overflow-y: auto;
}
.login-wrapper .right-col::-webkit-scrollbar {
    width: 7px; 
}
.login-wrapper .right-col::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F4F7FA; 
    border-radius: 10px;
    background: #F4F7FA;
}
.login-wrapper .right-col::-webkit-scrollbar-thumb {
    background: #D2D6DC; 
    border-radius: 10px;
}
.login-wrapper .right-col::-webkit-scrollbar-thumb:hover {
    background: #85C7E8; 
}
.login-wrapper .left-col {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.login-wrapper .left-col,
.login-wrapper .right-col {
    height: 100vh;
}
.login-wrapper .left-col a.login-image-gallery {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #1A369B;
    position: absolute;
    left: 60px;
    top: 50px;
}
.login-wrapper .left-col figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.login-left-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.login-content-wrapper{
    width: 100%;
    padding: 60px 110px 60px 60px;
    max-width: 580px;
    background-color: #fff;
}
.login-content-wrapper .logo-pencil-wrapper{
    display: flex;
    align-items: flex-start;
    margin-bottom: 105px;
}
.login-content-wrapper .logo-wrapper {
    display: inline-block;
    max-width: 108px;
}
.login-content-wrapper .edit-logo{
    display: inline-block;
    margin-left: 10px;
    max-width: 20px;
}
.login-content-wrapper .edit-logo img{
    max-width: 100%;
}
.signin-title{
    margin-bottom: 24px;
}
.signin-title h1 {
    margin: 0 0 10px;
    color: #000;
    font-size: 24px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.signin-title p{
    color: #5A6471;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}
.custom-input-group {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    border-radius: 20px;
    background-color: #F4F7FA;
}
.user-password-group .custom-input-group,
.user-id-group .custom-input-group {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.user-password-group .custom-input-group {
    padding-right: 48px;
    position: relative;
}
.user-password-group .custom-input-group .show-password{
    position: absolute;
    display: inline-block;
    max-width: 18px;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}
.custom-input-group label{
    color:  #5A6471;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: 'Roboto-Medium', sans-serif;
}
.custom-input-group input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    border: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}
.form-group.user-id-group,
.form-group.user-password-group {
    margin-bottom: 13px;
}
::placeholder,
::-webkit-input-placeholder{
    color: #A5AEB8;
    opacity: 1;
}
.form-group.captcha-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-group.captcha-group .left-side {
    display: flex;
    align-items: center;
}
.form-group.captcha-group input{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    height: 34px;
}
.form-group.captcha-group #captchaReadOnly {
    width: 105px;
    border-radius: 10px;
    border: 1px solid #85D7FF;
    background-color: rgba(133, 215, 255, 0.60);
}
.form-group.captcha-group  .refresh-captcha {
    display: inline-block;
    margin-left: 10px;
    max-width: 20px;
}
.form-group.captcha-group .refresh-captcha img {
    width: 100%;
    max-width: 100%;
}
.form-group.captcha-group .right-side {
    width: 106.521px;
}
.form-group.captcha-group input#captchaWrite {
    border-radius: 10px;
    background-color: #F4F7FA;
    border: 0;
}
.signin-wrapper .separator {
    margin: 25px 0;
    border: 1px;
    opacity: 0.3;
    display: block;
    background-color: #A0AEC0;
    height: 1px;
}
.verify-account-heading {
    margin-bottom: 22px;
}
.verify-account-heading h2 {
    margin: 0;
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.verify-account-heading p {
    color: #5A6471;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.custom-input-group.authentication-input-group {
    margin-bottom: 35px;
}
.authentication-code-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.authentication-code-group .authentication-msg {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.authentication-code-group .authentication-msg img {
    margin-right: 4px;
}
.authentication-code-group .authentication-msg span {
    color: #35A795;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.authentication-code-group .authentication-msg.authentication-error span{
    color: #DB796B;
}
.authentication-code-group label {
    color: #5A6471;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    width: 100%;
}
.authentication-input-group {
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.authentication-input-group input {
    width: 44px;
    height: 46px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 12px;
    background-color: #F4F7FA;
    margin-right: 8px;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
}
.authentication-input-group input::-webkit-outer-spin-button,
.authentication-input-group input::-webkit-inner-spin-button {
    display: none;
}
.login-btn-group .login-btn {
    width: 121px;
    font-family: 'Roboto-Medium';
    padding: 14px 30px;
    border-radius: 90px;
    background-color: #85D7FF;
    display: block;
    text-align: center;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
}
.display-none{
    display: none !important;
}
div.row.display-flex.flex-wrap > div > div > label.control-label {
    word-wrap: break-word;
}

/* Responsive Start */

/* Modal changes */
.appmanager-modal div#modal-content {
    text-align: left;
}
.appmanager-modal .modal-text {
    padding: 15px;
}

.appmanager-modal .table > tbody > tr th:nth-child(1) {
    width: 30%;
}
.appmanager-modal .table > tbody > tr th:nth-child(2) {
    font-weight: 600 !important;
    width: 70%;
}

.appmanager-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 25px;
    margin-top: 0;
}
.appmanager-modal .modal-header {
    padding: 8px 15px;
    border-radius: 6px 6px 0 0;
}
.appmanager-modal table {
    margin-bottom: 0;
}
/* .appmanager-modal .modal-in-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100% - (1.75rem* 4));
} */

.appmanager-modal .modal-in-middle .modal-content {
    width: 600px;
}
.grouplisting tbody tr th {
    width: 50%;
    vertical-align: top;
}
.norecord-found {
    text-align: center;
}


.listofdevice-wrap {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.device-group-sep span.listofdevice-item {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px;
    margin-bottom: 2px;
}

.device-note1 {
    float: left;
    width: 45%;
}
.device-note2 {
    float: right;
    width: 45%;
}
.device-note-wrap {
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-align: left;
}
.device-note-wrap h6 {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #716f6f;
    text-transform: none;
}
.device-group-sep-inner {
    display: inline-block;
    /* border-bottom: 1px solid #ccc;
    padding: 0 0 3px;
    margin-bottom: 3px; */
}
.device-group-sep span.listofdevice-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.device-group-sep:last-child .device-group-sep-inner {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.device-note-wrap h6 span {
    font-weight: 400;
}
.div-files.imageButtonRow .file-path-name-group.longImgWidth {
    width: 80%;
}
.flt_rgt {
    float: right;
}
/* ---------- */
/* custom table BG Begin */
.custom-table.table .thead-dark th {
    color: rgba(118, 123, 129, 1);
    background-color: rgba(188, 210, 222, 0.5);
    border-color: #f2f2f2;
    padding: 13px 12px;
    font-weight: 500;
    font-family: "Roboto Flex", sans-serif;
    font-size: 11px;
    line-height: 16px;
}
.custom-table.table-bordered>tbody>tr>td {
    border-color: #f2f2f2;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    font-family: 'Roboto Flex', sans-serif;
}
.custom-table.table-bordered>tbody>tr:hover>td {
    background-color: #ebf0f6 !important;
}
.custom-table.table .thead-dark th.t-id{
    width: 50px;
}
/* ---------- */
.custom-table {
    border: none !important;
    border-collapse: separate;
}
.custom-table thead tr th,
.custom-table tbody tr td {
    border: none !important;
}
.custom-table thead tr th,
.custom-table tbody tr td {
  border-right: 1px solid #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2 !important;
  padding: 5px;
}
.custom-table thead th:first-child,
.custom-table tbody td:first-child {
  border-left: 1px solid #f2f2f2 !important;
}
.custom-table thead tr th {
    border-top: solid 1px #f2f2f2 !important;
}
.custom-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.custom-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.custom-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.custom-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.custom-table .slider:before{
    height: 15px;
    width: 15px;
}
.custom-table .switch {
    width: 35px;
    height: 20px;
}
.custom-table.table-bordered>tbody>tr>td .fa-pencil {
    font-size: 16px;
}
.listuser-btn-wrap {
    margin: 18px 0 0;
    display: flex;
}
.custom-table.table-bordered>tbody>tr:nth-child(odd)>td {
    background-color: #fafafae3;
}

.custom-table.table-bordered>tbody>tr:nth-child(even)>td {
    background-color: #F4F7FA;
}
/* ----- custom table BG end ----- */

/* ----- Modal popup Start ----- */
.custom-modal-popup {
    padding:10px 0;
}
.custom-modal-popup .modal-header {
    background-color: transparent;
    color: #000;
    border-bottom: 0;
    padding: 0;
}
.custom-modal-popup .modal-content {
    border-radius: 16px;
    padding: 24px;
    width: 100%;
}

.custom-modal-popup .modal-title {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-family: "Roboto-medium", sans-serif;
    font-weight: 500;
    margin: 0 0 32px;
}

.custom-modal-popup .modal-text {
    padding: 0;
}
.custom-modal-popup .modal-header .close {
    opacity: 1;
}
.custom-modal-popup .modal-dialog{
    min-height: calc(100% - 0rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.custom-modal-popup #modal-content {
    min-height: auto;
    text-align: center;
    /* max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden; */
}
.custom-modal-popup .modal-dialog {
    width: 750px;
}
.custom-modal-popup .custom-table.table-bordered>tbody>tr>td{
    font-size: 12px;
}
.changed-th-1{
    width: 120px;
}
.changed-th-2{
    width: 120px;
}
.changed-th-3{
    width: 150px;
}
/* ----- Modal popup End ----- */
.pagination-wrap {
    margin-top: 15px;
}
.pagination-wrap .pagination {
    margin-top: 12px;
    margin-bottom: 12px;
}
.pagination-wrapper ul.pagination {
    border-radius: 20px;
    margin: 0;
}

.pagination-wrapper .pagination>li:first-child>a, 
.pagination-wrapper .pagination>li:first-child>span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.pagination-wrapper  .pagination>li:last-child>a, 
.pagination-wrapper  .pagination>li:last-child>span{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.pagination-wrapper .pagination>li>a,
.pagination-wrapper .pagination>li>span {
    background-color: #f4f7fa;
    border: 1px solid #d2e7f2;
    color: #3d3d3d;
    font-size: 14px;
    padding: 4px 12px;
}
.pagination-wrapper .pagination>.active>a,
.pagination-wrapper .pagination>.active>a:focus,
.pagination-wrapper .pagination>.active>a:hover,
.pagination-wrapper .pagination>.active>span,
.pagination-wrapper  .pagination>.active>span:focus,
.pagination-wrapper  .pagination>.active>span:hover {
    background-color: #a3dbfb;
    border-color: #a3dbfb;
    color: #000;
}
.pagination-wrapper .pagination>li>a:focus,
.pagination-wrapper .pagination>li>a:hover,
.pagination-wrapper .pagination>li>span:focus,
.pagination-wrapper  .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #dbeaf9;
    border-color: #dbeaf9;
}
.pagination-wrapper .pagination-nav {
    margin-left: auto;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    
}
.marginRight {
    margin-right: 10px;
}
.width-id{
    width:50px;
}
.width-status{
    width:50px;
}
.width-action{
    width:80px;
}
.margin-right-10{
    margin-right: 10px !important;
}
.margin-top-10{
    margin-top: 10px !important;
}
.icontoshowonmap-img{
    margin-top: 15px;
}
.margin-bttom-0{
    margin-bottom: 0 !important;
}
.custom-filters .all-button-align  .search-btn {
    width: 30%;
}
.all-button-align .export_btn {
    padding: 5.4px 16px;
    margin-left: 7px;
}
.flexrow-main {
    display: flex;
    flex-wrap: wrap;
}
.deploymentCreatedDate {
    width: 170px;
}
.deploymentAction {
    width: 120px;
}
.mdmaction-btn-wrap {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
    margin-top:10px;
}
.store-modal-wrap .modal-dialog {
    width: 500px;
}

.store-modal-wrap .modal-dialog form > div.col-md-12 {
    padding: 0;
}
.listuser-btn-wrap input[type="submit"] {
    margin-right: 15px !important;
}

/* Confirm popup sweet alert design */

.add-group-btn-confirm.restart-comfirm {
    background-color: #F4F7FA !important;
    border-color: #F4F7FA !important;
}
.add-group-btn-confirm {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 0px;
    text-align: center;
    background-color: #FFBD98 !important;
    border: 1px solid #FFBD98;
    /* padding: 8px 15px 8px 10px !important; */
    border-radius: 25px !important;
    color: #1F1F1F !important;
    font-family: "Roboto-Medium", sans-serif;
    padding: 16px 24px;
    border: 0 !important;
    outline: none;
    box-shadow: none !important;
}

.confirm-title-class {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto-Medium', sans-serif;
    max-width: 240px;
    margin: 0 auto 0;
    line-height: 28px;
}

div#swal2-html-container {
    font-size: 14px;
}
.confirm-popup-class {
    width: 375px !important;
    border-radius: 16px !important;
}
/* Confirm popup sweet alert design */
.BroadcastMessage-popup .modal-body {
    padding-left: 0;
    padding-right: 0;
}
.BroadcastMessage-popup .modal-footer {
    padding: 20px 0 0px;
}
.BroadcastMessage-popup .modal-footer .stopnow {
    margin-right: 5px;
}
.textoverflow-ellips {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.model-column-width{
    width: 600px;
}
@media screen and (max-width: 1439px) {
    .login-content-wrapper {
        padding: 50px 50px;
        max-width: 100%;
    }
    .login-content-wrapper .signin-wrapper {
        max-width: 410px;
    }
    .login-content-wrapper .logo-pencil-wrapper {
        margin-bottom: 55px;
    }
    .screenshot-listing span.legend {
        font-size: 13px;
    }
}

@media screen and (max-width: 1365px) {
    .login-content-wrapper {
        padding: 40px 40px;
    }
    .login-content-wrapper .signin-wrapper {
        max-width: 400px;
    }
    .login-content-wrapper .logo-pencil-wrapper {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1279px) {
    .login-wrapper .left-col, .login-wrapper .right-col {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .login-wrapper .left-col {
        display: none;
    }
    .login-wrapper .right-col {
        width: 100%;
    }
    .login-content-wrapper {
        padding: 30px;
        max-width: 480px;
        margin: 0 auto;
    }
    .login-content-wrapper .logo-pencil-wrapper {
        margin-bottom: 30px;
    }
    .signin-wrapper .separator {
        margin: 20px 0;
    }
    .custom-input-group.authentication-input-group {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {

    .custom-input-group.authentication-input-group {
        flex-wrap: wrap;
    }
    .authentication-input-group input {
        width: 35px;
        height: 40px;
        padding: 8px;
        margin-right: 5px;
    }
    .authentication-code-group .authentication-msg {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
}
@media screen and (max-width: 399px) {
    .login-content-wrapper {
        padding: 15px;
        max-width: 100%;
        margin: 0 auto;
    }
}
/* Login Page Style End */


div.list_group_details {
    list-style: none;
}
/* .partial_edit_div .form-group{
 height: 38px;
} */
.total_value_div{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    padding: 10px 0;
}
.total_value_div h6{
    margin: 0;
}
.Current-Date-Time {
    border: 0px solid #ccc;
    background: none;
    padding: 2px 0;
    text-align: center;
    width: auto;
    border-radius: 0;
    font-size: small;
    color: green;
    font-style: italic;
}
.total_value_div .total_span {
    border: 1px solid #ccc;
    background: #ccc;
    padding: 2px 0;
    text-align: center;
    width: 150px;
    border-radius: 3px;
}


.table-partial-deployment {
    width: 100%;
    border: 1px solid rgba(188, 210, 222, 0.5);

}

.table-partial-deployment th {
    background: rgba(188, 210, 222, 0.5);
    padding: 4px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(188, 210, 222, 0.5);
}

.table-partial-deployment tr td {
    padding: 4px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(188, 210, 222, 0.5);
}

#list-no-records {
    display: none;
    color: black;
    text-align: center;
}
#deploy-no-records {
    display: none;
    color: black;
    text-align: center;
}

#else-deploy {
    color: black;
    text-align: center;
}
#else-list {
    color: black;
    text-align: center;
}