/*
 * Developed By Devozon
 *
 * Check Out at https://devozon.com/
 * Email: support@devozon.com
 * Message: https://www.facebook.com/devozon
 *
 * Please feel free to contact me at any time if you need a custom script or any development work.
 *
 * Devozon Team:
 * Coded by Sanad Nabil
 * Theme by Ahmed Reda
 * Tested By Smith Carter
 *
 * Devozon All rights reserved
 * Copyright (c) 2023.
 * Last Update 12 \ 11 \ 2023
 */

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.tg_head {
    background: #fff;
    padding: 51px;
    text-align: center;
    font-size: 41px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #e5e5e5;
    font-size: 46px;
    font-weight: 400;
}

.tg_card {
    margin-top: 22px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #e5e5e5;
}

.tab-content {
    margin: 10px;
}

.tg_container {
    border: 1px solid #E8E8E8;
}

.tg_link {
    position: relative;
    display: block !important;
    padding: 14px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #444 !important;
    text-decoration: none !important;
    outline: none;
    background: #F9F9F9 !important;
    border-bottom: 1px solid #E8E8E8 !important;
    -webkit-transition: all .3s ease !important;
    border-left: 1px solid #E8E8E8 !important;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    border-left: 1px solid #E8E8E8 !important;
    border-right: none !important;
    width: 220px;
    font-size: 16px;
    font-weight: 500;
}

.tab-content {
    padding: 12px;
    width: 100%;
}

.d-flex form {
    width: 100%;
}

.tg_box {
    position: relative;
}

.form-table tr {
    border-bottom: 1px solid #F4F3F3;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.form-table tr:last-child {
    border-bottom: none;
}

.form-table th {
    display: inline-block;
    width: calc(30% - 10px);
}

.form-table td {
    margin-bottom: 0 !important;
    display: inline-block;
    width: calc(65% - 20px);
}

.wp-core-ui select {
    max-width: 100% !important;
    height: 40px;
    border: none;
    border-bottom: 3px solid #2196f39c;
    background: #f5f5f5 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
    border-radius: 0;

}

html:lang(en) .wp-core-ui select {
    background: #f5f5f5 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;

}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    max-width: 100%;
}

.tg_title {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    padding: 8px;
    font-size: 15px;
    color: #222222;
    font-weight: bold;
    background-color: #F5F5F5;
    border-bottom: 1px solid #d3d3d3bf;
    text-align: center;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #405189;
}

input:focus + .slider {
    box-shadow: 0 0 1px #405189;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


:root {
    --input-color: #99A3BA;
    --input-border: #CDD9ED;
    --input-background: #fff;
    --input-placeholder: #CBD1DC;
    --input-border-focus: #275EFE;
    --group-color: var(--input-color);
    --group-border: var(--input-border);
    --group-background: #EEF4FF;
    --group-color-focus: #fff;
    --group-border-focus: #405189;
    --group-background-focus: #405189;
}

.form-field {
    display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    border-radius: 6px;
    -webkit-appearance: none;
    color: var(--input-color);
    border: 1px solid var(--input-border);
    background: var(--input-background);
    transition: border 0.3s ease;
}

.form-field::-moz-placeholder {
    color: var(--input-placeholder);
}

.form-field:-ms-input-placeholder {
    color: var(--input-placeholder);
}

.form-field::placeholder {
    color: var(--input-placeholder);
}

.form-field:focus {
    outline: none;
    border-color: var(--input-border-focus);
}

.form-group {
    position: relative;
    display: flex;
    width: 100%;
}

.form-group > span,
.form-group .form-field {
    white-space: nowrap;
    display: block;
}

.form-group > span:not(:first-child):not(:last-child),
.form-group .form-field:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.form-group > span:first-child,
.form-group .form-field:first-child {
    border-radius: 0;
}

.form-group > span:last-child,
.form-group .form-field:last-child {
    border-radius: 0;
}

.form-group > span:not(:first-child),
.form-group .form-field:not(:first-child) {
    margin-left: -1px;
}

.form-group .form-field {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.form-group > span {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 25px;
    color: var(--group-color);
    background: var(--group-background);
    border: 1px solid var(--group-border);
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.form-group:focus-within > span {
    color: var(--group-color-focus);
    background: var(--group-background-focus);
    border-color: var(--group-border-focus);
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
}

*:before, *:after {
    box-sizing: inherit;
}


.multiselect-dropdown {
    display: inline-block;
    padding: 2px 5px 0px 5px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: white;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    width: 100% !important;
}

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder {
    margin-right: 0.5em;
    margin-bottom: 2px;
    padding: 1px 0;
    border-radius: 4px;
    display: inline-block;
}

.multiselect-dropdown span.optext {
    background-color: lightgray;
    padding: 1px 0.75em;
}

.multiselect-dropdown span.optext .optdel {
    float: right;
    margin: 0 -6px 1px 5px;
    font-size: 0.7em;
    margin-top: 2px;
    cursor: pointer;
    color: #fff;
}

.multiselect-dropdown span.optext .optdel:hover {
    color: #c66;
}

.multiselect-dropdown span.placeholder {
    color: #ced4da;
}

.multiselect-dropdown-list-wrapper {
    box-shadow: gray 0 3px 8px;
    z-index: 100;
    padding: 2px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    display: none;
    margin: -1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
}

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
    margin-bottom: 5px;
}

.multiselect-dropdown-list {
    padding: 2px;
    height: 15rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #bec4ca;
    border-radius: 3px;
}

.multiselect-dropdown-list div {
    padding: 5px;
}

.multiselect-dropdown-list input {
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.35em;
}

.multiselect-dropdown-list div.checked {
}

.multiselect-dropdown-list div:hover {
    background-color: #ced4da;
}

.multiselect-dropdown span.maxselected {
    width: 100%;
}

.multiselect-dropdown-all-selector {
    border-bottom: solid 1px #999;
}


.multiselect-dropdown span.maxselected {
    width: calc(100% - 17px);
    padding: 6px;
}

.multiselect-dropdown {
    border-bottom: 3px solid #2196f39c !important;
    background: #f5f5f5 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
    padding: 10px 8px 10px 24px;
}

.multiselect-dropdown span.optext {
    background-color: #405189;
    padding: 1px 0.75em;
    color: white;
}

span.tag.label.label-info span {
    color: #405189 !important;
}

div#cabout {
    font-size: 19px !important;
}

button.accordion-button {
    font-size: 20px;
}

span.tag.label.label-info {
    background: #405189 !important;
}

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

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #405189;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #2196F3 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;
}

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

.ms {
    padding: 2px 10px;
    display: inline-block;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
    border-radius: 4px;
    color: white;
}

.ms.proxy {
    background: white;
    border: 2.5px rgb(233, 30, 99) solid;
    color: rgb(233, 30, 99);
}

.ms.vpn {
    background: white;
    border: 2.5px rgb(255, 193, 7) solid;
    color: rgb(255, 193, 7);
}

.ms.tor {
    background: white;
    border: 2.5px rgb(103, 58, 183) solid;
    color: rgb(103, 58, 183);
}

.ms.host {
    background: white;
    border: 2.5px rgb(33, 150, 243) solid;
    color: rgb(33, 150, 243);
}

@media (max-width: 700px) {

    .tg_link {
        width: 100%;
    }

    .col-md-9 {
        padding: 0 !important;
    }

    .tab-content {
        margin: 0;
    }

    .d-flex.align-items-start.tg_container {
        display: inline-block !important;
    }

    div#myTab {
        width: 100%;
    }

    .form-table td {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .form-table th {
        width: 100%;
        margin-bottom: 10px;
    }


}

.card {
    min-width: 100% !important;
}

.apexcharts-tooltip-marker {
    margin-left: 10px;
}

span.apexcharts-legend-marker {
    margin-left: 3px;
}

.avatar-md {
    height: 23px;
    width: 30px;
    border-radius: 5px !important;
}

.d-flex.mb-4.ip-range-row {
    position: relative;
    background: #f3f3f9;
    padding: 7px 17px;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
}

.remove-range {
    top: 25px;
    right: 22px;
    margin-left: 15px;
    position: absolute;
    border-radius: 10px;
    font-size: 18px;
    padding: 2px 9px;
}

html[lang=ar] .remove-range{
    top: 25px !important;
    left: 22px !important;
    right: unset !important;
}

.hide {
    display: none !important;
}

div#submit {
    width: 100%;
}

.alink svg {
    width: 10px;
    display: inline-block;
}

.alink {
    display: inline-block;
}
