#smallAlertBox{
    position: fixed;
    right: 50px;
    bottom: 50px;
    /* bottom: 0px; */
    
    text-align: center;
    z-index: 1000000;
    font-size: 0.8rem;
}
.listOfRecentAlerts{
    list-style: none;
    padding: 0px;
    margin: 0px;

}
.listOfRecentAlerts li{
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
    width: 280px;
    position: relative;
}

.listOfRecentAlerts li{
    width: 220px;
}
.listOfRecentAlerts .pass{
    background: #a6d5a6;
    background: #4AAC33;
    color: white;
}
.listOfRecentAlerts .fail{
    background: #d5a6a6;
    background: #E00343;
    color: white;
    position: relative;
}

.listOfRecentAlerts li span{
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 18px;
    background: #000000;
    color: white;
    border: 1px solid #959595;
    padding: 0px 8px;
    border-radius: 15px;
    cursor: pointer;
}

.listOfRecentAlerts li span {
    position: absolute;
    top: 0px;
    right: -31px;
    font-size: 18px;
    background: #356da8;
    color: white;
    border: 1px solid #000000;
    padding: 5px 8px;
    border-radius: 0px;
    cursor: pointer;
}

.listOfRecentAlerts li span:hover{
    background: #959595;
}

span.templateText{
    font-size: 12px;
}

/* Base table */
.table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

/* Table headers */
.table thead th {
  background-color: #f8f9fa;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
}

/* Table cells */
.table td {
  padding: 12px;
  border-bottom: 1px solid #dee2e6;
}

/* --------------------------
   Variants
-------------------------- */

/* Striped rows */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Hover rows */
.table-hover tbody tr:hover {
  background-color: #f1f1f1;
}

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

/* Dark mode */
.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark thead th {
  background-color: #343a40;
  border-color: #454d55;
}

.table-dark td,
.table-dark th {
  border-color: #454d55;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #2c3034;
}

.table-dark.table-hover tbody tr:hover {
  background-color: #3a3f44;
}

.d-none{
    display: none;
}

.voicemail-item.unread {
    background-color: #e9ecef;
}

.voicemail-item {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
    transition: background-color 0.3s ease;
}

.voicemailPlayer{
    width: 100%;
}

.DialContainer{
    display: flex;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 5px;
    box-sizing: border-box;
}

.AddressBook{
    width: 370px;
    flex-shrink: 0;
    background: #172018;
    overflow-y: scroll;
}

.dialPad{
    flex: 1;
}

.addressBookItem{
    display: flex;
    
}

.addressBookItem:hover{
    background: #4d6464;
}

.addressBookItem .imgContainer{
    flex-shrink: 0;
    width: 35px;
    padding: 10px;
}

.addressBookItem .imgContainer img{
    width: 90%;
    border-radius: 5px;
}

.addressBookItem .textContainer{
    font-size-adjust: 0.5;
    flex-shrink: 0;
    flex: 1;
    padding: 10px;
}

.addressBookItem .textContainer .contactName{
    font-size: 12px;
}

.addressBookItem  .actionContainer{
    flex-shrink: 0;
    /* width: 30px; */
    text-align: center;
    padding-top: 13px;
    padding-right: 7px;
    display: flex;
    flex-direction: row;
}

.addressBookItem  .actionContainer .callAction{
    padding: 5px;
    height: 18px;
}

.addressBookItem  .actionContainer .callAction:hover{
    background: #067d0f;
    border-radius: 5px;
    cursor: pointer;
}

#dialDeleteKey{
    position: absolute;
    right: 0px;
}

.myLoadingBar {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #b79121; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* transfer select */

.addressBookForTransfer{
    color: white;
    padding: 7px;
    border-radius: 5px !important;
    background: #525da5;
}

/* hide */
.hide{
    display: none !important;
}

/* in call css */
.CallTimer{
    position: relative;
    z-index: 1;
}

.callStatus{
    position: relative;
    z-index: 10;
}

.CallUi{
    top: 50px;
}

.addressBookControl{
    display: flex;
    margin-top: 7px;
    margin-bottom: 20px;
}

.addressBookType{
    flex: 1;
    color: white;
    border: none;
    background-color: #6e7c84;
    padding: 5px;
    background-position-x: calc(100% - 10px);
    margin: 5px;
}

.buddy{
    border-left: none;
    color: #CCCCCC;
    background: #3d4042;
    display: flex;
    width: auto;
    height: 50px !important;
}

.missedNotifyer{
    display: unset !important;
    background-color: #ce3131;
    position: absolute;
    line-height: 21px;
    border-radius: 20px;
    color: #FFFFFF;
    min-width: 0px;
    padding-left: 7px;
    padding-right: 7px;
    right: 2px;
    top: 5px;
    font-size: 11px;
    text-align: center;
}

.NotifyerLogs{
    display: unset !important;
    /* background-color: #ce3131; */
    position: absolute;
    line-height: 21px;
    border-radius: 20px;
    /* color: #de4949; */
    min-width: 0px;
    padding-left: 7px;
    padding-right: 7px;
    right: 2px;
    top: 5px;
    font-size: 19px;
    text-align: center;
}

.inboundIcon{
    transform: rotate(180deg) !important;
}

.inboundCall{
    background: #525845;
}

.outboundCall{
    background: #43595a;
}

.buddy .contactNameText{
    flex: 1;
    text-align: left;
}

.buddy .contactDate{
    padding-right: 0px;
    padding-top: 35px;
}

.callActionIcon{
    display: unset !important;
    /* background-color: #ce3131; */
    position: absolute;
    line-height: 21px;
    border-radius: 20px;
    /* color: #ffffff; */
    min-width: 0px;
    padding-left: 7px;
    padding-right: 7px;
    right: 32px;
    top: 8px;
    font-size: 16px;
    text-align: center;
}

.callActionIcon:hover{
    color: #ffffff;
}

.callActionUnlike{
    margin-right: 10px;
}

.callActionLike{
    margin-right: 10px;
}

.w-100{
    width: 100%;
}

#keypadContainer{
    text-align:center; display:table; margin: 0 auto; margin-top:160px; position:relative;
}

#dialButtonContainer{
    text-align: center; margin-bottom:15px
}

.myPrompt{
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.myPromptInput{
    width: 100%;
}

.myPromptBtnOk{
    background: #067d0f;
}

.myPromptBtnCancel{
    background: firebrick;
}

.myPromptBtnCont{
    margin-top: 15px;
    text-align: right;
}

.dBtnContainer{
    text-align: center;

}

.btn-windows-download {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;                    /* white text */
  background-color: #0078D4;        /* Microsoft blue */
  border: 1px solid #005A9E;        /* slightly darker border */
  border-radius: 4px;               /* rounded corners */
  padding: 12px 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  text-align: center;
}

.btn-windows-download:hover {
  background-color: #005A9E;        /* darker on hover */
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.btn-windows-download:active {
  background-color: #004578;        /* even darker on click */
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  transform: translateY(1px);
}



/* responsive dial page */

@media all and (max-width:900px) {
    .DialContainer{
        flex-flow: column-reverse;
        height: 100%;
        overflow: hidden;
    }

    .AddressBook{
        width: 100%;
        overflow: unset;
        flex: 1;
        overflow: scroll;
    }

    /* .contactArea{
        display: flex;
    } */

    #keypadContainer{
        margin-top: 50px;
    }

    #dialButtonContainer{
        margin-bottom:70px
    }
}

@media all and (max-width:550px) {
    #leftBar{
        width: 120px !important;
    }
}

@media all and (max-width:470px) {
    #leftBar{
        width: 70px !important;
    }

    .settingsMenu .mWrapper .roundButtons{
        width: 100% !important;
        font-size: 12px;
    }

    .settingsMenu .mWrapper .roundButtons .mText{
        font-size: 8px !important;
    }

    .dialButtons{
        width: 50px !important;
        height: 40px !important;
    }

    #keypadContainer #dialText{
        width: calc(100% - 25px) !important;
    }

    #UserCallID{
        font-size: 8px;
    }

    #regStatus{
        font-size: 8px;
    }
}

@media all and (max-height:800px) and (max-width:800px) {
    .settingsMenu .roundButtons{
        line-height: 15px !important;
    }

    .settingsMenu .mWrapper .roundButtons .mIcon{
        width: 25px !important;
        height: 25px !important;
        line-height: 28px !important;
    }

    .dialButtons{
        width: 50px !important;
        height: 40px !important;
    }

    #keypadContainer{
        margin-top: 10px;
    }
}


@media all and (max-height:670px) {
    .settingsMenu .roundButtons{
        line-height: 15px !important;
    }

    .settingsMenu .mWrapper .roundButtons .mIcon{
        width: 25px !important;
        height: 25px !important;
        line-height: 28px !important;
    }

    .dialButtons{
        width: 50px !important;
        height: 40px !important;
    }
}