@font-face {
    font-family: Varah;
    src: url("../fonts/varah/Varah-Regular.otf") format("opentype");
}

@font-face {
    font-family: Varah-Bold;
    src: url("../fonts/varah/Varah-Bold.otf") format("opentype");
}

body {
    padding:0em;
    margin:0em;
    background-color: #00a589;
    font-family: 'Varah', sans-serif;
}

main {
    overflow: hidden;
}

h1 {
    font-family: 'Varah', sans-serif;
}

.lc-session-container h2 {
    margin-top: 0.1875em;
    margin-bottom: 0.375em;
    font-size: 1.1em;
    font-family: 'Varah', sans-serif;
}

h4 {
    margin-top: 0.1875em;
    margin-bottom: 0.375em;
    font-size: 1.125em;
    font-family: 'Varah', sans-serif;
}

h3 {
    margin-top: 0em;
    font-size: 1.75em;
    font-family: 'Varah', sans-serif;
    margin-bottom: 1em;
}

.ccp-disclaimer {
    font-size: 1.5em;
    font-family: 'Varah', sans-serif;
    font-weight: bold;
    color: #115E67;
    text-align: center;
    height: 5em;
    position: absolute;
    top: 50%;
    margin-top: -2.5em;
    width: 80%;
    left: 50%;
    margin-left: calc(-40%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-banner {
    background-color: #FECB4E;
    width: 100%;
    height: 2.5rem;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: .25s;
    margin-top: 0px;
    font-size: 1em;
}

.info-banner p {
    line-height: 2.5rem;
    color: #003D4C;
    margin: 0px;
    font-size: 1em;
}

.info-banner p #status {
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    transition: .25s;
}

#lc-ccp {
    display: inline-flex;
    min-height: calc(37.0625rem +  3.125rem);
    flex-direction: column;
}

#lc-branch-selection {
    display: block;
    opacity: 0;
}

.lc-parent-container {
    width: 100%;
    min-width: 19em;
    max-width: 100em;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.lc-header {
    width: 94%;
    text-align:center;
    display:flex;
    margin-left:auto;
    margin-right: auto;
    margin-top:0px;
    padding-top:0.625em;
    padding-bottom:0.625em;
    background-color: rgb(17, 94, 103);
    overflow: hidden;
    padding-left: 3%;
    padding-right: 3%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lc-header-logo {
    width:11.25em;
}

.lc-header-logo-container {
    width:21.875em;
    float:left;
    display:inline-block;
    text-align: left;
}

.lc-header-title {
    display: inline-block;
    margin: 0px;
    line-height: 2.5em;
    color: #fefefe;
    font-size: 1.5em;
    font-weight: bold;

}

.lc-header-auth-info {
    display: inline-flex;
    float: right;
    margin: 0px;
    color: #ffffff;
    height: 2.5em;
    width: 22.5em;
    font-size: 0.875em;
    padding-right: 0px;
    margin-right: 0px;
    text-align: right;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

#user-auth-info p{
    margin-top: 0px;
    margin-bottom: 3px;
}

#user-auth-logout-btn {
    display: block;
    display: flex;
    width: auto;
    height: auto;
    border-radius: 4px;
    text-align: center;
    top: 63px;
    z-index: 14;
    right: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: 0.15s ease-out;
    background: #fff;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 0.9375em;
    background-color: #fefefe;
    color: #003D4C;
    border: 2px solid #777;
    font-family: 'Varah-Bold', sans-serif;
    margin-left: 30px;
}

#user-auth-logout-btn:hover {
    cursor: pointer;
    background-color: #eee;
}

#user-auth-logout-btn:focus {
    outline-offset: 0px;
    outline: 3px solid black;
}

.lc-logout-text {
    margin-top: 100px;
    color: #fff;
}

.ccp-container {
    width: 43.625em;
    min-height: 37.0625em;
    height:auto;
    display: inline-flex;
    flex-direction: column;
    margin-top: 0.625rem;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    position: relative;
    border-radius: 2px;
    transition: 0.35s ease-out;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
}

.ccp-container iframe {
    border-radius: 2px;
}

#lc-ccp-logs-download-btn {
    margin-top: 15px;
    font-size: 1rem;
    display: block;
    color: #003D4C;
}

#lc-ccp-logs-download-btn:visited {
    color: #003D4C;
}

#lc-full-custom-header {
    width: 36.25em;
    height: 0px;
    display: block;
    background-color: #115E67;
    padding-left: 0.625em;
    padding-right: 0.625em;
    overflow: hidden;
    transition: 0.35s ease-out;
    border-radius: 2px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    
}

.lc-full-custom-header-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

#lc-full-custom-device-settings-btn {
    display: flex;
    width: auto;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: 0.15s ease-out;
    background: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #fefefe;
    color: #003D4C;
    border: 2px solid #777;
    font-family: 'Varah-Bold', sans-serif !important;
}

#lc-full-custom-device-settings-btn p {
    margin-right: 4px;
}

#lc-full-custom-device-settings-btn:hover {
    cursor: pointer;
    background-color: #eee;
}

#lc-full-custom-device-settings-btn:focus {
    outline-offset: 0px;
    outline: 3px solid black;
}


.lc-full-custom-header-show {
    height: auto!important;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

#lc-full-custom-header-agent-state-container {
    display: inline-flex;
    float: left;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

#lc-full-custom-header-contact-state-container {
    display: inline-flex;
    float: right;
    flex-direction: column;
}


#lc-full-custom-contact-state-duration {
    margin-top: -30px!important;
    margin-bottom: 15px;
    font-size: 0.9375em;
    color: #003D4C;
    font-weight: bold;
}

#lc-full-custom-header-agent-state-dropdown-label {
    color: #003D4C;
    font-family: 'Varah', sans-serif !important;
    font-size: 0.8em;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
    background-color: #fafafa;
    padding: 6px 7px;
    border: 2px solid #777;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: auto;
    height: auto;
    border-right: 0px;
    margin-right: -1px;
}

#lc-full-custom-header-agent-state-dropdown {
    padding: 4px 3px;
    height: 100%;
    color: #003D4C;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: bold;
    font-size: 0.8em;
    width: auto;
    transition: 0.15s ease-out;
    background-color: #fefefe;
    border: 2px solid #777;
    font-family: 'Varah-Bold', sans-serif !important;
}

#lc-full-custom-header-agent-state-dropdown:hover{
    background-color: #eee;
    cursor: pointer;
}

#lc-full-custom-header-agent-state-dropdown:focus {
    outline-offset: 0px;
    outline: 3px solid black;
}

#lc-full-custom-header-agent-state-dropdown option {
    font-weight: bold;
}

#lc-full-custom-body {
    display: flex;
    min-height: 33.75rem;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
    color: #003D4C!important;
    flex-grow: 1;
}

#lc-full-custom-device-settings {
    min-height: 33.75rem;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
    color: #003D4C!important;
    background-color: #eee;
    flex-grow: 1;
}

.lc-full-custom-body-heading {
    margin-top: 0px;
    width: 90%;
    min-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    margin-bottom: 2.1875rem;
}

#lc-active-call-whisper-footer-container {
    margin-top: 1.25rem;
    height: 6.25rem;
}

#lc-full-custom-body-whisper-footer {
    position: absolute;
    width: 92%;
    background: #ddd;
    height: 5.625rem;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0.625rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 2px;
    justify-content: space-between;
}

#lc-outbound-subheading {
    font-size: 1.125em;
}

#lc-outbound-country-code-dropdown {
    padding: 0.375rem 0.375rem;
    background-color: #eee;
    font-family: 'Varah-Bold', sans-serif!important;
    color: #003D4C!important;
    border-radius: 4px;
    outline: none;
    border: 2px solid #777;
    font-size: 1.125em;
    height: 2.4375rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#lc-outbound-country-code-dropdown:focus {
    border: 2px solid #FECB4E;
}

#lc-outbound-phone-number-input {
    padding: 0.375rem 0.5rem;
    font-family: 'Varah-Bold', sans-serif!important;
    color: #003D4C!important;
    border-radius: 4px;
    outline: none;
    border: 2px solid #777;
    font-size: 1.125em;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    height: 1.4375rem;
    width: 15rem;
    vertical-align: top;
}

#lc-outbound-phone-number-input:focus {
    border: 2px solid #FECB4E;
}


.lc-full-custom-active-controls-btn {
    padding: 8px 8%;
    width: 11.25rem;
    cursor: pointer;
    color: #003D4C;
    font-weight: bold;
    font-family: 'Varah', sans-serif!important;
    border-radius: 2px;
    outline: none;
    margin: 0.625rem 1.25rem;
    transition: 0.25s;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    font-size: 1em;
    border: 2px solid #115E67;
}

.lc-full-custom-active-controls-btn:hover {
    background-color: #115E67;
    color: #fefefe;
}

.lc-full-custom-active-controls-accept-btn{
    padding: 0.625rem 8%;
    width: 11.25rem;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'Varah', sans-serif!important;
    border-radius: 2px;
    outline: none;
    margin: 0.625em 1.25em;
    transition: 0.25s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    font-size: 1em;
    background-color: green;
    border: none;
}

.lc-full-custom-active-controls-accept-btn:hover {
    background-color: rgb(1, 85, 1);
}

.lc-full-custom-active-controls-accept-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-full-custom-active-controls-reject-btn{
    padding: 0.625rem 8%;
    width: 11.25rem;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'Varah', sans-serif!important;
    border-radius: 2px;
    outline: none;
    margin: 0.625em 1.25em;
    transition: 0.25s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    font-size: 1em;
    background-color: #a31010;
    border: none;
}

.lc-full-custom-active-controls-reject-btn:hover {
    background-color: #820c0c;
}

.lc-full-custom-active-controls-reject-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-full-custom-active-controls-end-btn{
    padding: 0.625em 8%;
    width: 11.25rem;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'Varah', sans-serif!important;
    border-radius: 2px;
    outline: none;
    margin: 0.625em 1.25em;
    transition: 0.25s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    font-size: 1em;
    background-color: #a31010;
    border: none;
}

.lc-full-custom-active-controls-end-btn:hover {
    background-color: #820c0c;
}

.lc-full-custom-active-controls-end-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-btn-primary {
    transition: .25s;
    color: #fff;
    padding: 0.625em 8%;
    width: 11.25rem;
    display: block;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    font-size: 1em;
    font-family: 'Varah', sans-serif;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.875rem;
    border: 0px;
    background-color: #055c79;
    border-radius: 2px;
}

.lc-btn-primary:hover {
    background-color: #03394c;
    cursor: pointer;
}

.lc-btn-primary:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

#lc-full-custom-body-active-call-controls {
    width: 100%;
}

#lc-active-call-whisper-btn {
    display: none;
    transition: .25s;
    color: #fff;
    padding: 0.625rem 8%;
    width: 11.25rem;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    font-size: 1em;
    font-family: 'Varah', sans-serif;
    font-weight: bold;
    margin-top: 1.875rem;
    border: 0px;
    height: 3.75rem;
    background-color: #055c79;
    margin-left: auto;
    border-radius: 2px;
    margin-right: auto;
}

#lc-active-call-whisper-btn:hover {
    background-color: #03394c;
    cursor: pointer;
}

#lc-active-call-whisper-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-active-call-whisper-recording-started {
    animation: whisper-btn-colour-animation 10s forwards;
}

@keyframes whisper-btn-colour-animation {
    0% {
      background: #055c79;
    }
    15% {
      background: #115E67;
    }
    60% {
      background: #a36810;
    }
    100% {
      background: #a31010;
    }
}


.lc-full-custom-device-settings-save-btn {
    transition: .25s;
    color: #fff;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 10rem;
    display: inline-block;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    text-align: center;
    font-size: 1em;
    font-family: 'Varah', sans-serif;
    font-weight: bold;
    margin: 0.625rem 1.3125rem;
    border: 0px;
    background-color: #055c79;
    border-radius: 2px;
}

.lc-full-custom-device-settings-save-btn:hover {
    background-color: #03394c;
    cursor: pointer;
}

.lc-full-custom-device-settings-save-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-full-custom-device-settings-close-btn{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 10rem;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'Varah', sans-serif!important;
    border-radius: 2px;
    outline: none;
    margin: 0.625rem 1.25rem;
    transition: 0.25s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
    font-size: 1em;
    background-color: #a31010;
    border: none;
    display: inline-block;
}

.lc-full-custom-device-settings-close-btn:hover {
    background-color: #820c0c;
}

.lc-full-custom-device-settings-close-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

#lc-outbound-error-message {
    width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
    color: #003D4C;
    font-weight: bold;
}

#lc-outbound-error-message p{
    margin-bottom: 0.375rem;
}

.lc-outbound-post-call-dropdown-container {
    width: 18.125rem;
    text-align: left;
    margin-bottom: 1.25rem;
}

.lc-outbound-post-call-dropdown-label {
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Varah-Bold', sans-serif !important;
}

.lc-outbound-post-call-dropdown {
    padding: 0.375rem 0.5rem;
    color: #003D4C;
    border-radius: 2px;
    font-weight: bold;
    background-color: #fefefe;
    width: 18.125rem;
    font-size: 1.125em;
    font-family: 'Varah-Bold', sans-serif !important;
    border: 2px solid #777;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.lc-outbound-post-call-dropdown:hover{
    background-color: #eee;
    cursor: pointer;
}

.lc-outbound-post-call-dropdown:focus{
    border: 2px solid #FECB4E;
}

.lc-full-custom-device-dropdown-container {
    width: 21.875rem;
    text-align: left;
    margin-bottom: 1.25rem;
    margin-left:auto;
    margin-right:auto;
}

.lc-full-custom-device-dropdown-label {
    margin-top: 0px;
    margin-bottom: 0.25rem;
    font-weight: bold;
    font-size: 0.9375em;
}

.lc-full-custom-device-dropdown {
    padding: 0.375rem 0.5rem;
    color: #003D4C;
    border-radius: 2px;
    font-weight: bold;
    background-color: #fefefe;
    width: 21.875rem;
    font-size: 0.875em;
    font-family: 'Varah-Bold', sans-serif !important;
    border: 2px solid #777;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.lc-full-custom-device-dropdown:focus {
    outline-offset: 1px;
    outline: 2px solid black;
    cursor: pointer;
}

#lc-workspace {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.lc-session-container {
    width: 200px; 
    min-height: 37.5rem;
    height: auto;
    display:inline-block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #003D4C;
    position: relative;
    vertical-align: top;
    background-color: #fefefe;
    border: 2px solid #fefefe;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index:1;
    text-align: left;
}

.lc-dashboard-container {
    max-width: 31.125rem;
    padding: 1.25rem;
    min-height: 37.6875rem;
    height: auto;
    display: inline-block;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    position: relative;
    border-radius: 2px;
    vertical-align: top;
    text-align: left;
    flex-grow:1;
}

.lc-dashboard-heading {
    color: #003D4C;
    margin-top: 0px;
    margin-bottom: 0.625rem;
    display: inline-flex;
}

.lc-dashboard-subheading{
    color: #003D4C;
    margin-bottom: 0px;
    font-size: 1.125em;
}

.lc-dashboard-table-filter-text p {
    margin-bottom: 0px;
    margin-top: 0.125rem;
    font-size: 0.8125em;
    color: #003D4C;
}

.lc-dashboard-progress-bar-container {
    height: 1.125rem;
    width: 2.5rem;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 94, 103,1);
    border-radius: 2px;
    float: right;
  }
  
  .lc-dashboard-progress-bar {
    background-color: #84bd00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    transition: width 1s;
    transition-timing-function: linear;
    border-radius: 2px;
    
  }
  
  .lc-dashboard-progress-bar-text {
    color: #003D4C;
    font-size: 0.75em;
    font-weight: 700;
    position: absolute;
    left: -1.35rem;
    z-index: 1;
    text-align: right;
    width: 1.1rem;
    height: 1rem;
    top:0.2rem;
  }

.selection-container {
    background-color: #F4F7F8;
    margin-top: 85px;
    width: 80%;
    min-width: 500px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    margin-left:auto;
    margin-right: auto;
    padding: 2.5rem 1.5625rem;
    text-align: center;
    border-radius: 2px;
    position: relative;
    transition: 0.25s ease-in-out;
    opacity: 1;
}

.selection-container::after {
    content: "";
    display:block;
    width: 1.875rem;
    height: 0.625rem;
    position:absolute;
    margin-top: -0.15625rem;
    top: 3.125rem;
    left: -0px;
    background-color: #84bd00;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.selection-container::before {
    content: "";
    display:block;
    width: 0.625rem;
    height: 1.875rem;
    position:absolute;
    margin-top: -0.15625rem;
    top: 0px;
    left: 3.125rem;
    background-color: #84bd00;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.selection-container-frame {
    position: absolute;
    height: 8.125rem;
    width: 11.875rem;
    background-color: #84bd00;
    left: -0.75rem;
    top: -0.75rem;
    z-index: -1;
    border-radius: 1px;
    transition: 0.25s ease-in-out;
    opacity: 1;
}

.selection-container > h1 {
    color: #045;
    font-size: 1.75em;
    font-weight: bold;
    font-family: 'Varah-Bold', sans-serif;
}

#selected-branch-text {
    margin-bottom: 0.9375rem;
    margin-top: -0.5rem;
    font-size: 1.7em;
    font-family: 'Varah-Bold', sans-serif;
}

#branch-select {
    background-color: #115E67;
    color: #fff;
    padding: 0.75rem;
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    border-radius: 2px;
    outline: none;
    border: 3px solid #115E67;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: .25s;
    font-size: 0.9375em;
}

#branch-select:hover {
    background-color: transparent;
    color: #003D4C;
    cursor: pointer;
}

#branch-select:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

#branch-select option {
    border:none;
    outline:none;
    font-family: 'Varah', sans-serif;
}

#branch-select:disabled {
    background-color: #004455!important;
}

#duty-station-select {
    background-color: #115E67;
    color: #fff;
    padding: 0.5rem 0.5rem;
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    border-radius: 2px;
    outline: none;
    border: 3px solid #115E67;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: .25s;
    margin-bottom: 0.8125rem;
    width: 98%;
    font-size: 0.9375em;
    max-width: 15rem;
}

#duty-station-select:hover {
    background-color: transparent;
    color: #003D4C;
    cursor: pointer;
}

#duty-station-select:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

#duty-station-select option {
    border:none;
    outline:none;
    font-family: 'Varah', sans-serif;
}

#duty-station-select:disabled {
    background-color: #004455!important;
}

.confirm-btn {
    display:block;
    background-color: #115E67;
    color: #fff;
    padding: 0.75rem;
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    border-radius: 2px;
    outline: none;
    border: 3px solid #115E67;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: .25s;
    margin-left:auto;
    margin-right:auto;
    margin-top:1.25rem;
    font-size: 0.9375em;
}

.confirm-btn:hover {
    background-color: transparent;
    color: #003D4C;
    cursor: pointer;
}

.confirm-btn:focus {
    outline-offset: 2px;
    outline: 3px solid black;
}

.lc-session-channel-options {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 13px;
}

.btn-option{
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    display:flex;
    background-color: #115E67;
    transition: .15s ease-out;
    color: #fff;
    padding: 0.625rem 8%;
    width: 80%;
    height: auto;
    margin-left: 3%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    position:relative;
    text-align: center;
    transform-style: preserve-3d;
    font-size: 0.9375em;
    border-radius: 2px;
    border: 3px solid #115E67;
}

.btn-option::before {
    background-color: #7CBD3D;
    content: "";
    display:block;
    width: 100%;
    height: 100%;
    margin-left: -1rem;
    margin-top: 0.9rem;
    position:absolute;
    transform: translateZ(-1px);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.btn-option::after {
    content: "";
    display: block;
    width: 1.25rem;
    height: 0.375rem;
    position: absolute;
    margin-left: -0.18625rem;
    top: 1.1875rem;
    left: 0px;
    background-color: #7CBD3D;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.btn-option:hover {
    background-color: #fefefe;
    cursor: pointer;
    color: #003d4c;
}

.btn-option:disabled {
    cursor: not-allowed!important;
    background-color: #115E67;
    color: #ffffff!important;
}

.btn-option:focus {
    outline-offset: 3px;
    outline: 3px solid black;
}

.btn-option[data-active="true"] {
    background-color: #003d4c!important;
    cursor: default!important;
    color: #ffffff!important;
    border: 3px solid #003d4c;
}

.ccp-container-loader {
    height: 2.5rem;
    display: block;
    margin-top: 17.5rem;
    margin-bottom: 17.5rem;
}

.lc-shift-dashboard-table {
    border-collapse: collapse;
    width:100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 5px!important;
}

.lc-shift-dashboard-table thead tr th{
    border-collapse: collapse;
    padding: 4px 7px;
    font-weight: bold;
    background-color: #115E67;
    color: #fff;
    font-size: 0.8125em;
    text-align: left;
}

.lc-shift-dashboard-table tbody tr td{
    border-collapse: collapse;
    padding: 4px 7px!important;
    color: #115E67;
    font-size: 0.75em;
    text-align: left;
}

.lc-shift-dashboard-table tbody tr {
    transition: 0.2s ease-in-out;
}

.lc-shift-dashboard-table tbody tr:hover{
    background-color: rgba(17, 94, 103,0.1);
}

#lc-shift-dashboard-table-active-contacts_info {
    color: #003D4C;
    font-size: 0.8125em;
}

#lc-shift-dashboard-table-full-users-list_info {
    color: #003D4C;
    font-size: 0.8125em;
}

.lc-quality-dashboard-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.lc-quality-dashboard-table {
    border-collapse: collapse;
    width:100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 5px!important;
}

.lc-quality-dashboard-table thead tr th{
    border-collapse: collapse;
    padding: 4px 7px;
    font-weight: bold;
    background-color: #115E67;
    color: #fff;
    font-size: 0.8125em;
    text-align: left;
}

.lc-quality-dashboard-table tbody tr td{
    border-collapse: collapse;
    padding: 4px 7px!important;
    color: #115E67;
    font-size: 0.75em;
    text-align: left;
}

.lc-quality-dashboard-table tbody tr {
    transition: 0.2s ease-in-out;
}

.lc-quality-dashboard-table tbody tr:hover{
    background-color: rgba(17, 94, 103,0.1);
}

#lc-quality-dashboard-table-active-contacts_info {
    color: #003D4C;
    font-size: 0.8125em;
}

#lc-quality-dashboard-table-full-users-list_info {
    color: #003D4C;
    font-size: 0.8125em;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
    left: 0px;
    opacity: 0.7!important;
    line-height: 9px;
    font-size: 0.8em;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: 1!important;
}

.lc-active-call-whisper-notifications-panel-heading {
    font-size: 0.75em;
    margin-bottom: 0.3125rem;
    margin-top: 0.625rem;
    font-family: 'Varah-Bold';
    height: 0.9375rem;
}

#lc-active-call-whisper-notifications-panel {
    width: 96%;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding-top: 0.625rem;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    height: 3.125rem;
}

#lc-active-call-whisper-notifications-panel p {
    font-size: 0.625em;
    margin: 0px;
    margin-bottom: 0.375rem;
    font-family: 'Varah', sans-serif;
}

#lc-active-call-whisper-notifications-panel p::before {
    content: '-';
    margin-left: 0px;
    margin-right: 0.3125rem;
}

#lc-active-call-volunteer-notification-text{
    position: absolute;
    bottom: 0.625rem;
    text-align: center;
    width: 100%;
}

.lc-active-call-volunteer-notification-text-bold{
    font-family: 'Varah-Bold', sans-serif;
}

.dt-search label {
    color: #003D4C;
    font-size: 0.875em;
}

div.dt-container .dt-search input {
    padding: 0.375rem 0.5rem !important;
    font-family: 'Varah-Bold', sans-serif !important;
    color: #003D4C !important;
    border-radius: 4px;
    outline: none;
    border: 2px solid #777!important;
    font-size: 0.875em;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: 0px !important;
    margin-top: 0.3125rem !important;
}

div.dt-container .dt-search input:focus{
    border: 2px solid #FECB4E!important;
}


div.dt-container .dt-paging {
    margin-top: 0.4375rem;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: .3rem .5rem!important;
    font-size: 1em!important;
    color: #003D4C!important;
    margin-left:0px!important;
    border-radius: 4px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: #003D4C;
}

div.dt-container div.dt-layout-row {
    margin: 0px!important;
}

div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    background: transparent!important;
}

.help-link {
    text-align:right;
    color: #fefefe;
    margin-top: 0px;
    text-decoration: underline;
    width:100%;
    display: block;
    transition: .25s;
}

.monitor-icon {
    cursor: pointer;
}

.help-link:hover {
    color: #fff;
}
.lds-ring {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    margin: 0.25rem;
    border: 0.25rem solid #115E67;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #115E67 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.lds-ring-auth {
    margin-top: 8.75rem;
}

.lds-ring-auth div {
    border: 0.25rem solid #fff!important;
    border-color: #fff transparent transparent transparent!important;
}

#auth-loader {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}

.auth-loader-text {
    font-family: 'Varah-Bold', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.monitoring-active-current-user {
    animation-iteration-count: infinite;
    animation-name: monitorPulseCurrentUser;
    animation-duration: 3s;
}

.monitoring-active-current-user td {
    color: #fff!important;
}

@keyframes monitorPulseCurrentUser {
    0% {
        background-color: rgb(0, 61, 76);
    }
    50% {
        background-color: rgba(0, 61, 76, 0.9);
    }
    100% {
        background-color: rgb(0, 61, 76);
    }
}

.monitoring-active {
    animation-iteration-count: infinite;
    animation-name: monitorPulse;
    animation-duration: 3s;
}

@keyframes monitorPulse {
    0% {
        background-color: rgba(0, 61, 76,0.1);
    }
    50% {
        background-color: rgba(0, 61, 76,0.2);
    }
    100% {
        background-color: rgba(0, 61, 76,0.1);
    }
}

.action-disallowed {
    cursor: not-allowed!important;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 2px;
    background: white;
}

.skip:focus {
    position: static;
    width: auto;
    height: auto;
}

@media (max-width:380px)  {
    #lc-workspace {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px 0px;
    }
    .lc-session-container {
        width: 17em;
        height: auto;
        display: block;
        margin-left: 0em;
        margin-right: 0em;
        min-height:auto;
    }
    .lc-header-auth-info {
        float: left;
        justify-content: space-between;
        height: 1.5em;
    }
    .lc-header-logo {
        width: 5em;
    }
    .lc-header-title {
        display: inline-block;
        margin: 0px;
        line-height: 1.2em;
        font-size: 1.2em;
    }
    #user-auth-logout-btn {
        padding: 0.2em 10px;
    }
    .selection-container {
        margin-top: 1em;
        min-width: 0px;
        padding: 1.5rem 1.5625rem;
    }
    .lc-session-channel-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
    }
    .option {
        width: 50px;
    }
    .btn-option {
        padding: 5px 8%;
        width: 25px;
        min-width: 25px;
        height: 40px;
        margin: 0px;
        font-size: 0.4em;
    }
    .btn-option::before {
        display: none;
    }
    .btn-option::after {
        display: none;
    }
    #lc-ccp {
        max-width: none;
        width: 19em;
    }
    .ccp-container {
        width: 100%;
        max-width: 19em;
    }
    #lc-full-custom-header {
        width: calc(100% - 1.25em);
    }
    .lc-dashboard-container {
        width: 16.5em;
        max-width: none;
    }
    .lds-ring-auth {
        margin-top: 30px;
    }
    th.dt-orderable-asc.dt-orderable-desc {
        padding: 5px
    }
    .lc-quality-dashboard-table thead tr th {
        font-size: 0.45em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.4em;
    }
    .lc-shift-dashboard-table thead tr th {
        font-size: 0.45em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.4em;
    }
    .info-banner p {
        line-height: 2.5rem;
        color: #003D4C;
        margin: 0px;
        font-size: 0.7em;
    }
    .lc-full-custom-device-dropdown-container {
        width: 15.875rem;
        margin-bottom: 1.25rem;
    }
    .lc-full-custom-device-dropdown {
        width: 15.875rem;
    }
}

@media (min-width:381px) and (max-width:480px)  {
    #lc-workspace {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
    }
    .lc-session-container {
        width: 100%;
        height: auto;
        display: block;
        margin-left: 0em;
        margin-right: 0em;
        min-height:auto;
    }
    .lc-header-auth-info {
        float: left;
        justify-content: space-between;
        height: 1.5em;
    }
    .lc-header-logo {
        width: 5em;
    }
    .lc-header-title {
        display: inline-block;
        margin: 0px;
        line-height: 1.2em;
        font-size: 1.2em;
    }
    #user-auth-logout-btn {
        padding: 0.2em 10px;
    }
    .selection-container {
        margin-top: 1em;
        min-width: 0px;
        padding: 1.5rem 1.5625rem;
    }
    .lc-session-channel-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
    }
    .option {
        width: 50px;
    }
    .btn-option {
        padding: 5px 8%;
        width: 25px;
        min-width: 25px;
        height: 40px;
        margin: 0px;
        font-size: 0.4em;
    }
    .btn-option::before {
        display: none;
    }
    .btn-option::after {
        display: none;
    }
    #lc-ccp {
        max-width: none;
        width: 100%;
    }
    .ccp-container {
        width: 100%;
        max-width: 100%;
    }
    #lc-full-custom-header {
        width: calc(100% - 1.25em);
    }
    .lc-dashboard-container {
        width: 310px;
        max-width: none;
    }
    .lds-ring-auth {
        margin-top: 30px;
    }
    th.dt-orderable-asc.dt-orderable-desc {
        padding: 5px
    }
    .lc-quality-dashboard-table thead tr th {
        font-size: 0.5em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.45em;
    }
    .lc-shift-dashboard-table thead tr th {
        font-size: 0.5em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.45em;
    }
    .info-banner p {
        line-height: 2.5rem;
        color: #003D4C;
        margin: 0px;
        font-size: 0.7em;
    }
    .lc-full-custom-device-dropdown-container {
        width: 15.875rem;
        margin-bottom: 1.25rem;
    }
    .lc-full-custom-device-dropdown {
        width: 15.875rem;
    }
}

@media (min-width:481px) and (max-width:768px)  {
    #lc-workspace {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
    }
    .lc-session-container {
        width: 100%;
        height: auto;
        display: block;
        margin-left: 0em;
        margin-right: 0em;
        min-height: auto;
    }
    .lc-header-auth-info {
        float: left;
        justify-content: space-between;
        height: 1.5em;
        width: 100%;
    }
    .lc-header-logo {
        width: 5em;
    }
    .lc-header-title {
        display: inline-block;
        margin: 0px;
        line-height: 1.2em;
        font-size: 1.2em;
    }
    #user-auth-logout-btn {
        padding: 0.2em 10px;
    }
    .selection-container {
        margin-top: 1em;
        min-width: 420px;
        padding: 1.5rem 1.5625rem;
    }
    .lc-session-channel-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        min-height: auto;
        gap: 5px;
    }
    .option {
        width: 60px;
    }
    .btn-option {
        padding: 10px 8%;
        width: 40px;
        min-width: 40px;
        height: 50px;
        margin: 0px;
        font-size: 0.6em;
    }  
    .btn-option::before {
        display: none;
    }
    .btn-option::after {
        display: none;
    }
    #lc-ccp {
        max-width: none;
        width: 100%;
    }
    .ccp-container {
        width: 100%;
        max-width: 100%;
    }
    #lc-full-custom-header {
        width: calc(100% - 1.25em);
    }
    .lc-dashboard-container {
        width: 420px;
        max-width: none;
    }
    .lds-ring-auth {
        margin-top: 30px;
    }
    .info-banner p {
        line-height: 2.5rem;
        color: #003D4C;
        margin: 0px;
        font-size: 0.8em;
    }
    .lc-full-custom-device-dropdown-container {
        width: 21.875rem;
        margin-bottom: 1.25rem;
    }
    .lc-full-custom-device-dropdown {
        width: 21.875rem;
    }
}

@media (min-width:768px) and (max-width:960px) {
    #lc-workspace {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
    }
    .lc-session-container {
        width: 100%;
        height: auto;
        display: block;
        margin-left: 0em;
        margin-right: 0em;
        min-height: auto;
    }
    .lc-header-auth-info {
        float: left;
        justify-content: space-between;
        height: 2.5em;
        width: 100%;
    }
    .lc-header-logo {
        width: 180px;
    }
    .lc-header-title {
        display: inline-block;
        margin: 0px;
        line-height: 40px;
        font-size: 1.5em;
    }
    #user-auth-logout-btn {
        padding: 8px 10px;
    }
    .selection-container {
        margin-top: 45px;
        min-width: 700px;
        padding: 2.5rem 1.5625rem;
    }
    .lc-session-channel-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        min-height: auto;
        gap: 5px;
    }
    .option {
        width: 70px;
    }
    .btn-option {
        padding: 10px 8%;
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin: 0px;
        font-size: 0.7em;
    }  
    .btn-option::before {
        display: none;
    }
    .btn-option::after {
        display: none;
    }
    #lc-ccp {
        max-width: none;
        width: 100%;
    }
    .ccp-container {
        width: 100%;
        max-width: 100%;
    }
    #lc-full-custom-header {
        width: calc(100% - 1.25em);
    }
    .lc-dashboard-container {
        width: 498px;
        max-width: none;
    }
    .lds-ring-auth {
        margin-top: 80px;
    }
    .info-banner p {
        line-height: 2.5rem;
        color: #003D4C;
        margin: 0px;
        font-size: 1em;
    }
    .lc-full-custom-device-dropdown-container {
        width: 21.875rem;
        margin-bottom: 1.25rem;
    }
    .lc-full-custom-device-dropdown {
        width: 21.875rem;
    }
}

@media (min-width:961px) {
    #lc-workspace {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
    }
    .lc-session-container {
        width: 13em;
        height: auto;
        display: inline-block;
    }
    .lc-header-auth-info {
        float: right;
        justify-content: flex-end;
        height: 2.5em;
        width: 25em;
    }
    .lc-header-logo {
        width: 180px;
    }
    .lc-header-title {
        display: inline-block;
        margin: 0px;
        line-height: 40px;
        font-size: 1.5em;
    }
    #user-auth-logout-btn {
        padding: 8px 10px;
    }
    .selection-container {
        margin-top: 65px;
        min-width: 900px;
        padding: 2.5rem 1.5625rem;
    }
    .lc-session-channel-options {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 13px;
    }
    .option {
        width: auto;
    }
    .btn-option {
        padding: 0.45rem 8%;
        width: 95%;
        height: auto;
        margin-left: 3%;
        font-size: 0.9375em;
    }
    .btn-option::before {
        display: block;
    }
    .btn-option::after {
        display: block;
    }
    #lc-ccp {
        max-width: 37.375em;
        width: 37.375em;
    }
    .ccp-container {
        width: 37.375em;
        max-width: 37.375em;
    }
    #lc-full-custom-header {
        width: 36.125em;
    }
    .lc-dashboard-container {
        width: 31.125rem;
        max-width: 31.125rem;
    }
    .lds-ring-auth {
        margin-top: 140px;
    }
    th.dt-orderable-asc.dt-orderable-desc {
        padding: 10px
    }
    .lc-quality-dashboard-table thead tr th {
        font-size: 0.8125em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.75em;
    }
    .lc-shift-dashboard-table thead tr th {
        font-size: 0.8125em;
    }
    .lc-quality-dashboard-table tbody tr td {
        font-size: 0.75em;
    }
    .info-banner p {
        line-height: 2.5rem;
        color: #003D4C;
        margin: 0px;
        font-size: 1em;
    }
    .lc-full-custom-device-dropdown-container {
        width: 21.875rem;
        margin-bottom: 1.25rem;
    }
    .lc-full-custom-device-dropdown {
        width: 21.875rem;
    }
}