@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primaryOrange: rgba(244, 124, 46, 1);
    --primaryNavy: rgba(26, 115, 234, 1);
    
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Inter", serif;

}

.loader-main {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.109);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-main img {
    width: 80px;
}

.cursor-point {
    cursor: pointer;
}

.notify-danger, .notify-success{
    border-radius: 10px;
}
.errors ul li{
    margin: 0;
    padding: 0;
    list-style: outside;
    box-sizing: border-box;
    font-family: "Inter", serif;
}

.fa {
    color: var(--primaryNavy);
}

.notify-alert, .alert {
    font-family: "Inter", serif !important;
}

.validation-star, .text-red {
    color: red;
}

.login {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left_login,
.right_login {
    height: 100vh;
    width: 100%;
}

.left_login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
}

.left_login p {
    color: rgba(138, 138, 138, 1);
}

.login .center_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.center_left form {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.center_left form label {
    color: rgba(61, 61, 61, 1);
    font-weight: 500;
    font-size: 14px;
}

.center_left h1 {
    font-size: 28px;
}

.center_left p {
    font-size: 14px;
}

.center_left input {
    padding: 10px;
    color: rgba(138, 138, 138, 1);
    width: 100%;
    border-radius: 8px;
    border: none;
    border: 1px solid rgba(230, 230, 230, 1);
    outline: none;
}

.center_left button {
    background-color: var(--primaryNavy);
    width: 100%;
    padding: 10px;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.center_left p:last-child {
    color: rgba(238, 104, 17, 1);
    text-align: center;
    width: 100%;
}

.right_login {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_login img {
    height: 100%;
}

html[data-placement=horizontal] .nav-container,
html[data-placement=vertical] .nav-container.employee_dash {
    /* background-image: linear-gradient(160deg, var(--primaryOrange), var(--primaryOrange), var(--primaryOrange), var(--primaryOrange)); */
}

/* dashboard */

html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.active {
    background-color: orange !important;
}

.question_box {
    border: 1px solid var(--gradient-1);
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.question_box h3 {
    font-weight: bold;
    font-size: 20px;
}

.center_btn_Ques {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.center_btn_Ques button {
    padding: 8px 20px;
    background-color: none;
    border: none;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 8px;
}

.center_btn_Ques button:nth-child(1) {
    background-color: var(--gradient-1);
}

.center_btn_Ques button:nth-child(2) {
    background-color: var(--primaryOrange);
}

.result_question {
    width: 100%;
    display: none;
    margin: 0;
}

.result_question h3 {
    font-size: 14px;
}

.result_question .center_btn_Ques button {
    background-color: transparent;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    padding: 0;
}

.stats_boxes_panel {
    /* border: 1px solid red; */
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* ------------- */

/* stats_admin_dash */

.stats_admin_dash {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.stats_admin_dash .stats_box_admin {
    width: calc(50% - 30px);
}

.stats_boxes_panel .stats_box_admin {
    width: calc(33% - 30px);
}

.stats_box_admin {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: var(--foreground);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
}

.circular_bar {
    height: 60px;
    width: 60px;
    border: 1px solid var(--gradient-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

.stats_box_admin p {
    font-size: 14px;
    color: rgba(38, 38, 40, 1);
    font-weight: bold;
    margin: 0;
}

.progress-bar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--body);
}

/* .first_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 20%, rgba(225, 225, 225, 1) 0);
}

.second_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 50%, rgba(225, 225, 225, 1) 0);
}

.third_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 20%, rgba(225, 225, 225, 1) 0);
} */

.stats_box_admin h3 {
    font-size: 14px;
    font-weight: bolder;
    color: var(--body);
}

.stats_box_admin b {
    font-size: 12px;
    font-weight: bolder;
}

.stats_box_admin.org b {
    color: var(--primaryOrange) !important;
}

.stats_box_admin p {
    color: var(--body);
}

.stats_box_admin h3.red_ {
    color: rgba(255, 5, 16, 1);
}

/* lower_admin_dash */


.lower_admin_dash {
    width: 100%;
    /* padding: 50px 0; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mt-30 {
    margin-top: 50px;
}

.news_admin_sec {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    /* border: 1px solid red; */
}

.lower_admin_dash h2 {
    font-weight: bold;
    color: var(--body);
}

.question_month_admin {
    width: 40%;
    /* border: 1px solid red; */
}

.help_box {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inner_help_box {
    border-radius: 10px;
    padding: 20px;
    /* border: 1px solid rgba(234, 234, 234, 1); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: var(--foreground);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.inner_help_box h3 {
    font-weight: bold;
    font-size: 16px;
    color: var(--body);
}

.inner_help_box p {
    color: rgba(238, 104, 17, 1);
    margin: 0;
}

.inner_help_box small {
    color: var(--body);
}

.keyword_div {
    height: auto;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(239, 239, 239, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    padding: 0 10px;
}

.keyword_div input {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 12px;
    color: rgba(119, 119, 119, 1);
}

.inner_help_box button {
    border: 1px solid rgba(238, 104, 17, 1);
    padding: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: var(--body);
    background-color: transparent;
    cursor: pointer;
    width: max-content;
    outline: none;
}

.keyword_div input::placeholder {
    color: rgba(119, 119, 119, 1);
}

.solo_news {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    border-radius: 20px;
    background-color: var(--foreground);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* border: 1px solid rgba(234, 234, 234, 1); */
}

.solo_news strong,
.solo_news small {
    color: var(--body);
}

.content_news_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quiz_admin {
    background-color: white;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    /* border: 1px solid rgba(234, 234, 234, 1); */
    border-radius: 10px;
}

.buttons_quiz {
    background-color: rgba(243, 243, 243, 1);
    padding: 2px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    position: relative;
}

.buttons_quiz label {
    width: 50%;
}

.let_it_custom .question_month_admin {
    width: 100%;
    margin-top: 20px;
}

.let_it_custom .question_month_admin h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.buttons_quiz label {
    padding: 3px 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background: rgba(243, 243, 243, 1);
    color: rgba(0, 0, 0, 1);
}

.buttons_quiz label span {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.quiz_admin input {
    display: none;
}

.buttons_quiz::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(50% - 6px);
    border-radius: 5px;
    height: calc(100% - 6px);
    transition: all 0.5s;
    background-color: white;
}

#Archieved:checked~.buttons_quiz::after {
    left: 3px;
}

#current:checked~.buttons_quiz::after {
    left: 50%;
}

.Question_double {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.double_width {
    width: 200%;
    /* border: 1px solid green; */
    transition: all 0.5s;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

#current:checked~.buttons_quiz~.Question_double .double_width {
    margin-left: -100%;
}

.archieved,
.current_answer {
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yes_no {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}


.yes_no div {
    background-color: rgba(243, 243, 243, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 3px;
    padding: 5px 30px;
    border-radius: 5px;
}

.yes_no div p {
    margin: 0;
}

.question_box {
    margin-bottom: 30px;
}

.let_it_custom {
    background-color: var(--foreground);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.to_do_employee {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}

.to_do_employee h3 {
    font-size: 18px;
    color: var(--body);
    font-weight: 600;
}

.to_do_objects {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 0;
}

.to_do_object {
    width: 45%;
    padding: 10px 15px;
    background-color: var(--foreground);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.to_do_object b {
    color: var(--body);
}

.to_do_object p {
    color: rgba(0, 95, 222, 1);
    font-weight: 600 !important;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
}

.question_solo b {
    color: rgba(0, 0, 0, 1);
}

.question_solo .yes_no {
    color: rgba(0, 0, 0, 1);
}

.to_do_object small {
    width: 50%;
}

.let_it_custom .card {
    box-shadow: 0 0 0 0 !important;
}

.Graphs_Market {
    height: auto;
    width: 100%;
    /* padding: 20px 0; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* border: 1px solid red; */
    gap: 20px;
}

.market_camparison {
    width: 50%;
    /* border: 1px solid green; */
    /* padding: 10px; */
}

.click_rate {
    padding: 10px;
    width: 50%;
    /* border: 1px solid blue; */
}

.chart-container {
    width: 100%;
    height: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chart-container canvas {
    height: auto !important;
    width: 100% !important;
}



.gauge-container {
    width: 100%;
    height: auto;
    background: white;
    /* padding: 20px; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
.gauge-container canvas {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 50% !important;
}
.gauge-value {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translatex(-50%);
}

.gauge-value p {
    font-weight: 400;
    margin:0;
    font-size: 16px;
}

/* .accordion {
    width: 100%;
    margin:20px auto;
    padding: 10px ;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.accordion-header span:nth-child(2) {
    background-color:rgba(219, 219, 219, 0.7) ;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 50%;
}

.accordion-content {
    padding: 15px 0;
    margin-top: 10px;
    display: block;
    background: transparent;
}

.accordion-content > .stats_boxes_panel {
    padding: 0 0 ;
} */

.fs-7 { font-size: 0.9rem; }
.fs-8 { font-size: 0.8rem; }

.cyberCrime {
    padding:20px;
    background-color: rgba(234, 243, 255, 1);
    color: rgba(0, 95, 222, 1);
    border-radius: 20px;
}

.three_lower .help_box , .three_lower .news_admin_sec , .three_lower .cyberCrime {
    width: 30%;
}

.left_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.left_right ~ small {
    margin-top: 20px;
    display: block;
}

.left_right small {
    color: rgba(0, 0, 0, 1) ;
}

/* Gold Icon Style */
.icon-gold {
  color: #FFD700 !important;
}

/* Green Icon Style */
.icon-green {
  color: #01C362 !important;
}

/* Switch Custom Size */

.large-switch{
    transform: scale(1.4);
    transform-origin: left center;
    margin-right: 2em;
}

/* Overflow issue in DataTable */

.table-responsive {
    overflow: visible !important;
}

/* Datepicker colors */
.fa {
    color: var(--primaryNavy);
}

.datepicker table tr td.today {
    background-color: var(--primaryNavy) !important; /* teal */
    color: #fff !important;
    font-weight: 600;
}

.datepicker table tr td.today.active {
    background-color: var(--primaryNavy) !important; /* green */
}

.datepicker table tr td.today:hover {
    background-color: var(--primaryNavy) !important;
}

.dropzone.dz-clickable .dz-message {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    margin-top: 3.5% !important;
}

.badge.bg-primary .fa {
    color: var(--light-text);
}

/* --------------------- */


@media screen and (max-width:1750px) {
    .let_it_custom .question_solo b {
        font-size: 12px;
    }

    .let_it_custom .yes_no div {
        padding: 5px 10px;
        font-size: 10px;
    }

    .let_it_custom .buttons_quiz label span {
        font-size: 10px;
    }
}

@media screen and (max-width:1150px) {
    .center_left form {
        width: 100%;
    }
}


@media screen and (max-width:1100px) {

    .question_month_admin,
    .news_admin_sec {
        width: 45%;
    }
}

@media screen and (max-width:1000px) {
    .question_month_admin,
    .news_admin_sec,
    .help_box,
    .three_lower .cyberCrime,
    .three_lower .news_admin_sec,
    .three_lower .help_box {
        width: 100%;
    }

    .lower_admin_dash {
        gap: 50px;
        flex-direction: column;
    }

    .Graphs_Market {
        flex-direction: column;
    }

    .market_camparison , .click_rate {
        width: 100%;
    }

}

@media screen and (max-width:850px) {
    .left_login img {
        width: 60px;
    }

    .login {
        flex-direction: column-reverse;
    }

    .left_login,
    .right_login {
        width: 100%;
    }

    .right_login {
        padding-bottom: 40px;
    }

    .right_login img {
        width: 100%;
        height: auto;
    }

    .left_login {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        gap: 50px;
        background-color: white;
        margin-top: -35px;
    }
}

@media screen and (max-width:768px) {
    .stats_box_admin {
        width: 100%;
    }

    .stats_admin_dash {
        padding: 0;
    }

    .stats_box_admin h3 {
        font-size: 14px;
    }

    .stats_box_admin p {
        font-size: 12px;
    }

    .stats_boxes_panel .stats_box_admin {
        width: calc(50% - 30px);
    }

}

@media screen and (max-width:600px) {
    .center_left form h1 {
        font-size: 22px;
    }

    .right_title_img_prnt ~ img {
        display: none;
    }

    .center_left form p,
    .left_login>p {
        font-size: 14px;
    }

    

    .left_login {
        padding: 50px 20px;
        margin-top: -70px;
    }

    .question_solo {
        font-size: 12px;
    }

    .yes_no div {
        padding: 5px 10px;
        font-size: 10px;
    }

    .buttons_quiz label span {
        font-size: 10px;
    }

    .stats_boxes_panel .stats_box_admin {
        width: 100%;
    }

    .question_box {
        padding: 20px 15px;
    }

    .question_box h3 {
        font-size: 16px;
    }

    .question_box p {
        font-size: 12px;
    }

    .question_box button {
        font-size: 10px;
    }

    .solo_news img {
        width: 50px;
    }

    .solo_news strong {
        font-size: 12px;
    }

    .solo_news small {
        font-size: 12px;
    }

    .to_do_object {
        width: 100%;
    }

    .to_do_employee h3 {
        font-size: 16px;
    }

    .to_do_object b,
    .to_do_object p {
        font-size: 12px;
    }

    .stats_boxes_panel {
        padding: 20px 0;
    }

    .chart-container {
        padding: 0 0 ;
    }

    .chart-container canvas {
        padding: 10px;
    }

    .click_rate {
        padding: 0 0;
    }


    .insures_card-body {
        padding: 20px 0 !important;
    }

    .let_it_custom .question_month_admin h2 {
        font-size: 14px;
    }

    .gauge-value {
        font-size: 16px;
    }

    .gauge-value p {
        font-size: 12px;
    }

    .left_right strong {
        font-size: 12px;
    }

    .cyberCrime b {
        font-size: 14px;
    }

    .cyberCrime small {
        font-size: 12px;
    }

    .left_right small {
        font-size: 10px;
    }

}

/* ScrollSpy container */
#scrollSpyMenu {
    max-height: 85vh;
    overflow-y: auto;
    padding-right: 6px;
}

/* MAIN HEADINGS (Parents) */
#scrollSpyMenu .parent-link {
    font-weight: 600;
    font-size: 15px;
    color: #212529;
    padding: 8px 12px;
    border-radius: 6px;
}

#scrollSpyMenu .parent-link:hover {
    background-color: #f3f4f6;
    color: #0d6efd;
}

/* SUB ITEMS */
#scrollSpyMenu .child-link {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    padding: 4px 12px;
    line-height: 1.4;
}

#scrollSpyMenu .child-link:hover {
    color: #0d6efd;
    background-color: transparent;
}

/* ACTIVE CHILD */
#scrollSpyMenu .child-link.active {
    color: #0d6efd;
    font-weight: 500;
}

/* Chevron rotation */
.rotate-icon {
    transition: transform 0.2s ease;
    font-size: 12px;
}

/* Rotate when open */
.nav-link[aria-expanded="true"] .rotate-icon {
    transform: rotate(90deg);
}
/* Awarenessplakate cards */
.custom-card {
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: 0.3s ease;
}

.custom-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.custom-card .card-body {
	display: flex;
	flex-direction: column;
}

.custom-card .card-text {
	flex-grow: 1;
}

.custom-card img {
	object-fit: cover;
	height: 200px;
	padding: 30px;
}
/* guideline add*/
.selectable-image {
    transition: all .2s ease;
}

.selectable-image:hover {
    transform: scale(1.05);
    border-color: #0d6efd;
} 
.hide {
  display: none !important;
}
/* guideline edit*/
.selectable-image.border-primary {
    border: 3px solid #0d6efd;
}
.img-thumbnail-selected{
	 border: 3px solid #0d6efd;
}
/* data_protection_consultant */
.webinar-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.image-overlay {
  background: url("../assets/frontend/images/darknetbg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.image-overlay .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .image-overlay {
    padding: 50px 15px;
  }
}
/* quick_implementation_index */
.step-line {
  flex: 1;
  height: 2px;
  background-color: var(--bs-border-color, #dee2e6);
  margin: 0 1px;
}
/* password_guideline */
.form1 {
  width: 100%;
  height: 38px;
  border: solid 1px #919191;
  border-radius: 6px;
  padding: 10px;
}
/* concept_of_dsgvo */
.main-slider-dgsvo {
  background: url(../assets/frontend/images/workers.jpg) no-repeat;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  color: #fff;
  background-size: cover;
  font-size: 18px;
}
.custom-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.bg-grey-1 {
  background: #ced3de;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bg-image-1 {
  background: url("../assets/frontend/images/laptop-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}

/* Optional dark overlay for better readability */
.bg-image-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.bg-image-1 .container {
  position: relative;
  z-index: 2;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .bg-image-1 {
    padding: 70px 20px;
    font-size: 16px;
  }

  .bg-image-1 h2 {
    font-size: 24px;
  }
}

.bg-image-1 h2 {
  line-height: 1.3;
  word-break: break-word;
}

@media (max-width: 768px) {
  .bg-image-1 {
    padding: 60px 20px;
  }

  .bg-image-1 h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .bg-image-1 p {
    font-size: 15px;
  }
}


.our-package {
  text-align: center;
}
.custom-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.packages {
  border: 1px solid #b1b1b1;
  padding: 25px;
  background: #fff;
  transition: 0.3s;
}

.packages:hover {
  transform: translateY(-5px);
}

.packages h3 {
  background: #353c42;
  color: #fff;
  padding: 15px;
  margin: -25px -25px 20px -25px;
}
.packages .price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.price span {
  font-size: 13px;
  display: block;
}
.package-description {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}
.bg-light {
  background: #f4f8fb;
}
.bg-build {
  background: url(../assets/frontend/images/bulid-bg.jpg) no-repeat;
  background-size: auto;
  padding-top: 45px;
  padding-bottom: 34px;
  text-align: center;
  color: #fff;
  background-size: cover;
  font-size: 18px;
}
.bg-build {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.icon-text h5 {
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
}
.icon-text h2 {
  color: #fff;
  margin-top: 0px;
}
img.icon011 {
  max-width: 148px;
}
.owner-img {
  width: 100%;
}
.side-image-text h5 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 18px;
  color: black;
}
.image-overlay {
  background: url("../assets/frontend/images/darknetbg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.image-overlay .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .image-overlay {
    padding: 50px 15px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primaryOrange: rgba(244, 124, 46, 1);
    --primaryNavy: rgba(26, 115, 234, 1);
    
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Inter", serif;

}

.loader-main {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.109);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-main img {
    width: 80px;
}

.cursor-point {
    cursor: pointer;
}

.notify-danger, .notify-success{
    border-radius: 10px;
}
.errors ul li{
    margin: 0;
    padding: 0;
    list-style: outside;
    box-sizing: border-box;
    font-family: "Inter", serif;
}

.fa {
    color: var(--primaryNavy);
}

.import-dropzone {
    border: 2px dashed var(--primary, #4b7bec);
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.02);
}

.import-dropzone input[type="file"] {
    background: transparent;
}

.notify-alert, .alert {
    font-family: "Inter", serif !important;
}

.validation-star, .text-red {
    color: red;
}

.login {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left_login,
.right_login {
    height: 100vh;
    width: 100%;
}

.left_login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
}

.left_login p {
    color: rgba(138, 138, 138, 1);
}

.login .center_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.center_left form {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.center_left form label {
    color: rgba(61, 61, 61, 1);
    font-weight: 500;
    font-size: 14px;
}

.center_left h1 {
    font-size: 28px;
}

.center_left p {
    font-size: 14px;
}

.center_left input {
    padding: 10px;
    color: rgba(138, 138, 138, 1);
    width: 100%;
    border-radius: 8px;
    border: none;
    border: 1px solid rgba(230, 230, 230, 1);
    outline: none;
}

.center_left button {
    background-color: var(--primaryNavy);
    width: 100%;
    padding: 10px;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.center_left p:last-child {
    color: rgba(238, 104, 17, 1);
    text-align: center;
    width: 100%;
}

.right_login {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_login img {
    height: 100%;
}

html[data-placement=horizontal] .nav-container,
html[data-placement=vertical] .nav-container.employee_dash {
    /* background-image: linear-gradient(160deg, var(--primaryOrange), var(--primaryOrange), var(--primaryOrange), var(--primaryOrange)); */
}

/* dashboard */

html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.active {
    background-color: orange !important;
}

.question_box {
    border: 1px solid var(--gradient-1);
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.question_box h3 {
    font-weight: bold;
    font-size: 20px;
}

.center_btn_Ques {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.center_btn_Ques button {
    padding: 8px 20px;
    background-color: none;
    border: none;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 8px;
}

.center_btn_Ques button:nth-child(1) {
    background-color: var(--gradient-1);
}

.center_btn_Ques button:nth-child(2) {
    background-color: var(--primaryOrange);
}

.result_question {
    width: 100%;
    display: none;
    margin: 0;
}

.result_question h3 {
    font-size: 14px;
}

.result_question .center_btn_Ques button {
    background-color: transparent;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    padding: 0;
}

.stats_boxes_panel {
    /* border: 1px solid red; */
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* ------------- */

/* stats_admin_dash */

.stats_admin_dash {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.stats_admin_dash .stats_box_admin {
    width: calc(50% - 30px);
}

.stats_boxes_panel .stats_box_admin {
    width: calc(33% - 30px);
}

.stats_box_admin {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: var(--foreground);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
}

.circular_bar {
    height: 60px;
    width: 60px;
    border: 1px solid var(--gradient-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

.stats_box_admin p {
    font-size: 14px;
    color: rgba(38, 38, 40, 1);
    font-weight: bold;
    margin: 0;
}

.progress-bar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--body);
}

/* .first_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 20%, rgba(225, 225, 225, 1) 0);
}

.second_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 50%, rgba(225, 225, 225, 1) 0);
}

.third_progress {
    background:
        radial-gradient(closest-side, var(--foreground) 90%, transparent 95% 100%),
        conic-gradient(var(--primaryOrange) 20%, rgba(225, 225, 225, 1) 0);
} */

.stats_box_admin h3 {
    font-size: 14px;
    font-weight: bolder;
    color: var(--body);
}

.stats_box_admin b {
    font-size: 12px;
    font-weight: bolder;
}

.stats_box_admin.org b {
    color: var(--primaryOrange) !important;
}

.stats_box_admin p {
    color: var(--body);
}

.stats_box_admin h3.red_ {
    color: rgba(255, 5, 16, 1);
}

/* lower_admin_dash */


.lower_admin_dash {
    width: 100%;
    /* padding: 50px 0; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mt-30 {
    margin-top: 50px;
}

.news_admin_sec {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    /* border: 1px solid red; */
}

.lower_admin_dash h2 {
    font-weight: bold;
    color: var(--body);
}

.question_month_admin {
    width: 40%;
    /* border: 1px solid red; */
}

.help_box {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inner_help_box {
    border-radius: 10px;
    padding: 20px;
    /* border: 1px solid rgba(234, 234, 234, 1); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: var(--foreground);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.inner_help_box h3 {
    font-weight: bold;
    font-size: 16px;
    color: var(--body);
}

.inner_help_box p {
    color: rgba(238, 104, 17, 1);
    margin: 0;
}

.inner_help_box small {
    color: var(--body);
}

.keyword_div {
    height: auto;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(239, 239, 239, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    padding: 0 10px;
}

.keyword_div input {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 12px;
    color: rgba(119, 119, 119, 1);
}

.inner_help_box button {
    border: 1px solid rgba(238, 104, 17, 1);
    padding: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: var(--body);
    background-color: transparent;
    cursor: pointer;
    width: max-content;
    outline: none;
}

.keyword_div input::placeholder {
    color: rgba(119, 119, 119, 1);
}

.solo_news {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    border-radius: 20px;
    background-color: var(--foreground);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* border: 1px solid rgba(234, 234, 234, 1); */
}

.solo_news strong,
.solo_news small {
    color: var(--body);
}

.content_news_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quiz_admin {
    background-color: white;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    /* border: 1px solid rgba(234, 234, 234, 1); */
    border-radius: 10px;
}

.buttons_quiz {
    background-color: rgba(243, 243, 243, 1);
    padding: 2px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    position: relative;
}

.buttons_quiz label {
    width: 50%;
}

.let_it_custom .question_month_admin {
    width: 100%;
    margin-top: 20px;
}

.let_it_custom .question_month_admin h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.buttons_quiz label {
    padding: 3px 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background: rgba(243, 243, 243, 1);
    color: rgba(0, 0, 0, 1);
}

.buttons_quiz label span {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.quiz_admin input {
    display: none;
}

.buttons_quiz::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(50% - 6px);
    border-radius: 5px;
    height: calc(100% - 6px);
    transition: all 0.5s;
    background-color: white;
}

#Archieved:checked~.buttons_quiz::after {
    left: 3px;
}

#current:checked~.buttons_quiz::after {
    left: 50%;
}

.Question_double {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.double_width {
    width: 200%;
    /* border: 1px solid green; */
    transition: all 0.5s;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

#current:checked~.buttons_quiz~.Question_double .double_width {
    margin-left: -100%;
}

.archieved,
.current_answer {
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yes_no {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}


.yes_no div {
    background-color: rgba(243, 243, 243, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 3px;
    padding: 5px 30px;
    border-radius: 5px;
}

.yes_no div p {
    margin: 0;
}

.question_box {
    margin-bottom: 30px;
}

.let_it_custom {
    background-color: var(--foreground);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.to_do_employee {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}

.to_do_employee h3 {
    font-size: 18px;
    color: var(--body);
    font-weight: 600;
}

.to_do_objects {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 0;
}

.to_do_object {
    width: 45%;
    padding: 10px 15px;
    background-color: var(--foreground);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.to_do_object b {
    color: var(--body);
}

.to_do_object p {
    color: rgba(0, 95, 222, 1);
    font-weight: 600 !important;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
}

.question_solo b {
    color: rgba(0, 0, 0, 1);
}

.question_solo .yes_no {
    color: rgba(0, 0, 0, 1);
}

.to_do_object small {
    width: 50%;
}

.let_it_custom .card {
    box-shadow: 0 0 0 0 !important;
}

.Graphs_Market {
    height: auto;
    width: 100%;
    /* padding: 20px 0; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* border: 1px solid red; */
    gap: 20px;
}

.market_camparison {
    width: 50%;
    /* border: 1px solid green; */
    /* padding: 10px; */
}

.click_rate {
    padding: 10px;
    width: 50%;
    /* border: 1px solid blue; */
}

.chart-container {
    width: 100%;
    height: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chart-container canvas {
    height: auto !important;
    width: 100% !important;
}



.gauge-container {
    width: 100%;
    height: auto;
    background: white;
    /* padding: 20px; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
.gauge-container canvas {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 50% !important;
}
.gauge-value {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translatex(-50%);
}

.gauge-value p {
    font-weight: 400;
    margin:0;
    font-size: 16px;
}

/* .accordion {
    width: 100%;
    margin:20px auto;
    padding: 10px ;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.accordion-header span:nth-child(2) {
    background-color:rgba(219, 219, 219, 0.7) ;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 50%;
}

.accordion-content {
    padding: 15px 0;
    margin-top: 10px;
    display: block;
    background: transparent;
}

.accordion-content > .stats_boxes_panel {
    padding: 0 0 ;
} */

.fs-7 { font-size: 0.9rem; }
.fs-8 { font-size: 0.8rem; }

.cyberCrime {
    padding:20px;
    background-color: rgba(234, 243, 255, 1);
    color: rgba(0, 95, 222, 1);
    border-radius: 20px;
}

.three_lower .help_box , .three_lower .news_admin_sec , .three_lower .cyberCrime {
    width: 30%;
}

.left_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.left_right ~ small {
    margin-top: 20px;
    display: block;
}

.left_right small {
    color: rgba(0, 0, 0, 1) ;
}

/* Gold Icon Style */
.icon-gold {
  color: #FFD700 !important;
}

/* Green Icon Style */
.icon-green {
  color: #01C362 !important;
}

/* Switch Custom Size */

.large-switch{
    transform: scale(1.4);
    transform-origin: left center;
    margin-right: 2em;
}

/* Overflow issue in DataTable */

.table-responsive {
    overflow: visible !important;
}

/* Datepicker colors */
.fa {
    color: var(--primaryNavy);
}

.datepicker table tr td.today {
    background-color: var(--primaryNavy) !important; /* teal */
    color: #fff !important;
    font-weight: 600;
}

.datepicker table tr td.today.active {
    background-color: var(--primaryNavy) !important; /* green */
}

.datepicker table tr td.today:hover {
    background-color: var(--primaryNavy) !important;
}

.dropzone.dz-clickable .dz-message {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    margin-top: 3.5% !important;
}

.badge.bg-primary .fa {
    color: var(--light-text);
}

/* TinyMCE 4 – make editor chrome white and rounded */
.mce-tinymce {
    background-color: #ffffff !important;
    border-radius: 0.5rem !important;
    border: 1px solid #e0e0e0 !important;
    overflow: hidden !important;
}

.mce-tinymce .mce-top-part,
.mce-tinymce .mce-toolbar-grp,
.mce-tinymce .mce-statusbar {
    background-color: #ffffff !important;
}

.mce-tinymce .mce-btn,
.mce-tinymce .mce-menubtn {
    background-color: #ffffff !important;
    border-radius: 0.25rem !important;
}

.mce-tinymce .mce-btn:hover,
.mce-tinymce .mce-menubtn:hover {
    background-color: #f1f3f5 !important;
}

/* --------------------- */


@media screen and (max-width:1750px) {
    .let_it_custom .question_solo b {
        font-size: 12px;
    }

    .let_it_custom .yes_no div {
        padding: 5px 10px;
        font-size: 10px;
    }

    .let_it_custom .buttons_quiz label span {
        font-size: 10px;
    }
}

@media screen and (max-width:1150px) {
    .center_left form {
        width: 100%;
    }
}


@media screen and (max-width:1100px) {

    .question_month_admin,
    .news_admin_sec {
        width: 45%;
    }
}

@media screen and (max-width:1000px) {
    .question_month_admin,
    .news_admin_sec,
    .help_box,
    .three_lower .cyberCrime,
    .three_lower .news_admin_sec,
    .three_lower .help_box {
        width: 100%;
    }

    .lower_admin_dash {
        gap: 50px;
        flex-direction: column;
    }

    .Graphs_Market {
        flex-direction: column;
    }

    .market_camparison , .click_rate {
        width: 100%;
    }

}

@media screen and (max-width:850px) {
    .left_login img {
        width: 60px;
    }

    .login {
        flex-direction: column-reverse;
    }

    .left_login,
    .right_login {
        width: 100%;
    }

    .right_login {
        padding-bottom: 40px;
    }

    .right_login img {
        width: 100%;
        height: auto;
    }

    .left_login {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        gap: 50px;
        background-color: white;
        margin-top: -35px;
    }
}

@media screen and (max-width:768px) {
    .stats_box_admin {
        width: 100%;
    }

    .stats_admin_dash {
        padding: 0;
    }

    .stats_box_admin h3 {
        font-size: 14px;
    }

    .stats_box_admin p {
        font-size: 12px;
    }

    .stats_boxes_panel .stats_box_admin {
        width: calc(50% - 30px);
    }

}

@media screen and (max-width:600px) {
    .center_left form h1 {
        font-size: 22px;
    }

    .right_title_img_prnt ~ img {
        display: none;
    }

    .center_left form p,
    .left_login>p {
        font-size: 14px;
    }

    

    .left_login {
        padding: 50px 20px;
        margin-top: -70px;
    }

    .question_solo {
        font-size: 12px;
    }

    .yes_no div {
        padding: 5px 10px;
        font-size: 10px;
    }

    .buttons_quiz label span {
        font-size: 10px;
    }

    .stats_boxes_panel .stats_box_admin {
        width: 100%;
    }

    .question_box {
        padding: 20px 15px;
    }

    .question_box h3 {
        font-size: 16px;
    }

    .question_box p {
        font-size: 12px;
    }

    .question_box button {
        font-size: 10px;
    }

    .solo_news img {
        width: 50px;
    }

    .solo_news strong {
        font-size: 12px;
    }

    .solo_news small {
        font-size: 12px;
    }

    .to_do_object {
        width: 100%;
    }

    .to_do_employee h3 {
        font-size: 16px;
    }

    .to_do_object b,
    .to_do_object p {
        font-size: 12px;
    }

    .stats_boxes_panel {
        padding: 20px 0;
    }

    .chart-container {
        padding: 0 0 ;
    }

    .chart-container canvas {
        padding: 10px;
    }

    .click_rate {
        padding: 0 0;
    }


    .insures_card-body {
        padding: 20px 0 !important;
    }

    .let_it_custom .question_month_admin h2 {
        font-size: 14px;
    }

    .gauge-value {
        font-size: 16px;
    }

    .gauge-value p {
        font-size: 12px;
    }

    .left_right strong {
        font-size: 12px;
    }

    .cyberCrime b {
        font-size: 14px;
    }

    .cyberCrime small {
        font-size: 12px;
    }

    .left_right small {
        font-size: 10px;
    }

}
