@import url('//themes.trazk.com/font/awesome/css/all.min.css');
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #5867dd;
    --secondary: #e1e1ef;
    --success: #0abb87;
    --info: #5578eb;
    --warning: #ffb822;
    --danger: #fd397a;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1399px;
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

body {
    background-color: #f9f9f9;
}

.page-content {
    background-color: #f9f9f9;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #3d6cf3 ;
    border-color: #3d6cf3 ;
}

.btn-primary:hover {
    color: #fff;
    background-color: #384ad7;
    border-color: #2e40d4;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e40d4;
    border-color: #293ccc;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

.btn-secondary {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #c8c8e2;
    border-color: #c0c0dd;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c0c0dd;
    border-color: #b7b7d9;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn-success:hover {
    color: #fff;
    background-color: #08976d;
    border-color: #078b64;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #078b64;
    border-color: #077e5b;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn-info:hover {
    color: #fff;
    background-color: #335de7;
    border-color: #2754e6;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2754e6;
    border-color: #1c4be4;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn-warning:hover {
    color: #212529;
    background-color: #fbaa00;
    border-color: #eea200;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #eea200;
    border-color: #e19900;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #fd1361;
    border-color: #fc0758;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc0758;
    border-color: #f40252;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #5867dd;
    border-color: #5867dd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #5867dd;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

.btn-outline-secondary {
    color: #444444;
    border: 1px #ccc solid;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #e1e1ef;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e1e1ef;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.btn-outline-success {
    color: #0abb87;
    border-color: #0abb87;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0abb87;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn-outline-info {
    color: #5578eb;
    border-color: #5578eb;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5578eb;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

.btn-outline-warning {
    color: #ffb822;
    border-color: #ffb822;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffb822;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn-outline-danger {
    color: #fd397a;
    border-color: #fd397a;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fd397a;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #5867dd;
    text-decoration: none;
}

.btn-link:hover {
    color: #2739c1;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 1.15rem 1.65rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

.navbar-collapse {
    background: #fff;
    border-bottom: 1px solid #eff0f6;
    transition: all .3s ease;
}

.swal2-container {
    z-index: 999 !important;
}

.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, .7) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #6c7293;
}

.sidebar-nav>ul>li>a i {
    font-size: 1.75rem;
    color: #4e4e94;
}

.mini-sidebar .sidebar-nav #sidebarnav li:hover a {
    width: 60px !important;
}

.mini-sidebar .left-sidebar .sidebar-nav #sidebarnav>li.active>a {
    padding-left: 20px;
}

.sidebar-nav>ul>li>a:hover i {
    color: #1bbc9b !important;
}

.navbar-brand .logo i {
    font-size: 32px;
}

.topbar .top-navbar .navbar-nav {
    padding-left: 10px;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    line-height: 20px;
    margin: 10px 5px 10px 5px;
}

.mini-sidebar .sidebar-nav #sidebarnav>li>a {
    padding-left: 15px;
}

.navbar-left .nav-link {
    font-size: 14px !important;
    color: #6c7293;
    font-weight: 500;
}

.nav-link:hover {
    color: #2c77f4 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.2s ease;
    background-color: rgba(44, 119, 244, 0.05);
}

.topbar .top-navbar .navbar-collapse .navbar-nav .nav-item:hover {
    color: #2c77f4 !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: rgba(44, 119, 244, 0.05);
    border-radius: 5px;
}

.topbar .top-navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #2c77f4;
    border-radius: 5px;
}

.topbar .top-navbar .navbar-collapse .navbar-nav .nav-item.active a {
    color: #fff !important;
}

.text-h4 {
    font-size: 16px;
    font-weight: 500;
    color: #434349;
}

.sidebar-nav ul li a.active {
    background: #000;
}

.sidebar-nav ul li a {
    width: 60px;
}

.sidebar-nav ul li a.active i {
    color: #03a9f3 !important;
}

.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    width: 60px;
    background: #1C1C2B !important;
}

.user-icon {
    border-radius: 4px;
}

.user-name {
    font-weight: 500;
}

.sidebar-nav>ul>li>a {
    border-left: 0px;
}

.sidebar-nav>ul>li:hover>a {
    border-left: 0px;
}

.tooltip-inner {
    background-color: #1c1b2b !important;
    color: #fff;
    padding: 10px 10px;
}


/* all tools */

#allTool ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin: 0 -5px;
}

#allTool ul li {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 5px 10px 5px;
}

#allTool ul li h3 {
    color: #333;
    transition: .2s all ease-in-out;
    /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
    /* padding:10px; */
    font-size: 16px;
}

#allTool ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #888;
    transition: .2s all ease-in-out
}

#allTool ul li a:hover h3 {
    color: #fff
}

#allTool ul li a:hover p {
    color: #fff
}

#allTool ul li a {
    display: block;
    height: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: .2s all ease-in-out
}

#allTool .tool1 a:hover {
    color: #fff;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 3px 0px #ccc;
}

#allTool a:hover i {
    color: #fff;
    transition: .2s all ease-in-out
}

#allTool i {
    font-size: 45px;
    padding: 15px 0 5px 0px;
}

#allTool .tool1 i {
    color: #2e2752;
}

#allTool .tool1 a:hover {
    background-color: #2e2752;
}

#allTool .tool2 i {
    color: #34a853;
}

#allTool .tool2 a:hover {
    background-color: #34a853;
}

#allTool .tool3 i {
    color: #4285f4;
}

#allTool .tool3 a:hover {
    background-color: #4285f4;
}

#allTool .tool4 i {
    color: #fbbc05;
}

#allTool .tool4 a:hover {
    background-color: #fbbc05;
}

#allTool .tool5 i {
    color: #ea4335;
}

#allTool .tool5 a:hover {
    background-color: #ea4335;
}

#allTool .tool6 i {
    color: #6c2ad9;
}

#allTool .tool6 a:hover {
    background-color: #6c2ad9;
}


/* .allToolsImg{
  border-radius: 50%;
  padding-bottom: 20px;
} */


/* input */

.class-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    color: #555;
    box-sizing: border-box;
    height: 40px;
    left: 20%;
    margin: -25px 0 0 -100px;
    padding: 10px 0px;
    position: relative;
    top: 0;
    width: 100%;
}

.class-input:focus {
    outline: none;
    caret-color: #2979ff;
}

.class-input:focus+.underline {
    transform: scale(1);
}

.class-input:focus+.class-label {
    transform: translateY(-125%);
    font-size: .75em;
}

.class-textarea {
    background-color: #f9f9f9;
    border-radius: 0px;
}

.class-textarea:focus {
    outline: none;
    caret-color: #2979ff;
}

.class-textarea:focus+.underline {
    bottom: 5px;
    transform: scale(1);
}

.class-label {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.underline {
    background-color: dodgerblue;
    display: inline-block;
    height: 3px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.text-capitalize-first:first-letter {
    text-transform: capitalize;
}

.btn-pill-info {
    border-radius: 50rem !important;
    border: 1px solid #03a9f3 !important;
    color: #03a9f3 !important;
    padding: 13px 30px !important;
    transition: all 0.5s;
}

.btn-pill-success {
    border-radius: 50rem !important;
    border: 1px solid #0abb87 !important;
    color: #0abb87 !important;
    padding: 13px 30px !important;
    transition: all 0.5s;
}


/*  */

.font-36 {
    font-size: 36px;
}

.font-44 {
    font-size: 44px;
}

.font-48 {
    font-size: 48px;
}

.line-height-48 {
    line-height: 48px;
}

.bg-cus-red {
    background: #d6336c;
}

.text-cus-red {
    color: #d6336c;
}

.line-height-48 {
    line-height: 48px;
}

.bg-ads {
    background-color: #45818e !important;
}

.text-ads {
    color: #45818e !important;
}

.bg-white-1 {
    background-color: #f9f9f9 !important;
}

.topBarMenu li a {
    padding: .7rem 1.1rem;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #2c77f4;
    display: inline-block;
    border-radius: 4px;
}

.topBarMenu li a:hover {
    transition: all .2s ease;
    background-color: rgba(44, 119, 244, .10);
}

.btn-danger-2 {
    background-color: rgba(253, 57, 122, .1);
    color: #fd397a;
    border-color: transparent;
    transition: all .2s linear;
}

.btn-danger-2:hover {
    color: white !important;
}


/* css asidebar */

.left-sidebar .sidebar-nav .sub-menu>li:first-child {
    display: block !important;
}

.left-sidebar .sidebar-nav .sub-menu>li:first-child a {
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.left-sidebar .ps {
    overflow: none !important;
}

#sidebarnav li .sub-menu {
    display: none;
    position: absolute !important;
    top: 0px !important;
    left: 60px !important;
    background: #1C1C2B !important;
    width: 250px !important;
}

.pl-20 {
    padding-left: 15px;
}

.sidebar-nav ul li:hover .sub-menu {
    display: block !important;
}

.sidebar-nav .sub-menu>li>a.a_first {
    font-size: 14px !important;
}

.sidebar-nav .sub-menu>li>a {
    font-size: 12px !important;
}

.left-sidebar .sidebar-nav ul>li.active ul li a:before {
    background: none !important;
    box-shadow: none !important;
}

.sidebar-nav>ul>li .sub-menu>li>a.active {
    background: none !important;
    color: #1bbc9b !important
}


/*  */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animatedd {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.fadeInDown {
    animation-name: z;
}

.left-sidebar .sidebar-nav .sub-menu-child>li:first-child {
    display: block !important;
}

.left-sidebar .sidebar-nav .sub-menu-child>li:first-child a {
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.left-sidebar .ps {
    overflow: none !important;
}

#sidebarnav li .sub-menu-child {
    display: none;
    position: absolute !important;
    top: 0px !important;
    left: 60px !important;
    background: #1C1C2B !important;
    width: 180px !important;
}

.sidebar-nav ul li:hover .sub-menu-child {
    display: block !important;
}

.sidebar-nav .sub-menu-child>li>a.a_first {
    font-size: 14px !important;
}

.sidebar-nav .sub-menu-child>li>a {
    font-size: 12px !important;
}

.left-sidebar .sidebar-nav ul>li.active ul li a:before {
    background: none !important;
    box-shadow: none !important;
}

.sidebar-nav>ul>li .sub-menu-child>li>a.active {
    background: none !important;
    color: #1bbc9b !important
}

.getDistrict .dropdown-menu {
    padding: 5px 0px !important;
}

.np-drop .dropdown-menu {
    padding: 5px 0px !important;
}

.tableResultKeyWordLocal .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef !important;
    font-weight: 300 !important;
}


/* keyWord */

.checkedAds::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 18px !important;
    right: 10px;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    transition: top 0.2s ease-in-out;
    background: url('../../images/v8/check.svg') no-repeat center center;
    background-size: 100%;
}

.checkedAdsAllKey::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    top: 18px !important;
    right: 10px;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    transition: top 0.2s ease-in-out;
    background: url('../../images/v8/check.svg') no-repeat center center;
    background-size: 100%;
}

#show-cid-sel .dropdown-menu {
    padding: 0px !important;
}

#showDataAds tbody .even {
    background-color: #00c2920d !important;
}

#showDataAds tbody .odd {
    background-color: #fff !important;
}

#showDataAds thead th {
    border-top: none !important;
    border-bottom: 1px solid #ebebeb !important;
}

#myTabAccount .nav-tabs .nav-link {
    border-radius: 0px !important;
    padding: 10px 30px;
    border: 1px solid #1bbc9b !important;
    text-transform: uppercase;
    color: #1bbc9b !important;
}

#priceAdsWords th {
    border: 1px solid #e9ecef !important
}

#priceAdsWords thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef !important;
}

#myTabAccount .nav-tabs .nav-link.active {
    box-shadow: 0px 0px 0px 0px #1bbc9b !important;
    border-bottom: 0px !important;
    padding-bottom: 11px;
    color: #fff !important;
    font-weight: 500 !important;
    background-color: #1bbc9b !important;
    border: 1px solid #1bbc9b;
}

#myTabAccount .nav-link:hover {
    background-color: rgba(27, 188, 155, 0.05) !important;
    color: #1bbc9b !important;
}

#showDataAds_wrapper .dataTables_paginate .paginate_button.current,
#showDataAds_wrapper .dataTables_paginate .paginate_button.current {
    color: #FFF !important;
    border: 1px solid rgb(0, 194, 146) !important;
    background-color: rgb(0, 194, 146) !important;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 194, 146)), color-stop(100%, rgb(0, 194, 146))) !important; */
    background: -webkit-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -moz-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -ms-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -o-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: linear-gradient(to bottom, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
}

#showDataAds_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid rgb(0, 194, 146) !important;
    background-color: rgb(0, 194, 146) !important;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 194, 146)), color-stop(100%, rgb(0, 194, 146))) !important; */
    background: -webkit-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -moz-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -ms-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: -o-linear-gradient(top, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
    background: linear-gradient(to bottom, rgb(0, 194, 146) 0%, rgb(0, 194, 146) 100%) !important;
}

.text-green {
    color: #0abb87 !important;
}

.text-yellow {
    color: #ffb822 !important
}

.text-pink {
    color: #fd397a !important;
}

#showDataAds table.dataTable.display tbody tr:hover {
    background: none !important;
}

#showDataAds tbody tr td.sorting_1 {
    background: none !important;
}


/* #showDataAds_paginate {
    margin-top: 50px !important;
    margin: 50px auto 20px auto;
    padding: 0px !important;
    border-top: none !important;
} */

#showDataAds_wrapper .dt-buttons .buttons-excel {
    background: #00c292 !important;
}


/* end keyWord */

.ads-thumb {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #0087ef;
    position: absolute;
    top: -8px;
    z-index: 5;
    /* transform: translateX(-50%); */
}

.ads-track {
    height: 5px;
    width: 100%;
    border-radius: 5px;
    background: #e7eaed;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
}

.ads-fill {
    height: 100%;
    width: 0%;
    background: #0087ef;
}

.custom-checkbox input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 2px;
    padding-bottom: 1em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 16px;
}

.custom-checkbox input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.custom-checkbox input[type=checkbox]:checked+label:before {
    /* background-color: MediumSeaGreen;
        border-color: MediumSeaGreen; */
    /* background-color: #03a9f3; */
    border-color: #03a9f3;
    color: #03a9f3;
}

.custom-checkbox input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.custom-checkbox input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.checkbox-all input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    padding-bottom: 0.3em;
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

.checkbox-domain input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    line-height: 14px;
}

.checkbox-domain input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 16px;
}

.ads-drag {
    background-color: #002d4f;
    height: auto;
    width: 5px;
    position: absolute;
    border-radius: 100px;
    top: -8px;
    bottom: -13px;
    z-index: 10;
    /* transition: left .75s linear; */
}

.choose_keywords .is-loading:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: 2px;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #03a9f3;
    border-top-color: white;
    animation: Fb .6s linear infinite;
}

.card-ads .callme-ads:before {
    content: "\f095";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 700;
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 1px 5px;
    transform: rotateY(180deg);
}


/* slideshow */

#slider-ads {
    height: 500px;
    position: relative;
    perspective: 800px;
    transform-style: preserve-3d;
    width: 100%;
}

#slider-ads [type=radio] {
    display: none;
}

#slider-ads label {
    margin: auto;
    width: 61%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#b1:checked~#slide4,
#b2:checked~#slide5,
#b3:checked~#slide1,
#b4:checked~#slide2,
#b5:checked~#slide3 {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    transform: translate3d(-30%, 0, -100px);
}

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#b1:checked~#slide5,
#b2:checked~#slide1,
#b3:checked~#slide2,
#b4:checked~#slide3,
#b5:checked~#slide4 {
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2); */
    transform: translate3d(-15%, 0, -50px);
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#b1:checked~#slide1,
#b2:checked~#slide2,
#b3:checked~#slide3,
#b4:checked~#slide4,
#b5:checked~#slide5 {
    /* box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19); */
    transform: translate3d(0, 0, 0);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1,
#b1:checked~#slide2,
#b2:checked~#slide3,
#b3:checked~#slide4,
#b4:checked~#slide5,
#b5:checked~#slide1 {
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2); */
    transform: translate3d(15%, 0, -50px);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2,
#b1:checked~#slide3,
#b2:checked~#slide4,
#b3:checked~#slide5,
#b4:checked~#slide1,
#b5:checked~#slide2 {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    transform: translate3d(30%, 0, -100px);
}


/*
    #slide1 { background: #00BCD4 }
      } */

#slider-ads-1 {
    height: 500px;
    position: relative;
    perspective: 800px;
    transform-style: preserve-3d;
    width: 100%;
}

#slider-ads-1 [type=radio] {
    display: none;
}

#slider-ads-1 label {
    margin: auto;
    width: 61%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#b1:checked~#slide-4,
#b2:checked~#slide-5,
#b3:checked~#slide-1,
#b4:checked~#slide-2,
#b5:checked~#slide-3 {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    transform: translate3d(-30%, 0, -100px);
}

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#b1:checked~#slide-5,
#b2:checked~#slide-1,
#b3:checked~#slide-2,
#b4:checked~#slide-3,
#b5:checked~#slide-4 {
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2); */
    transform: translate3d(-15%, 0, -50px);
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#b1:checked~#slide-1,
#b2:checked~#slide-2,
#b3:checked~#slide-3,
#b4:checked~#slide-4,
#b5:checked~#slide-5 {
    /* box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19); */
    transform: translate3d(0, 0, 0);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1,
#b1:checked~#slide-2,
#b2:checked~#slide-3,
#b3:checked~#slide-4,
#b4:checked~#slide-5,
#b5:checked~#slide-1 {
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2); */
    transform: translate3d(15%, 0, -50px);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2,
#b1:checked~#slide-3,
#b2:checked~#slide-4,
#b3:checked~#slide-5,
#b4:checked~#slide-1,
#b5:checked~#slide-2 {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    transform: translate3d(30%, 0, -100px);
}

.btn-click-ads-device {
    color: black !important;
    background-color: #e2e6ea !important;
    border-color: #e2e6ea !important;
}


/* #slide1 { background: #00BCD4 }
      #slide2 { background: #4CAF50 }
      #slide3 { background: #CDDC39 }
      #slide4 { background: #FFC107 }
      #slide5 { background: #FF5722 } */


/* slideshow */


/* homepage */

.box-text-small {
    padding: 0 16px;
}

.text-box-catelog {
    padding: 2px 8px;
    margin: 0 5px 6px 0;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 25px;
    display: inline-block;
}

.text-001 {
    background-color: #3d6cf3;
}

.text-001:hover {
    background-color: #2354e1;
}

.text-002 {
    background-color: #ff9700;
}

.text-002:hover {
    background-color: #e18a0b;
}

.text-003 {
    background-color: #607d8b;
}

.text-003:hover {
    background-color: #4d7487;
}

.text-004 {
    background-color: #3f51b5;
}

.text-004:hover {
    background-color: #32408e;
}

.text-005 {
    background-color: #eb3c56;
}

.text-005:hover {
    background-color: #e61e3c;
}

.text-violet {
    background-color: #8e44ad;
}

.text-violet:hover {
    background-color: #7f319f;
}

.text-turquoise {
    background-color: #07adab;
}

.text-turquoise:hover {
    background-color: #0790ad;
}

.text-redbg {
    background-color: #db4438;
}

.text-redbg:hover {
    background-color: #c5382d;
}

.text-greenbg {
    background-color: #0f9d58;
}

.text-greenbg:hover {
    background-color: #05ac5b;
}

.text-graybg {
    background-color: #989aa2;
}

.text-graybg:hover {
    background-color: #7f8497;
}

.text-blackbg {
    background-color: #1c1c2b;
}

.text-blackbg:hover {
    background-color: #2a2a49;
}


/* homepage */

.maxWidthPc-800 {
    max-width: 800px;
}

@media (min-width: 1024px) {
    .footer,
    .page-wrapper {
        margin-left: 0px;
    }
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-18 {
    font-size: 18px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-24 {
    font-size: 24px!important;
}

.fontsize-32 {
    font-size: 32px!important;
}

.fontsize-36 {
    font-size: 36px;
}

.fontsize-42 {
    font-size: 42px;
}

.fontsize-44 {
    font-size: 44px;
}

.fontsize-48 {
    font-size: 48px;
}

.table-qc-format th {
    background: #e6edf5;
    font-weight: bold;
    font-size: 12px;
}


/* top menu dropdown */

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}


/* .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
} */


/* top menu drop down */

.dropdown-list-a {
    position: relative;
}

.topRightMenu a.dropdown-item,
.topbar .top-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu-li a.dropdown-item {
    color: #212529 !important;
}

.topRightMenu .dropdown-menu .dropdown-item {
    padding: 3px 10px!important;
}

.dropdown-menu-li {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 1;
    visibility: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #e9ecef;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    transition: 150ms linear all
}

.nav-item-right .dropdown-menu-li {
    right: 10px!important;
    left: auto;
}

.nav-item-right .dropdown-item {
    padding: 5px 15px!important;
}

.profile-pic {
    height: 38px!important;
    width: 38px!important;
    padding: 6px!important;
}

.box-img-top {
    width: 25px;
    height: 25px;
}

.dropdown-list-a:hover>.dropdown-menu-li {
    visibility: initial;
    top: 100%;
    color: #212529;
}

.dropdown-list-nav {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    visibility: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #e9ecef;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
}

.dropdown-list-a:hover>.dropdown-list-nav {
    visibility: initial
}

.dropdown-item:hover {
    border-radius: 0 !important;
}

.dropdown-menu-nav {
    position: relative;
    transition: all 0.5s ease !important;
}

.topbar .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}



.dropdown-item:active {
    color: #3d6cf3;
}

.topRightMenu .active a:hover {
    background: #314ecd;
}

.userDataMenu {
    min-width: 250px;
}

.userData {
    background-color: #4285F4 !important;
    padding: 5px 0px;
    margin-top: -15px;
}

.userData img {
    width: 35px;
    border-radius: 50%;
    float: left;
    margin: 10px 10px 10px 10px;
}

.userData h4 {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    color: #eee;
    text-align: left;
}

.userData h5 {
    padding-top: 5px;
    font-size: 11px;
}

.userData h5 span {
    color: #fff;
    margin-right: 5px;
    background-color: #6e93f5;
    padding: 2px 5px;
    border-radius: 5;
    font-size: 9px;
}

.userData h5 strong {
    color: #ffbc00;
    font-weight: bold;
    font-size: 10px;
}

.vuongmien {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNDODM2N0VCNjQxNzExRUE5MDI5Qjk3NzBCOUNDQzZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNDODM2N0VDNjQxNzExRUE5MDI5Qjk3NzBCOUNDQzZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0M4MzY3RTk2NDE3MTFFQTkwMjlCOTc3MEI5Q0NDNkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M4MzY3RUE2NDE3MTFFQTkwMjlCOTc3MEI5Q0NDNkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4NpO2uAAABvUlEQVR42uSUvUtbURjGf8dclTaJCKJD6dBahKooHaTqpvgPNEtBEJyK9W8obh1aLK6Ci+6CNG5WEdRFQRRr6ZZWhFBEazR+tY3J7XPvueYacZJsvnByct6v53mfvMS4rks5rYIyW9kbOiyYQer6pij801PjG0e3sVE3r49C8PZilfbt+wMzERuvErfU4pBxFwhFDOqK5l7zX/eZW6h5/ogd+Y/vqH8NL79CtClMeD4OHUvw5J3uNcumdQp6/9rTcwbNE5qz2tYUuPAa5nzEw0WItcGzjxYm1gmP38KvMYG0Q/yFGEQVkyT7n+35PQeP3kDj+yuel06RzeUBZJRQn9C7CrpW4XgZ0klomoTsuhhomO2BcGQnDg0JD92S8GSWhll9jftJD8SwW2Of/4CHjfDF+LrQp8zUiIoE9HSkVLvz77DRLeGyHtCJUyLq2TZcBM02X3k7IJAWG88diukHxX/C7qjyBZbbh73pkh/OCU5o6U9Q26Pxk3ZjKmvgaEVgW3D6DXbU9GCWks0ILWLceXEzd1yVW9bGkZjDYtKvAiurvb3yfLG18ZXM2xKfd+FGO0O1fBlmzP37c/gvwABLOIPcJb2GjQAAAABJRU5ErkJggg==") no-repeat left center;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 10px;
}


/* top menu drop down */


/* top menu drop down */

.dropdown-mini {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.dropdown-mini a {
    cursor: pointer;
}

.dropdown-mini a:hover {
    background-color: #ddd;
}


/* homepage */

.box-text-small {
    padding: 0 16px;
}

.text-box-catelog {
    padding: 5px 10px;
    margin: 0 5px 6px 0;
    font-size: 11px;
    white-space: nowrap;
    border-radius: 25px;
    display: inline-block;
}

.text-001 {
    background-color: #3d6cf3;
}

.text-001:hover {
    background-color: #2354e1;
}

.text-002 {
    background-color: #ff9700;
}

.text-002:hover {
    background-color: #e18a0b;
}

.text-003 {
    background-color: #607d8b;
}

.text-003:hover {
    background-color: #4d7487;
}

.text-004 {
    background-color: #3f51b5;
}

.text-004:hover {
    background-color: #32408e;
}

.text-005 {
    background-color: #eb3c56;
}

.text-005:hover {
    background-color: #e61e3c;
}

.text-violet {
    background-color: #8e44ad;
}

.text-violet:hover {
    background-color: #7f319f;
}

.text-turquoise {
    background-color: #07adab;
}

.text-turquoise:hover {
    background-color: #0790ad;
}

.text-redbg {
    background-color: #db4438;
}

.text-redbg:hover {
    background-color: #c5382d;
}

.text-greenbg {
    background-color: #0f9d58;
}

.text-greenbg:hover {
    background-color: #05ac5b;
}

.text-graybg {
    background-color: #989aa2;
}

.text-graybg:hover {
    background-color: #7f8497;
}

.text-blackbg {
    background-color: #1c1c2b;
}

.text-blackbg:hover {
    background-color: #2a2a49;
}


/* homepage */

.maxWidthPc-800 {
    max-width: 800px;
}

@media (min-width: 1024px) {
    .footer,
    .page-wrapper {
        margin-left: 0px;
    }
    .font-44-size {
        font-size: 44px !important;
    }
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-18 {
    font-size: 18px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-24 {
    font-size: 24px;
}

.fontsize-32 {
    font-size: 32px;
}

.fontsize-36 {
    font-size: 36px;
}

.fontsize-42 {
    font-size: 42px;
}

.fontsize-44 {
    font-size: 44px;
}

.fontsize-48 {
    font-size: 48px;
}

.font-md-29-size {
    font-size: 29px;
}

.table-qc-format th {
    background: #e6edf5;
    font-weight: bold;
    font-size: 12px;
}

.box-img-top {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    /* border: 0.5px solid #4b8cfa; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-img-top img {
    object-fit: cover
}

a.nav-link-right.dropdown-toggle.waves-effect.waves-dark.profile-pic {
    padding: 5px;
    border-radius: 7px;
    background: #edf2ff;
}

a.nav-link-right.dropdown-toggle.waves-effect.waves-dark.profile-pic:hover {
    background: #5683f9;
}

.chatOnline {
    background: #176bef;
    border-radius: 50%;
    top: 0px;
    left: 25px;
    position: absolute;
    font-weight: normal;
    font-size: 9px;
    color: #fff;
    display: none;
    padding: 2px 4px 2px 4px;
}


/* google login */

.g-sign-in-button {
    height: 40px;
    border-width: 0;
    border-radius: 2px;
    white-space: nowrap;
    /* box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out; */
    padding: 0;
    margin: 10px;
    display: inline-block;
    width: 210px;
    background-color: #4285f4;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    transition: background-color .218s, border-color .218s, box-shadow .218s;
}

.g-sign-in-button:hover {
    cursor: pointer;
    opacity: 0.9;
}

.g-sign-in-button:active {
    background-color: #3367D6;
    box-shadow: none;
    transition-duration: 10ms;
}

.g-sign-in-button .content-wrapper {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.g-sign-in-button img {
    width: 20px;
    height: 20px;
}

.g-sign-in-button .logo-wrapper {
    padding: 9px;
    width: 38px;
    height: 100%;
    border-radius: 1px;
    display: inline-block;
    float: left;
}

.iconGoogle {
    background: #fff url("https://go.fff.com.vn/dist/css/images/g-logo-small.png") no-repeat center center;
}

.iconLoading {
    background: #fff url("https://go.fff.com.vn/dist/css/images/register.gif") no-repeat center center;
}

.g-sign-in-button .text-container {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    letter-spacing: .21px;
    font-size: 14px;
    border: none;
    text-align: center;
    width: 166px;
    padding-top: 10px;
}

h4 {
    text-align: center;
    font-size: 14px;
}

h4.background {
    position: relative;
    z-index: 1;
}

h4.background::before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

h4.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

.loginWithGoogle-row {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.kt-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.kt-checkbox>input:checked~span:after {
    display: block;
}

.kt-checkbox.kt-checkbox--brand>span:after {
    border: solid #5d78ff;
}

.kt-checkbox>span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold>input:checked~span {
    border: 2px solid #5d78ff;
}

.kt-checkbox.kt-checkbox--bold>span {
    border-width: 2px!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.kt-checkbox.kt-checkbox--brand>span {
    border: 1px solid #5d78ff;
}

.kt-checkbox>span {
    border-radius: 3px;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}


/* google login */

.maxWidthPc-1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.maxWidthPc-1180 {
    max-width: 1180px;
    margin: 0 auto;
}

.imageCompany {
    text-align: center;
}

.blurb {
    text-align: left;
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blurb h2 {
    font-size: 18px;
    margin: 10px 0 10px 0px;
    color:#444;
    text-align: left;
}
.blurb .blurbImg{
    padding:0px 0 30px 0px;
}
.blurb .openClick{
    padding:20px 0 0 0;

}
.btn.btn-icon.btn-circle {
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
}

.btn.btn-brand.btn-elevate {
    -webkit-box-shadow: 0 4px 16px 0 rgba(93, 120, 255, .15);
    box-shadow: 0 4px 16px 0 rgba(93, 120, 255, .15);
}

.btn.btn-icon {
    height: 3rem;
    width: 3rem;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.doitac::after {
    content: '';
    display: block;
    clear: both;
}

@media only screen and (max-width: 768px) {
    .imageCompany img {
        width: 90%
    }
    .fontsize-24 {
        font-size: 18px;
    }
}

.status.add-adword {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    width: 100px;
    height: 28px;
    display: inline-block;
    text-align: center;
    margin: 7px 0;
    /* cursor: pointer; */
}

.status-ad {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    width: 140px;
    height: 28px;
    display: inline-block;
    text-align: center;
    margin: 7px 0;
}

.verified {
    color: #0BD9A5;
    border: 1.2px solid #0BD9A5;
    cursor: context-menu;
    cursor: pointer;
    border-radius: 15px;
}

.verified:hover {
    background: #0BD9A5;
    color: #fff;
}

.not-verified {
    color: #f4364c;
    border: 1.2px solid #f4364c;
    cursor: context-menu;
    cursor: pointer;
    cursor: pointer;
    border-radius: 15px;
}

a.tracking-code.btn-tracking {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    width: 118px;
    height: 28px;
    display: inline-block;
    text-align: center;
    margin: 7px 0;
    background: none;
    color: #f4364c;
    border: 1.2px solid #f4364c;
    border-radius: 0;
    cursor: pointer;
    border-radius: 15px;
}

a.tracking-code.btn-tracking:hover {
    background: #f4364c;
    color: #fff;
}

span.btn-tracking-err {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    width: 118px;
    height: 28px;
    display: inline-block;
    text-align: center;
    margin: 7px 0;
    color: #0BD9A5;
    border: 1.2px solid #0BD9A5;
    cursor: context-menu;
    cursor: pointer;
    border-radius: 15px;
}

span.btn-tracking-err:hover {
    background: #0BD9A5;
    color: #fff;
}

.tracking-code {
    color: #fff;
    background: #676767;
    padding: 1px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.tracking-code:hover {
    color: #fff;
}

.not-verified:hover {
    background: #f4364c;
    color: #fff;
}

.vip-user {
    border: 1px solid #fec107;
    font-weight: 500;
    padding: 1px 15px;
    color: #fec107;
    cursor: pointer;
}

.vip-user:hover {
    background: #fec107;
    color: #fff;
}

.submit-information span {
    padding: 12px 31px;
    font-size: 12px;
    background: #03a9f3;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.delete-btn-swal:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #e46a76 !important;
}

.icon-affter::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: middle;
}

.head-pay-input {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0 10px 20px;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
}

.litle-head-input {
    font-weight: 500;
}

.current p {
    margin-bottom: 0;
    background: #1FB5AD;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    position: relative;
    font-weight: 600;
    border-left: 1px solid #fff;
}

.current {
    display: flex;
}

.current p::before {
    content: "";
    position: absolute;
    border-bottom: 17px solid rgba(0, 0, 0, 0);
    border-left: 17px solid #1eb5ad;
    border-top: 17px solid rgba(0, 0, 0, 0);
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.pay-input .dropdown-item.poiner {
    display: flex;
    justify-content: space-between;
    color: #5f6281;
}

.pay-input .dropdown-item.poiner span:first-child {
    font-weight: 400;
}


.pay-input .dropdown-item.poiner .vip-btn {
    color: #fec107 !important;
}
.blockAds .txtCID{
    text-decoration: line-through;

}

.text-head-right-small {
    color: #757575;
    line-height: 0;
}

.text-scrollable-p {
    font-size: 13px;
    line-height: 16px;
    color: #757575;
    margin-top: 14px;
}

.input-spy {
    padding: 11px
}

.sub-tilte-content {
    font-weight: 500;
    margin-left: 10px;
    margin-right: 3px;
    color: #344050;
}

span.sub-tilte-content,
.sub-content {
    font-size: 13px;
    color: #344050;
}

.sub-content {
    margin-right: 10px;
}

.odd {
    background: #fff
}

.even {
    background-color: rgba(122, 172, 237, .1) !important;
}

.link-cid-tab {
    border: 1px solid #00c292;
    padding: 10px 0;
    font-size: 14px;
    color: #00c292;
    border-radius: 4px;
}

.deleteads {
    cursor: pointer;
}

.link-cid-tab:hover {
    background: #00c292 !important;
    color: white !important;
    transition: .4s;
}

.btn-submit-data {
    background: #03a9f3;
    border: 0;
    padding: 12px 31px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 18px;
    transition: .4s;
}

.btn-submit-data:hover {
    background: #0394d5;
}

button.btn-submit-data.show-swal-cid {
    width: 100%;
    margin: 0;
}

.btn-huy:hover {
    background-color: #626e80;
    border-color: #5d6878;
}

.btn-ctiet:hover {
    background-color: #31a3ce;
    border-color: #31a3ce;
    color: #fff;
}

.btn-huy {
    color: #fff;
    background-color: #748194;
    border-color: #748194;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.btn-ctiet {
    color: #fff;
    background-color: #37b6e6;
    border-color: #37b6e6;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.btn-delete-cid {
    color: #fff;
    background: #e63757;
    border-color: #e63757;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.btn-delete-cid:hover {
    background-color: #db1b3f;
    border-color: #d01a3b;
}


/* swal-thêm tài khoản ads */

.white-box h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.swal2-content .panel-heading {
    font-weight: 500;
    font-size: 16px;
    /* border-bottom: 1px #f4f4f4 solid; */
    padding-bottom: 15px;
}

.white-box h3 span {
    font-size: 12px;
    font-weight: 600;
}

.loginwithGoogle {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}

.g-sign-in-button {
    width: 250px;
    background: #2d77f3;
}

.g-sign-in-button {
    height: 40px;
    border-width: 0;
    border-radius: 2px;
    white-space: nowrap;
    display: flex;
    width: 250px;
    background-color: #4285f4;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    transition: background-color .218s, border-color .218s, box-shadow .218s;
}

.g-sign-in-button .content-wrapper {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.g-sign-in-button .logo-wrapper {
    padding: 9px;
    width: 38px;
    height: 100%;
    border-radius: 1px;
    display: inline-block;
    float: left;
}

.iconGoogle {
    background: #fff url(https://go.fff.com.vn/dist/css/images/g-logo-small.png) no-repeat center center;
}

.g-sign-in-button .text-container {
    width: 206px;
}

.g-sign-in-button .text-container {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    letter-spacing: .21px;
    font-size: 14px;
    border: none;
    text-align: center;
    /* width: 166px; */
    padding-top: 10px;
}

.content-wrapper {
    cursor: pointer;
}

.border-resp {
    border-right: 1px solid #ddddf4;
}

#adwordsCID {
    height: 40px;
}

button.btn.btn-info.btn-ConnectAdWords.btn-ConnectAdWords-Effect {
    border: 0;
    border-radius: 0;
    height: 40px;
    background: #03a9f3;
}

.submit-information button:hover,
.btn-ConnectAdWords-Effect:hover,
.submit-information span:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #03a9f3;
}


/* END swal-thêm tài khoản ads */


/* swal các bước kết nối */

li.swal2-progress-step-line {
    width: 10.5em !important;
}

li.swal2-progress-step:nth-child(1)::after {
    content: 'Truy cập';
    position: absolute;
    bottom: -21px;
    left: -12px;
    color: #3085d6;
    white-space: nowrap;
}

li.swal2-progress-step:nth-child(3)::after {
    content: 'Chấp nhận ';
    position: absolute;
    bottom: -21px;
    left: -20px;
    color: #3085d6;
    white-space: nowrap;
}

li.swal2-progress-step:nth-child(5)::after {
    content: 'Xác nhận';
    position: absolute;
    bottom: -22px;
    left: -17px;
    color: #3085d6;
    white-space: nowrap;
}

li.swal2-progress-step {
    position: relative !important;
}

.check-adw-ct {
    font-size: 12px;
    font-weight: 600;
}

.check-adw-ct span {
    font-size: 12px;
    font-weight: 600;
}



.hd-click {
    cursor: pointer;
}


/* END swal các bước kết nối */

.wapper-echart-ad {
    margin-top: -63px;
}

@media screen and (max-width: 576px) {
    li.swal2-progress-step-line {
        width: 5.5em !important;
    }
    li.swal2-progress-step:nth-child(1)::after {
        left: 0;
        font-size: 0.5rem;
    }
    li.swal2-progress-step:nth-child(3)::after {
        left: 0;
        font-size: 0.5rem;
    }
    li.swal2-progress-step:nth-child(5)::after {
        left: 0;
        font-size: 0.5rem;
    }
    .wapper-tool-defa {
        padding: 2rem 1.5rem 0 !important;
    }
    .boder-sm-0 {
        border: 0 !important;
    }
    .wapper-echart-ad {
        margin-top: 0;
    }
    .wapper-table-chart {
        flex-flow: wrap-reverse
    }
}

.white-space-nowrap {
    white-space: nowrap
}

.table-ovr-ads {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    margin-bottom: 11px;
}

#style-sroll-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-sroll-table::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#style-sroll-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #55555554;
}

div#table-manager-cidads_wrapper {
    /* overflow: auto; */
    white-space: nowrap;
}

tbody tr td {
    vertical-align: middle !important;
}

.btn-xem-kq {
    cursor: pointer;
}

.btn-xem-kq:hover {
    background: #00a179 !important
}

.progress-custom {
    background-color: #7aaced8a;
    height: 10px;
}

.table-doctor-ads tbody tr th {
    text-align: center;
    vertical-align: middle;
}

.ctId-8 .auction-ad:last-child {
    display: none
}

#style-sroll-table a {
    color: #848484;
}

#style-sroll-table a:hover {
    color: #3d6cf3;
}

.wapper-tool-defa {
    padding: 6rem 6rem 0;
}

.swal2-popup.swal2-modal.swal2-show.delete-cla-pad,
.swal2-popup.swal2-modal.swal2-show.learn-cla-pad {
    padding: 1em 0 !important;
}

.maxWidthPc-780 {
    max-width: 780px;
    margin: 0 auto;
}