@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Inter", serif;

}

.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;
}

.login-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Make sure it spans the full width */
    padding: 0 20px; /* Optional: spacing from the edges */
    box-sizing: border-box; /* Ensures padding doesn't break layout */
}

.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: #1ea8e7;
    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%;
}

.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;
    /* border: 1px solid red; */
    padding: 10px ;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    /* background: #f7f7f7; */
    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 {
    /* border: 1px solid red; */
    padding: 0 0 ;
}

.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) ;
}

/* Customize DataTables Pagination */
.dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
    /* Adjust the top margin as needed */
    text-align: center;
}

/* Individual pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 6px 12px;
    /* Adjust padding as needed */
    margin: 0 03px;
    /* Adjust margin as needed */
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    /* Set background color to white */
    color: #007bff;
    /* Set text color to blue */
}

/* Styling for the active page button */
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background-color: #0ecdd3;

}

/* Custom DataTables Pagination Hover Styles */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0ecdd3;
}

li.paginate_button:hover a {
    color: #fff !important;
}


/* Remove the outer border of the pagination container */
.dataTables_wrapper .dataTables_paginate {
    border: none;
}

/* Make pagination right-aligned */
@media (min-width: 768px) {
    .dataTables_wrapper .dataTables_paginate {
        float: right;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0ecdd3;
}

div.dataTables_wrapper table.dataTable thead .sorting:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    display: none;

}

div.dataTables_wrapper table.dataTable thead .sorting_asc,
div.dataTables_wrapper table.dataTable thead .sorting_desc {
    padding: unset;
}

tbody,
tfoot,
tr,
td,
th {
    border-style: none;

}

.table>:not(caption)>*>* {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-responsive {
    overflow-x: hidden;
}

/* Increase the size of DataTable search bar and position at the right end */
.dataTables_wrapper .dataTables_filter {
    text-align: right;
    margin-top: 10px;
    /* Adjust top margin as needed */
}

.dataTables_wrapper .dataTables_filter input {
    width: 500px;
    /* Adjust width as needed */
    padding: 8px;
    /* Adjust padding as needed */
    font-size: 14px;
    /* Adjust font size as needed */
}

.validation-star {
    color: red;
}

.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;
}

/* Datatable css */

/* Card */
.data_table_card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    background: var(--foreground);
    border-radius: var(--border-radius-lg);
    border: initial;
    padding: 20px;
    font-family: Helvetica Neue;
  }

  .data_table_input-group .data_table_form-control {
    border-radius: 10px;
  }

  .data_table_table thead {
    background-color: #f1f3f7;
  }

  .data_table_table td,
  .data_table_table th {
    vertical-align: middle;
    border: none;
  }

  .data_table_dataTables_wrapper .data_table_dataTables_scroll {
    background-color: rgba(246, 246, 246, 1);
    border-radius: 12px;
    padding: 10px;
  }
  .data_table_table.data_tableDataTable tbody tr:nth-child(odd) {
    background-color: rgba(239, 239, 239, 1);
  }

  .data_table_table.data_tableDataTable tbody tr:nth-child(even) {
    background-color: transparent;
  }

  .data_table_table.data_tableDataTable tbody tr:hover {
    background-color: rgba(230, 230, 230, 1);
    transition: background-color 0.2s ease;
  }

  .data_table_table.data_tableDataTable th,
  .data_table_table.data_tableDataTable td {
    border: none !important;
  }

  .data_table_table th span {
    font-size: 14px;
  }


  /* .data_table_table th {
    text-align: center;
  } */


  .data_table_table td {
    padding: 8px;
  }

  .data_table_table tr td,
  .data_table_table th {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .dt-info {
    font-size: 14px;
  }

  .data_table_btn-icon i.fa-eye {
    color: rgba(48, 48, 48, 1);
  }

  .data_table_table.data_tableDataTable tbody tr:focus-visible {
    outline: none !important;
  }

  .data_table_btn-view {
    background-color: rgba(26, 115, 234, 1);
    color: white;
    border-radius: 3px;
    padding: 5px;
    border: none;
    font-size: 10px;
  }


  .data_table_btn-icon {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
  }

  .data_table_btn-icon.text-danger {
    color: rgba(255, 0, 0, 1);
  }

  .data_table_dataTables_wrapper .data_table_dataTables_paginate .data_table_paginate_button {
    border-radius: 8px !important;
    margin: 0 2px;
  }

  .data_table_dataTables_wrapper .data_table_dataTables_length,
  .data_table_dataTables_wrapper .data_table_dataTables_filter {
    display: none !important;
  }

  .data_table_table-responsive {}

  .data_table_table-wrapper {
    overflow-x: auto;
  }

  .data_table_table-wrapper::-webkit-scrollbar {
    display: none;
  }

  .data_table_table.table-striped tbody tr:nth-child(odd) {
    background-color: rgba(239, 239, 239, 1);
  }

  div.dt-container div.dt-length,
  div.dt-info {
    text-align: left !important;
  }

  @media screen and (max-width: 767px) {
    div.dt-container div.dt-paging ul.pagination {
      justify-content: left !important;
    }

    div.dt-container div.dt-search {
      text-align: left;
      white-space: nowrap;
    }
  }

/* Responsive styling for DataTable search bar */
@media (max-width: 1562px) {
    .dataTables_wrapper .dataTables_filter {
        text-align: center;

    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        /* Make input full width on small screens */
    }
}


/* --------------------- */


@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;
    }

}
