@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    font-family: 'Rubik', sans-serif;
    background-color:#f2f2f2;
    font-size:14px;
    color:#66717c;
}

input[type=checkbox] {
    accent-color: #1995eb;
}

.nav-divider {
    background-color: #66717c;
}

.buttonSync,
.buttonSyncGroup,
.buttonDisconnect {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 42px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border:none;
}

.buttonSync i,
.buttonSyncGroup,
.buttonDisconnect i {
    color: #66717c
}

.sync-icon-info {
    font-size: 10px;
}

.cloudBack {
    width: 100%;
    height: 100vh;
    position: relative;
    /*overflow: hidden;*/
}

.background {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
   /* opacity: 0.90;*/
     object-fit: cover;
}

.breadcrumb-no-margin {
    margin-bottom: 0;
    padding-top: .50rem;
    padding-bottom: .50rem;
}

.delTask {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.1);*/
    width: 100%;
    height: 100%;
    z-index: 1;
}

.langNav {
    position: fixed;
    width: 100%;
    height: 100px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-select {
    padding: .50rem 1rem;
}


.opening-container {
    position: relative;
    height: 100%;
}

.opening-div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.simple-login-container,
.simple-forgot-container,
.simple-register-container,
.simple-profile-container,
.simple-setpassword-container {
    width:300px;
    max-width:100%;
    margin:50px auto;
}
.simple-login-container h2,
.simple-forgot-container h2,
.simple-register-container h2,
.simple-profile-container h2,
.simple-setpassword-container h2 {
    text-align:center;
    font-size:20px;
}



.form-control,
.form-control:focus {
    background-color:#D7DCE0; 
}

.focuserror {
    border-color: #d6842788;
    box-shadow: 0 0 0 .2rem rgba(238, 144, 57, 0.5)
}

.focussuccess {
    border-color: #36d62788;
    box-shadow: 0 0 0 .2rem rgba(75, 189, 30, 0.5)
}

.nav-tabs .nav-link.active {
    background-color:#D7DCE0;
    border-color: #D7DCE0;
}
.btn-light {
    background-color:#D7DCE0;
}
.btn-primary{
    background-color:#1995EB; 
}

.tableKey {
    color: #d291bc
}

textarea {
    resize: none;
}

.seePass {
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seePass:hover{
    color: #ffffff;
    text-decoration: none;
}

.simple-login-container .btn-login,
.simple-forgot-container .btn-forgot,
.simple-register-container .btn-register,
.simple-profile-container .btn-profile,
.simple-setpassword-container .btn-setpassword,
.AddBtn .btn {
    background-color:#1995EB;
    color:#fff;
}
.AddBtn .btn,
.GroupBtn .btn {
    border-radius: 25px;
}
a{
    color:#66717c; 
}
a:hover {
    color: #1995EB;
  }

.breadcrumb {
    background-color: transparent;
}
.breadcrumb li a    {
    color: white;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ":";
    color: white;
}
.breadcrumb-item.active {
    color: #fff;
}
a span.Back-Arrow {
    font-size: 30px;
}

.left, .right {
    flex: 1;
  }

.form-row .spinner-padding {
padding-left: 0px;
padding-right: 0px;
}

.modal-content {
    background-color: #eeeeee;
}

.modal-header {
    background-color: #66717c;
    color: #ffffff;
}
.modal-header .close {
    color: #ffffff;
}

h5 {
    font-size: 1rem;
}

/* .modal-content input,
.modal-content select {
  background-color: #d6d4d4;        #D7DCE0
} */

.modal-content input,
.modal-content select {
  background-color: #D7DCE0;
}

.modal-content input:focus,
.modal-content select:focus {
    background-color: #D7DCE0;
}

.input-group-prepend{
    margin-right: 0px;
}

.input-group-append{
    margin-left: 0px;
}
.input-group-prepend,
.input-group-append {
background-color: #1995EB;
}
.input-group-prepend .btn-outline-secondary:hover,
.input-group-append .btn-outline-secondary:hover {
background-color: #0069d9;
}

.input-group-prepend .btn-minus,
.input-group-append .btn-plus {
color: #ffffff;
}

.input-group-prepend .btn-outline-secondary,
.input-group-append .btn-outline-secondary {
border-color: #1995EB;
}


table.HideCol1 tr > th:nth-child(1),
table.HideCol2 tr > th:nth-child(2),
table.HideCol3 tr > th:nth-child(3),
table.HideCol4 tr > th:nth-child(4),
table.HideCol5 tr > th:nth-child(5),
table.HideCol6 tr > th:nth-child(6),
table.HideCol7 tr > th:nth-child(7),
table.HideCol8 tr > th:nth-child(8),
table.HideCol9 tr > th:nth-child(9),
table.HideCol10 tr > th:nth-child(10)
{
    display:none
}

table.HideCol1 tr > td:nth-child(1),
table.HideCol2 tr > td:nth-child(2),
table.HideCol3 tr > td:nth-child(3),
table.HideCol4 tr > td:nth-child(4),
table.HideCol5 tr > td:nth-child(5),
table.HideCol6 tr > td:nth-child(6),
table.HideCol7 tr > td:nth-child(7),
table.HideCol8 tr > td:nth-child(8),
table.HideCol9 tr > td:nth-child(9),
table.HideCol10 tr > td:nth-child(10)
{
    display:none
}

.icon-image{
    width: 130px;
    height: 130px;
}

.icon-image-small {
    width: 50px;
    height: 50px;
}

.tableDat {
    color: #66717c;
}

.infoBtn {
    color: #1995EB;
    cursor: pointer;
}

.info-help {
    color: coral;
    cursor: pointer;
    font-size: 17px;
}

.tableDat td,
.tableDat th {
    padding: 0.50rem;
}

.icon-image-container {
    margin-bottom: 10px;
}

    .icon-image-container a {
        display: block;
    }

.disable-click{
    pointer-events:none;
}

.SMSCreditBtn .btn {
    color: limegreen;
    font-size: 20px;
}

.SMSViewBtn .btn {
    color: coral;
    font-size: 20px;
}

.SettingBtn .smsBtn {
    color: limegreen;
    font-size: 30px;
}
.SettingBtn .lookupBtn {
    color: coral;
    font-size: 30px;
}


.TableBtn .smsBtn {
    color: limegreen;
    font-size: 20px;
}
.TableBtn .lookupBtn {
    color: coral;
    font-size: 20px;
}
.TableBtn a {

    padding: 0px;
}


.profImgLarge {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.TerminalContainer {
    padding-left: 0px;
    padding-right: 0px;
}


.custom-control-input:checked ~
.custom-control-label::before {
    border-color: #1995EB !important;
    background-color: #1995EB !important;
}

.removeDate {
    background-color: #eeeeee !important;
}


.tableIconGreen {
    color: limegreen;
}

.tableIconOrange {
    color: coral;
}

.tableIconBlue {
    color: #1995EB;
}

.offline-banner {
    background-color: #dc3545;
    color: white;
   /* padding: 2px;*/
}

.outstand-tasks-banner {
    background-color: #dc3545;
    color: white;
    /* padding: 2px;*/
}

.progressBarGreen {
    background-color: limegreen;
}

.toggle-off.btn {
    padding-left: 1rem !important;
}


.arrow-right,
.sync-right {
    float: right;
}

.gsmStatus{
    color: coral;
}

.gsmOffline {
    color: coral;
}

.gsmOnline {
    color: limegreen;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar .sidebar-header {
    padding: 20px;
    text-align: center;
    /* background: #f8f9fa;*/
}

#sidebar .sidebar-notasks {
    padding: 20px;
    text-align: center;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1995EB;
    color: #fff;
   /* transition: all 0.3s;*/
}

#sidebar.active {
    margin-left: -250px;
}


.sidebar-last-hr {
    margin-bottom: 0rem;
}

#sidebar ul.components {
    padding: 20px 0;
    /*    border-bottom: 1px solid #47748b;*/
}

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

#pTaskList li {
    background: deepskyblue;
    /*border-bottom: 2px solid #1995EB;*/
}

#pTaskList ul li {
    background: #1995EB;
   /* border-bottom: 2px solid #1995EB;*/
}

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        text-decoration: none;
        color: #ffffff;
          /* background: #eeeeee;*/
    }

#sidebar ul li span {
    /* padding: 5px;*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    font-size: 0.9em;
    display: block;
    text-decoration: none;
    color: #ffffff;
}
#sidebar ul li a:hover {
    color: #a8cae1 !important;
    /*   color: #7386D5;*/
    /*     background: #fff;*/
}

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
      /*  background: #6d7fcc;*/
    }

a[data-toggle="collapse"] {
    position: relative;
}


#pTaskList .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.DisableDLUPBtn {
    background-color: #c3c3c3 !important;
    border-color: #c3c3c3 !important
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}*/

@media(max-width: 640px){
    .AddBtn {
        text-align: center;
        margin-bottom: 13px;
    }
}

@media(max-width: 991px){
    .lang-select {
        display: none;
    }   
}

@media(min-width: 991px){
    .lang-select-header {
        display: none;
    }
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    /* Style the icon bar links */
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 3px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        /* Style the social media icons with color, if you want */
        .icon-bar a:hover {
            background-color: limegreen;
        }

.side-button {
    background: coral;
    color: white;
}
  
.site-button-active {
    margin-left: 250px;
    background-color: limegreen;
}




.categories-list {
    margin: 40px 0px;
    padding: 0px 10px;
   /* width: 300px;*/
}

    .categories-list .category {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 3px 0px 3px 22px;
        border-bottom: 1px solid #f5f5f5;
        font-weight: 300;
        display: flex;
    }

        .categories-list .category label {
            width: 100%;
        }

        .categories-list .category a {
            color: #95939a;
            position: absolute;
            right: 0px;
            z-index: 1000;
        }

        .categories-list .category input[type="checkbox"] {
            margin: 0px 10px 0px 0px;
            position: absolute;
            left: 0px;
            top: 7px;
        }

        .categories-list .category .subcategories {
            margin-left: 0px;
            display: none;
            padding: 5px;
            flex-direction: column;
        }

            .categories-list .category .subcategories .category {
                padding-left: 22px;
                flex-direction: column;
            }

                .categories-list .category .subcategories .category:last-child {
                    border-bottom: none;
                }


.tel-no-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.customTabs li a {
    /* border-color: blue;*/
    margin-left: 5px;
    background-color: #eeeeee;
}

.customTabs .nav-link {
    color: #eeeeee;
}

.customTabs li a.active {
    border-bottom-color: transparent !important;
    /* background-color: #1995EB !important;*/
    background-color: #66717c !important;
    color: #ffffff !important;
}


.user-mgmt-tabs li a {
    margin-left: 5px;
    color: #ffffff !important;
    background-color: #66717c !important;
}

.user-mgmt-tabs li a.active {
    border-bottom-color: transparent !important;
    /* background-color: #1995EB !important;*/
    background-color: #f2f2f2 !important;
    color: #66717c !important;
}

#tab1 thead th,
#tab2 thead th,
#tab3 thead th {
    padding-right: 18px;
    padding-left: 18px;
}

.SubGreen {
    color: #79d45e;
}

.SubYellow {
    color: #f6e683;
}

.SubBlue {
    color: #31bff3;
}

.SubOrange {
    color: #ffaf68;
}

.subDetailsPad {
    padding: 15px !important;
}

.highlightExpanded {
    background: #b9c0c6;
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.accTab,
.accCell {
    background: whitesmoke;
}

td.details-control,
td.details-control1 {
}

tr.shown td.details-control,
tr.shown td.details-control1 {
}

td.details-control:before,
td.details-control1:before {
    content: '\f0fe';
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 16px;
    color: #1995EB;
}

tr.shown td.details-control:before,
tr.shown td.details-control1:before {
    content: '\f146';
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 16px;
    color: #FF7F50;
}


.user-roles-img {
    padding: 30px;
}

.site-heading-max,
.module-heading-max {
    max-width: 217px;
}

#setupCode {
    word-wrap: anywhere;
}

.twoFaEnCheck {
    color: limegreen;
    font-size: 30px;
}

.twoFaDisCross {
    color: coral;
    font-size: 30px;
}



.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 90px 30px;
    background: #eeeeee;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 2147483645;
}

.cookie-list {
    flex-shrink: 1;
    padding: 0;
    padding-left: 40px;
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0;
}

.cookie-list-item {
    margin: 0 0 0 19px;
    padding: 0;
}


.cookie-cross-button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}

.cookie-text {
    width: 80%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
}

.cookie-cross-align {
    position: absolute;
    right: 10px;
    top: 10px;
}


/**, *::before, *::after {
    box-sizing: border-box;
}

i {
    margin: 60px;
    border-radius: 4px;
}*/

    i:hover span {
        animation-name: signal-intro;
        animation-play-state: running;
    }

/* above for pen only */
.icon__signal-strength {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    height: 15px;
   /* padding: 4px;*/
   padding-right: 4px;
}

    .icon__signal-strength span {
        display: inline-block;
        width: 6px;
        margin-left: 2px;
        transform-origin: 100% 100%;
        background-color: #00cc00;
        border-radius: 2px;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.3);
        animation-fill-mode: both;
        animation-play-state: paused;
    }

    .icon__signal-strength .bar-1 {
        height: 25%;
        animation-duration: 0.3s;
        animation-delay: 0.1s;
    }

    .icon__signal-strength .bar-2 {
        height: 50%;
        animation-duration: 0.25s;
        animation-delay: 0.2s;
    }

    .icon__signal-strength .bar-3 {
        height: 75%;
        animation-duration: 0.2s;
        animation-delay: 0.3s;
    }

    .icon__signal-strength .bar-4 {
        height: 100%;
        animation-duration: 0.15s;
        animation-delay: 0.4s;
    }

.signal-0 .bar-1,
.signal-0 .bar-2,
.signal-0 .bar-3,
.signal-0 .bar-4 {
    opacity: 0.2;
}

.signal-1 .bar-2,
.signal-1 .bar-3,
.signal-1 .bar-4 {
    opacity: 0.2;
}

.signal-2 .bar-3,
.signal-2 .bar-4 {
    opacity: 0.2;
}

.signal-3 .bar-4 {
    opacity: 0.2;
}

@keyframes signal-intro {
    from {
        opacity: 0.2;
        height: 2px;
    }
}


.textarea-wrapper textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.25rem #ddd;
}

    .textarea-wrapper textarea:focus {
        outline: none;
        border: 1px solid #d0d0d0;
        box-shadow: inset 0 0 0.5rem #d0d0d0;
    }

    .textarea-wrapper textarea[placeholder] {
        font-style: italic;
        font-size: 0.875rem;
    }

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.end-session-badge {
    background-color: #1995EB;
    color: white;
    font-size: 80%;
    font-weight: 400;
    cursor: pointer;
}

.selected-day {
    background-color: orange;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

#holiday .bootstrap-datetimepicker-widget table td.active, 
#holiday .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: green;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#holiday .bootstrap-datetimepicker-widget table th {
    height: 50px;
    line-height: 20px;
    width: 200px;
}

.badge .close {
    padding-right: 3px;
    padding-left: 4px;
    /* margin-right: 5px;*/
    font-size: inherit;
    color: inherit;
    text-shadow: none;
}

.grp-btn-images {
    max-width: 80px;
}

.grp-btn-table td,
.grp-btn-table th {
    color: #66717c;
    text-align: center;
    vertical-align: middle;
}

.grp-btn-table > tbody > tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.login-rectangle {
    /* Layout Properties */
    width: 338px;
    min-height: 617px;
    /* UI Properties */

    background: rgb(0, 73, 135, 0.85);
    /* background: #004987 0% 0% no-repeat padding-box;*/
    /*  mix-blend-mode: multiply;*/
    border-radius: 20px 20px 100px 20px;
    padding-bottom: 35px;
    /* opacity: 0.85;*/
}

.login-rectangle-register {
    /* Layout Properties */
    width: 676px;
    /* height: 617px;*/
    /* UI Properties */

    background: rgb(0, 73, 135, 0.85);
    /* background: #004987 0% 0% no-repeat padding-box;*/
    /*  mix-blend-mode: multiply;*/
    border-radius: 20px 20px 100px 20px;
    padding-bottom: 35px;
    /* opacity: 0.85;*/
}

.it-login-username {
    /* Layout Properties */
    width: 270px;
    height: 48px;
    /* UI Properties */
    font: normal normal normal 18px/21px Inter;
    letter-spacing: 0px;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

.it-login-password {
    /* Layout Properties */
    width: 270px;
    height: 48px;
    font: normal normal normal 18px/21px Inter;
    letter-spacing: 0px;
    /* UI Properties */
    margin: 21px auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

.it-login-btn {
    width: 270px;
    height: 48px;
    /* UI Properties */
    margin: 27px auto;
    background: #004987 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    display: block;
    text-align: center;
    font: normal normal bold 22px/26px Inter;
    /* font-size: 22px;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.it-logo {
    display: block;
    margin: auto;
    /* margin-top: 43px;*/
}

.it-cloud {
    display: block;
    margin: auto;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.login-sp-links {
    font: normal normal normal 14px/17px Inter;
    /* letter-spacing: 0px;*/
    color: #FFFFFF;
}

    .login-sp-links a {
        color: #FFFFFF;
    }

.it-see-pass {
    color: #004987;
    font-size: 21px !important;
    text-decoration: none !important;
}


.it-opening-container {
    position: relative;
    height: 100%;
}

.it-opening-div {
    margin: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    /* transform: translate(-50%, -50%);*/
}

.it-opening-div-register {
    margin: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    /* transform: translate(-50%, -50%);*/
}

.it-lang-select {
    margin: 0;
    position: absolute;
    top: 5%;
    left: 5%;
}

    .it-lang-select select {
        color: #495057;
    }

.it-validator-text {
    padding-left: 33px;
}

    .it-validator-text p {
        color: #ffffff;
        font: normal normal normal 14px/17px Inter;
        margin-top: 5px;
    }

.it-second-input {
    margin-top: 54px;
}

@media screen and (max-width: 650px) {
    .it-opening-div {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .it-lang-select {
        margin: 0;
        position: absolute;
        top: 5%;
        left: 12%;
    }
}


.container-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 650px) {
    /* choose your desired threshold */
    .container-grid {
        grid-template-columns: 1fr; /* On smaller screens, switch to a single column */
    }

    .login-rectangle-register {
        width: 338px;
    }

    .it-opening-div-register {
        top: 15%;
    }

    .it-second-input {
        margin-top: 21px;
    }
}

.button-loading {
    background: url('/Images/Rolling-1s-30px.svg') no-repeat 50% 50%;
}

#moduleListTableBody td, th {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
}

.grouping-strike {
    text-decoration: line-through;
}

.centre-chk-box {
    text-align: center;
    vertical-align: middle;
}

.module-table-border {
    border-bottom: 1pt solid #66717c;
}

.pending-tasks-task {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #147cc4 !important;
}

.pending-tasks-task-last {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1.5px solid rgba(0,0,0,.1);
    background-color: #147cc4 !important;
}

.pending-tasks-task-first {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1.5px solid rgba(0,0,0,.1);
    background-color: #147cc4 !important;
}

.tasklist-dp {
    padding-bottom: 15px;
}

.copy-panel-details {
    list-style: none;
    text-align: left;
}

.select-header-drop {
    padding: 5px;
    margin: 5px;
}

#myTabContent .dt-container,
.highlightExpanded table {
    background-color: #eeeeee;
}

.highlightExpanded table td {
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.mod-head th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #66717c;
}

.subscription-menu {
    list-style: none;
}

.subscription-menu li {
    display: inline;
    float: right;
    padding-right: 30px
}

.left-table-text {
    text-align: left !important;
}

.multi-add-divert {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.call-tb-inline {
    display: inline-block;
    text-align: center;
}

.div9-no-margin {
    margin-bottom: 0 !important;
}

.role-menu-img li {
    display: block;
    margin: auto;
}

.side-menu-roles {
    /* background-color: #f8f9fa;*/
  /*  height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.side-menu-roles img {
    width: 45px;
    height: 45px;
    object-fit: cover; /* Ensures the image fits within the bounds */
}

.side-menu-roles a {
    margin-bottom: 15px; /* Space between menu items */
    cursor: pointer;
}

.side-menu-border {
    border-right: 1px solid #dee2e6;
}

.role-row-padding {
    padding-top: 30px;
}

.role-heading {
    text-decoration: underline;
}

.text-divider {
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .text-divider::before,
    .text-divider::after {
        content: '';
        height: 1px;
        background-color: #1995EB;
        flex-grow: 1;
    }

    .text-divider::before {
        margin-right: var(--text-divider-gap);
    }

    .text-divider::after {
        margin-left: var(--text-divider-gap);
    }

td.details-control-button {
    text-align: center;
    color: #2FABFF;
    cursor: pointer;
}

tr.shown td.details-control-button {
    text-align: center;
    color: coral;
}

.subTable th,
.subTable td {
    padding-right: 18px;
    padding-left: 18px;
}

.videx-container select2-selection {
    border: 2px solid #3498db;
    border-radius: 8px;
}

#dAppdatetimepickerFrom input,
#dAppdatetimepickerTo input {
    padding-left: 40px;
}

.pending-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* make sure it's above other content */
    border-top: 0px solid #66717c;
    background-color: #dc3545;
}

.pending-banner span {
    color: #ffffff;
}

.pending-banner .close {
  /*  font-size: 1.5rem;*/
    color: #ffffff;
    opacity: 0.8;
}

.pending-banner .close:hover {
    opacity: 1;
}