.detail-view{
    text-align: center;
}

.proxy-table td, .proxy-table th{
    text-align: center;
    color: white;
    font-weight: bold;
    border-width: 0;
}


.bi-plus-square, .bi-dash-square{
    font-size:15px;
}

.signalstr{
    height: 40px;
    text-align: center;
    vertical-align: text-bottom;
    margin-top: 10px;
}
.more-info-table td,.more-info-table th{

    color: white;
    width: 80px;
    text-align: center;
}
.more-info-table tbody{
    border: 0px;
}

.fixed-table-loading{
    background: black!important;

}
.animation-dot{
    background: #FFE01B!important;
}
.row-opt-btn{
    margin: 5px 2px;
}
.text-bold{
    font-weight: bold;
}
.toast{
    background-color: rgba(32,43,54);
    font-size: 1.05rem;
}

.logs-body{
    background-color:rgba(28,38,47,.5);
    padding-left: 5px;
}
.logs-body h5{
    padding-left: 10px;
}
.log-lines{
    padding-left: 10px;
    padding-bottom: 10px;
}
.log-lines span{
    display: block;
}
.message-content{
    white-space: break-spaces;
    text-align: left;
}
.text-center{
    text-align: center;
}
#send_sms{
    text-align: center;
}
#send_sms input{
    margin-right: auto;
    margin-left: auto;
    width: 400px;
}
#send_sms textarea{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.sms_body label{
    color:white;
    font-size:15px;
}

.shared_input{
    display: inline-block;
    width: 25%;
    color:white;
}
.shared_input label{
    display: inline-block;

}
.shared_row{
    justify-content:center;
    text-align: center;
}
.shared_input select{
    text-align-last: center;
}
.shared_input input{
    text-align: center;
}

.hr-divider{

    width: 35%;
    text-align: center;
    margin-left: auto;
    border: 1px solid currentColor;
    margin-right: auto;

}
#sms_dashboard, #log_dashboard{
    max-height: 400px;
}
.card.card-expand #sms_dashboard,.card.card-expand #log_dashboard{
    max-height: unset;
}
#sms_dashboard_card, #log_dashboard_card{
    min-height:510px;
}

#log_dashboard .log_dash_th{
    position: sticky;
    top: 0;
    /* background-color:#35434a; */


}
.custom-sidebar{
    color:white;
    font-weight:bold;
}

.menu-header{
    color:white;
}


#activity_log_dashboard{
    max-height: 600px;

}

.card #activity_log_card{
    min-height: 400px!important;
}
.menu .menu-header{
    font-size: .99rem!important;
    color: white!important;
    font-weight: bold;
}
#proxy-table-list th,#proxy-table-list tr, #proxy-table-list td{
    border: 0px;
}
#proxy-table-list th{
    background: 0%!important;

    padding: 0px;
}
#sms-table th, #sms-table tr, #sms-table td{
    border:none;
}


#log_table_dash th, #sms-table th{
    text-align: center;
    color: white;
}

#sms-table td{
    text-align: center;
}

#proxy-table-list th{
    border-bottom: 1px solid white;
}

#proxy-table-main th, #proxy-table-main tr, #proxy-table-main td{
    border:0px;
}
#proxy-table-main th{
    position: sticky;
    top: 0;
    background: none;
    border-bottom: 1px solid white;
    /* background-color:#35434a; */


}

#device_list_detail th{
    border:0px;
}


@media (max-width:767px){
    #system_stats_card{ max-height:auto;}
}
.drop-down-menu-item{
    cursor: pointer
}
.drop-down-menu-item:hover{
    color: #f9e80d!important;
}
.drop-down-menu-item:active{
    color: black!important;
}

.detail-main-view {


    display:flex;
    justify-content:center;


}
#proxy-table-main:hover {

    --bs-table-hover-bg:unset;

}

#shared_detail_table tr, #shared_detail_table th{
    border:0px;
}

#html_tag{
    background: linear-gradient(180deg,rgba(41, 41, 41, 0.8) 0,#0d101b 100%)!important;
}

html:before{
    background: linear-gradient(180deg,rgba(41, 41, 41, 0.8) 0,#0d101b 100%)!important;

}


html, body, div, span, applet, object, iframe, button, td, tr, p{
    font-family: 'Inter'!important;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, th {
    font-family: 'Questrial'!important;
    font-weight: 400;

}



@-webkit-keyframes status-connecting {
    from { background-color: #f9e80d; }
    to { background-color: inherit; }
  }
  @-moz-keyframes status-connecting {
    from { background-color: #f9e80d; }
    to { background-color: inherit; }
  }
  @-o-keyframes status-connecting {
    from { background-color: #f9e80d; }
    to { background-color: inherit; }
  }
  @keyframes status-connecting {
    from { background-color: #f9e80d; }
    to { background-color: inherit; }
  }
  .status-connecting {
    -webkit-animation: status-connecting 1s infinite; /* Safari 4+ */
    -moz-animation:    status-connecting 1s infinite; /* Fx 5+ */
    -o-animation:      status-connecting 1s infinite; /* Opera 12+ */
    animation:         status-connecting 1s infinite; /* IE 10+ */
  }


  .border-rotating{
    border: 1px solid #268b83!important;
  }
  @-webkit-keyframes status-rotating {
    from { background-color: #268b83; }
    to { background-color: inherit; }
  }
  @-moz-keyframes status-rotating {
    from { background-color: #268b83; }
    to { background-color: inherit; }
  }
  @-o-keyframes status-rotating {
    from { background-color: #268b83; }
    to { background-color: inherit; }
  }
  @keyframes status-rotating {
    from { background-color: #268b83; }
    to { background-color: inherit; }
  }
  .status-connecting {
    -webkit-animation: status-rotating 1s infinite; /* Safari 4+ */
    -moz-animation:    status-rotating 1s infinite; /* Fx 5+ */
    -o-animation:      status-rotating 1s infinite; /* Opera 12+ */
    animation:         status-rotating 1s infinite; /* IE 10+ */
  }

  .CopyColumn{
    cursor: pointer;
  }


  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .dropdown-submenu {
    display: none;
    position: fixed;
    right: 100%;
    top: -7px;
  }
  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }




  #proxy-table-main  th:first-child
{
    z-index: 500;
    position:sticky;
    left:0px;
    background: #070a1bbf;
}
#proxy-table-main  th:nth-child(2)
{
    z-index: 500;
    position:sticky;
    left:25px;
    background: #070a1bbf;
}
#proxy-table-main td:first-child{
    position:sticky;
    z-index: 500;
    left:0px;
    background: #070a1bbf;
}

#proxy-table-main td:nth-child(2)
{
    z-index: 500;
    position:sticky;
    left:25px;
    background: #070a1bbf;

}

#proxy-table-main th:last-child, #proxy-table-main td:last-child{
    z-index: 500;
    position:sticky;
    right:0;
    background: #070a1bbf;
}
.search-input{
    margin-right: 20px;
}

/*  */

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(102, 102, 102, 0.433) rgba(102, 102, 102, 0.433);
  }
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.344);
    border-radius: 40px;
    border: 3px solid rgba(102, 102, 102, 0.248);
  }

.menu-text{
    font-family: 'Questrial'!important;
}

.table-zoomout{
    zoom: .75!important;
}




.login{
    margin-top:-5%;
    padding-top:0;
    vertical-align: middle;


}
.stats_cards{

    display: flex;
    flex-wrap: wrap;
}



@media (min-width:1199px){
    .stats_cards .card-body{
        height: 170px;

    }

    #license_card{
        padding-right: 8px
    }
    #mobile_card{
        padding-right: 8px
    }
    #shared_card{
        padding-right: 8px
    }

    #res_card2{
        padding-right: 8px;
    }

    #system_stats_card {
        max-height: 400px;
    }
}

#logs_form{
    margin-bottom: 10px;
}
/*
.footer {

    background-color: rgba(28,38,47,.95);


    height: 35px;
 }
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.footer-body{
    font-size:20px;
    padding: 10px;
}
.footer-body div{
    display: inline-block;
    margin: 0 25px;
} */
.btn-scroll-top{
    z-index: 10001;
    bottom: 1.545rem;

}
.btn-scroll-top:hover{
    color:black;
}

.menu{
    width: 250px;
}
.menu-text{
    padding-right: 10px;
}
@media (max-width:767px){
    #content{
        zoom: 0.75;
    }
    .app-sidebar-content{
        zoom: 0.75;
    }

}

@media (min-width:767px){
    #content{
        zoom: 0.85;
    }
    .app-sidebar-content{
        zoom: 0.85;
    }

}
#sidebar
{
    width: fit-content;
}

.btn_disabled{
    color: #ffffff;
    background-color: rgb(105 102 102 / 52%);
    pointer-events: auto!important;
    cursor: not-allowed;
    border: 1px solid rgb(105 102 102 / 52%);
}
#btn_disabled:active{
    pointer-events: none!important;
}
.system_stats_header{
    text-align: center;
    font-size: 11px;
    padding-right: 10px;

}
.ip_toggle_main{
    width:450px;
    display: flex!important;
    padding-left:0px;
    font-size: 20px;
}
#ip_toggle_input{
    margin-left: 10px;
    width: 50px;
}
.bs-bars{
    margin-bottom: 5px!important;
}

.help_bottom_page{
position: fixed;
bottom: 0;
}

@-webkit-keyframes flashing-red {
    from { background-color: #d90404; }
    to { background-color: inherit; }
  }
  @-moz-keyframes flashing-red {
    from { background-color: #d90404; }
    to { background-color: inherit; }
  }
  @-o-keyframes flashing-red {
    from { background-color: #d90404; }
    to { background-color: inherit; }
  }
  @keyframes flashing-red {
    from { background-color: #d90404; }
    to { background-color: inherit; }
  }
  .flashing-red {
    -webkit-animation: flashing-red 1s infinite; /* Safari 4+ */
    -moz-animation:    flashing-red 1s infinite; /* Fx 5+ */
    -o-animation:      flashing-red 1s infinite; /* Opera 12+ */
    animation:         flashing-red 1s infinite; /* IE 10+ */
  }




  .sstats{
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    display: inline-block;
  }

.side_menu_nav{
    margin: 8px 5px;

}
.side_menu_nav:hover{
    background: #0c503c82;
    border-right: 4px solid #3cd2a5;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}



.active-link-border{
    border-right: 4px solid #3cd2a5;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.active-link-border:hover{
    border:none;
    background: #0c503c82;
}
.active-link-background{
    background: #0c503c82;
}

.shared_nav:hover{
    border:none;
    background-color: transparent;
}


@media (max-height:767px){
    .help_bottom_page{
        position: unset;
        bottom: 0;
        }
}

.cord_options_btn{
    margin: 0 5px;
}

.login-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.main_table_filter_select {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color:var(--bs-theme);
    text-align: center;
}
.main_table_filter_select option{
    color:var(--bs-theme);
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
}
.hide-info-css{
    filter: blur(6px);
    -webkit-filter: blur(6px);
}
.dropdown-item.active, .dropdown-item:active{
    color: black  !important;
}
