#top_button,
#top_button:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer
}

label {
    color: #000!important
}

.dataTables_filter input,
.form-control {
    border: 1px solid #979797!important
}

.count_abonent,
.count_abonent_red {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff
}

.search {
    background-color: red;
    color: #fff
}

.count_abonent {
    background-color: #23bf08
}

.count_abonent_red {
    background-color: #ff3f3f
}

.mdi-36px {
    font-size: 39px;
    margin-right: 20px
}

.app,
.app_ios {
    border-radius: 10px
}

#top_button {
    border: 2px solid red;
    background: #fff;
    border-radius: 50px;
    color: red
}

#top_button:hover {
    border: 2px solid red;
    background: red;
    border-radius: 50px;
    color: #fff
}

.btn_fad {
    font-size: 20px;
    cursor: pointer;
    padding: 13px
}

#top_button.show {
    opacity: 1;
    visibility: visible
}

#o_green {
    background-color: #bdecb5
}

#o_red {
    background-color: #f66;
    color: #fff
}

@media only screen and (max-width:600px) {
    #hidden {
        display: none
    }
}

.table_fas {
    border-radius: 5px
}

@media screen and (max-width:640px) {
    div.dt-buttons {
        float: none!important;
        text-align: left!important
    }
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: none;
        font-family: Questrial, sans-serif;
        text-align: left
    }
}

@media print {
    #hidden {
        display: none
    }
    #wiew {
        display: block
    }
}

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #539BFF89;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.bron {
    background-color: #FFEEBA;
    color: black !important;
}

.closed {
    background-color: #47d1e3;
    color: black !important;
}

.success {
    background-color: #8fd8a0;
    color: black !important;
}

.edit {
    background-color: #CFE2FF;
    color: black !important;
}

.errort {
    background-color: #F5C6CB;
    color: black !important;
}

.errory {
    background-color: #ffa700;
    color: black !important;
}

.opent {
    background-color: white;
    color: red !important;
}

#resim-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

#resim-popup img {
    max-width: 80%;
    max-height: 80%;
}

#resim-popup #kapat {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}