@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;900&family=Noto+Sans+KR:wght@500&family=Roboto:wght@100;300;400;500;700;900&display=swap"); :root {
  --primary-white: #fff;
  --blue-sky-color: #004AAD;
  --btn-dark-color: #003170;
  --blcak-color: #25213B;
  --grey-color: #A6A6A6;
  --grey2-color: #F4F2FF;
  --grey3-color:#7e869e61  ;
  --grey4-color:#D9D9D9;
  --padding-site: 40px 0px;
  --transition: 0.5s;
  --padding-box-30: 30px;
  --padding-box-20: 20px;
  --border-box-15: 15px;
  --border-box-4: 4px;
  --border-box-6: 6px;
  --border-box-8: 8px;
  --border-box-10: 10px;
  --border-box-12: 12px;
  --grid-1-columns: repeat(1, 1fr);
  --grid-2-columns: repeat(2, 1fr);
  --grid-3-columns: repeat(3, 1fr);
  --grid-4-columns: repeat(4, 1fr);
  --grid-display: grid;
  --gap-5: 5px;
  --gap-10: 10px;
  --gap-15: 15px;
  --gap-20: 20px;
  --gap-25: 25px;
  --gap-30: 30px;
  --gap-40: 40px;
  --gap-50: 50px;
  --gap-55: 55px;
  --gap-60: 60px;
}

body {
  font-family: Roboto, sans-serif;
  color: rgb(37, 33, 59);
}

p {
  color: rgb(179, 179, 179);
  font-weight: 300;
}
.btn-close:focus
{
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto, sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
}
.form-check-input:focus
{
  box-shadow: none;
  border: none;
}
.form-check-input:checked
{
  border-color: var(--blue-sky-color) !important;
  border: 0px !important;
  background-color: var(--blue-sky-color) !important;
}
input[type="checkbox"] {
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}
.btn-check:focus+.btn, .btn:focus
{
box-shadow: none;

}
::placeholder {
  color: var(--grey-color);
  opacity: 1;
}

.dl, ol, ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: 1px solid var(--blue-sky-color);
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.loginform {
  width: 390px;
  padding: 0px 20px;
}

.keywordfrom {
  width: 450px;
  padding: 0px !important;

}

.form-label {
  margin-bottom: 2px;
  color: var(--blcak-color);
  font-weight: 500;
  font-size: 13px;
  display: block;
}

.loginform h1 {
  color: var(--primary-white);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.full {
  background-image: url("../images/background.png");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loginform form {
  background-color: var(--primary-white);
  border-radius: var(--border-box-15);
  padding: var(--padding-box-20);
  display: var(--grid-display);
  align-items: center;
}

.loginform form > img, form > img {
  margin: auto;
  max-width: 120px;
  display: block;

}

.loginform a {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-sky-color);
}

.form-login {
  margin-bottom: 22px;
}

.form-login, .form-login input {
  position: relative;
}

.form-login > img {
  position: absolute;
  top: 14px;
  right: 15px;
  max-width: 18px;
}

.my-control {
  background-color: rgb(226, 226, 226);
  border: none;
  border-radius: var(--border-box-8);
  color: rgb(50, 50, 50);
  padding: 0.9em 1em;
  width: 100%;
  font-size: 14px;
  border: 1px solid transparent;
  font-weight: 400;
}

.form-check-label {
  color: var(--grey-color);
  font-size: 14px;
  /* display: flex;
  align-items: center; */

}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label::before {
  border: 1.5px solid var(--grey-color);
  content: "";
  display: inline-block;
  font: 14px / 1em sans-serif;
  height: 16px;
  padding: 0px;
  vertical-align: middle;
  width: 16px;
  margin-right: 8px;
  border-radius: var(--border-box-4);
}

input[type="checkbox"]:checked + label::before {
  background: var(--primary-white);
  color: var(--blue-sky-color);
  content: "✓";
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.w175
{
  width: 175px !important;
}
.btn-blue {
  color: var(--primary-white);
  padding: 8px 10px;
  border-radius: var(--padding-box-30);
  background: var(--blue-sky-color);
  width: 100%;
}

.btn-blue:hover, :not(.btn-check) + .btn:active,.btn-second:hover,.btn-gray:hover {
  color: var(--primary-white);
  background-color: rgb(0, 48, 112);
}
.btn-gray
{
  color: var(--blcak-color);
  padding: 6px 30px;
  border-radius:var(--border-box-4);
  background: #E2E2E2;
}
.btn-second
{
  color: var(--primary-white);
  padding: 6px 30px;
  border-radius: var(--border-box-4);
  background: var(--blue-sky-color);
}
.bg-blue {
  background-color: var(--blue-sky-color);
}
.logo-here li a
{
  padding: 7px 26px 9px;
  border-radius: var(--border-box-4);
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #74708b;
  color: var(--primary-white);

text-transform: uppercase;
}
.logo-here li a.active
{
  background-color: var(--btn-dark-color);
  border: 1px solid var(--btn-dark-color);

}
.img-user h2 {
  font-size: 14px;
  color: var(--primary-white);
  text-transform: capitalize;
}

.logo-here img {
  max-width: 95px;
}

.topheader {
  padding: 10px 0px;
}

.img-user h2 img {
  border-left: 1px solid var(--primary-white);
  padding: 0px 13px;
}

.bg-tableheader {
  background-color: rgb(198, 222, 255);
}

.data-list-all {
  padding-left: 142px;
  text-align: center;
}

.data-list-all li h2 {
  font-size: 11.5px;
  margin-bottom: 0px;
  line-height: 1.2em;
}

.data-list-all .nav-link {
  border-radius: 0px;
}

.data-list-all .nav-link img {
  margin-bottom: 7px;
}

.data-list-all .nav-link {
  width: 90px;
  padding: 7px 5px;
  background-color: var(--grey2-color);
  color: rgb(56, 59, 63);
}

.data-list-all .nav-link.active, .data-list-all .show > .nav-link {
  background-color: var(--primary-white);
  color: rgb(56, 59, 63);
}

.tab-content1 {
  padding: 25px 0px;
}
.filter-section
{
  display:flex;
}

.filter-section > a {
  font-size: 14px;
  color: rgb(37, 33, 59);
  font-weight: 400;
  border: 1px solid var(--blue-sky-color);
  display: flex;
  align-items: center;
  border-radius: var(--border-box-4);
  padding: 6px 10px;
  position: relative;
}
/* .filter-section > a.collapsed::after
{
  position: absolute;
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
  right: -25px;

}
.filter-section > a::after
{
  position: absolute;
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
  right: -25px;
} */
.tabledesignmain ul {
  display: flex;
  gap: 8px;
}

.tabledesignmain tr td, .tabledesignmain tr th {
  border-right: 1.5px solid rgb(217, 213, 236);
}

.tabledesignmain.dataTable.no-footer {
  border-bottom: 0px;
}

.tabledesignmain thead tr {
  background-color: rgb(244, 242, 255);
}

.tabledesignmain tr:nth-child(2n) {
  background-color: rgb(242, 240, 249);
}

table.dataTable.display tbody tr table tr:hover {
  background: none;
}

.dataTables_length {
  display: flex;
  align-items: center;
}

.dataTables_filter, .dataTables_filter label {
  position: relative;
}

.iconsearch {
    position: absolute;
    top: 10px;
    left: 14px;
    color: rgb(139, 131, 186);
}

.iconsearch i {
  /*font-weight: 500;*/
  font-size: 14px;
  margin-top:3px;
}

tbody {
  font-size: 13px;
}

.tabledesignmain thead tr th:first-child, .tabledesignmain tbody tr td:first-child {
  padding: 11px 18px;
  text-align: center;
  width: 25px;
}

.showtable thead tr th:nth-child(2), .showtable tbody tr td:nth-child(2) {
  padding: 11px 25px 11px 18px;
  width: 130px;
}
.ranktable thead tr th:nth-child(2), .ranktable tbody tr td:nth-child(2) {
  width: 80px;
}
.ctrview thead .first th:nth-child(2), .ctrview tbody .first td:nth-child(2) {
  width: 78px !important;
}
.usermangment thead tr th:nth-child(2), .usermangment tbody tr td:nth-child(2) {
  width: 90px;
}
.ctrview thead .first th:nth-child(4), .ctrview tbody .first td:nth-child(4),
.ctrview thead .first th:nth-child(5), .ctrview tbody .first td:nth-child(5)
{
  font-size: 15px;
  color: #3E376B;
}
.showtable thead tr th:nth-child(3), .showtable tbody tr td:nth-child(3) {
  padding: 11px 18px;
  width: 320px;
}
.usermangment thead tr th:nth-child(3), .usermangment tbody tr td:nth-child(3) {
  width: 250px;
}
.ctrview thead .second th:first-child, .ctrview tbody .second td:first-child {
  width:70px !important;
  text-align: start;
}
.ctrview thead .second th:nth-child(2), .ctrview tbody .second td:nth-child(2) {
  width: 100px !important;
}
.ctrview thead .second th:nth-child(3), .ctrview tbody .second td:nth-child(3) {
  width: 68px !important;

}
.ctrview thead .second th:nth-child(4), .ctrview tbody .second td:nth-child(4) {
  width:100px  !important;
}
.usermangment thead tr th:nth-child(4), .usermangment tbody tr td:nth-child(4) {
  width:88px;
}
.ctrview thead .second th:nth-child(5), .ctrview tbody .second td:nth-child(5) {
  width: 58px !important;
}
.usermangment thead tr th:nth-child(5), .usermangment tbody tr td:nth-child(5) {
  width:110px;
}
.usermangment thead tr th:nth-child(6), .usermangment tbody tr td:nth-child(6) {
  width:62px;
}
.usermangment thead tr th:nth-child(7), .usermangment tbody tr td:nth-child(7) {
  width:95px;
}
.usermangment thead tr th:nth-child(8), .usermangment tbody tr td:nth-child(8) {
  width:90px;
}
.usermangment thead tr th:nth-child(9), .usermangment tbody tr td:nth-child(9) {
  width:60px;
}
.ctrview thead .second th:nth-child(6), .ctrview tbody .second td:nth-child(6) {
  width:70px !important;
}
.ctrview thead .second th:nth-child(7), .ctrview tbody .second td:nth-child(7) {
  width:100px !important;

}
.ctrview thead .second th:nth-child(8), .ctrview tbody .second td:nth-child(8) {
  width:68px !important;

}
.ctrview thead .second th:nth-child(9), .ctrview tbody .second td:nth-child(9) {
  width: 105px !important;

}
.ctrview thead .second th:nth-child(10), .ctrview tbody .second td:nth-child(10) {
  width: 92px !important;

}
.ctrview thead .first th:nth-child(3), .ctrview tbody .first td:nth-child(3) {
  width: 295px;
}
.ranktable thead tr th:nth-child(3), .ranktable tbody tr td:nth-child(3) {
  width: 245px;
}
.showtable thead tr th:nth-child(4), .showtable tbody tr td:nth-child(4) {
  padding: 11px 18px;
  width: 55px;
}

.ranktable thead tr th:nth-child(4), .ranktable tbody tr td:nth-child(4) {
  padding: 11px 18px;
  width: 65px;
}
.searchtable thead tr th:nth-child(2), .searchtable tbody tr td:nth-child(2) {
  width: 100px !important;
}
.searchtable thead tr th:nth-child(3), .searchtable tbody tr td:nth-child(3) {
  padding: 11px 18px;
  width: 320px !important;
}
.searchtable thead tr th:nth-child(4), .searchtable tbody tr td:nth-child(4) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(5), .searchtable tbody tr td:nth-child(5) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(6), .searchtable tbody tr td:nth-child(6) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(7), .searchtable tbody tr td:nth-child(7) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(8), .searchtable tbody tr td:nth-child(8) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(9), .searchtable tbody tr td:nth-child(9) {
  padding: 11px 18px;
  width: 55px !important;
}
.searchtable thead tr th:nth-child(10), .searchtable tbody tr td:nth-child(10) {
  padding: 11px 18px;
  width: 55px !important;
}
.showtable thead tr th:nth-child(5), .showtable tbody tr td:nth-child(5) {
  padding: 11px 18px;
  width: 65px;
}

.ranktable thead tr th:nth-child(5), .ranktable tbody tr td:nth-child(5) {
  padding: 11px 18px;
  width: 75px;
}

.showtable thead tr th:nth-child(6), .showtable tbody tr td:nth-child(6) {
  padding: 11px 18px;
  width: 65px;
}
.ranktable thead tr th:nth-child(6), .ranktable tbody tr td:nth-child(6) {
  padding: 11px 18px;
  width: 76px;
}

.showtable thead tr th:nth-child(7), .showtable tbody tr td:nth-child(7) {
  padding: 11px 18px;
  width: 65px;
}
.ranktable thead tr th:nth-child(7), .ranktable tbody tr td:nth-child(7) {
width: 85px;
}

.showtable thead tr th:nth-child(8), .showtable tbody tr td:nth-child(8) {
  padding: 11px 18px;
  width: 65px;
}
.showtable thead tr th:nth-child(9), .showtable tbody tr td:nth-child(9) {
  padding: 11px 18px;
  width: 65px;
}

.ranktable thead tr th:nth-child(8), .ranktable tbody tr td:nth-child(8) {
  padding: 11px 18px;
  width: 82px;
}
.ranktable thead tr th:nth-child(9), .ranktable tbody tr td:nth-child(9) {
  width:60px !important;
}
.ranktable thead tr th:nth-child(10), .ranktable tbody tr td:nth-child(10) {
  padding: 11px 18px;
  width: 50px !important;
}
.showtable tr td:last-child, .showtable tr th:last-child ,table tr td:last-child,table tr th:last-child{
  border-right: 0px;
  padding: 11px 18px !important;
}

.showtable.dataTable thead > tr > th:last-child.sorting::before {
  right: 65px;
}
.blogviewdata thead tr th:nth-child(2), .blogviewdata tbody tr td:nth-child(2) {
  width: 80px !important;
}
.blogviewdata thead tr th:nth-child(3), .blogviewdata tbody tr td:nth-child(3) {
  padding: 11px 18px;
  width: 55px !important;
}
.blogviewdata thead tr th:nth-child(4), .blogviewdata tbody tr td:nth-child(4) {
  padding: 11px 18px;
  width: 82px !important;
}
.blogviewdata thead tr th:nth-child(5), .blogviewdata tbody tr td:nth-child(5) {
  padding: 11px 18px;
  width: 92px !important;
}
.blogviewdata thead tr th:nth-child(6), .blogviewdata tbody tr td:nth-child(6) {
  padding: 11px 18px;
  width:80px !important;
}
.blogviewdata thead tr th:nth-child(7), .blogviewdata tbody tr td:nth-child(7) {
  padding: 11px 18px;
  width:75px !important;
}
.blogviewdata thead tr th:nth-child(8), .blogviewdata tbody tr td:nth-child(8) {
  padding: 11px 18px;
  width:75px !important;
}
.blogviewdata thead tr th:nth-child(9), .blogviewdata tbody tr td:nth-child(9) {
  padding: 11px 18px;
  width:75px !important;
}
.blogviewdata thead tr th:nth-child(10), .blogviewdata tbody tr td:nth-child(10) {
  padding: 11px 18px;
  width: 75px !important;
}
.blogviewdata thead tr th:nth-child(11), .blogviewdata tbody tr td:nth-child(11) {
  padding: 11px 18px;
  width: 75px !important;
}

.keywordmangment thead tr th:nth-child(2), .keywordmangment tbody tr td:nth-child(2) {
  padding: 11px 25px 11px 18px;
  width: 90px;
}
.keywordmangment thead tr th:nth-child(3), .keywordmangment tbody tr td:nth-child(3) {
  padding: 11px 25px 11px 18px;
  width: 145px;
}
.keywordmangment thead tr th:nth-child(4), .keywordmangment tbody tr td:nth-child(4) {
  padding: 11px 25px 11px 18px;
  width: 90px;
}
.keywordmangment thead tr th:nth-child(5), .keywordmangment tbody tr td:nth-child(5) {
  padding: 11px 25px 11px 18px;
  width: 110px;
}
.keywordmangment thead tr th:nth-child(6), .keywordmangment tbody tr td:nth-child(6) {
  padding: 11px 25px 11px 18px;
  width: 62px;
}
.keywordmangment thead tr th:nth-child(7), .keywordmangment tbody tr td:nth-child(7) {
  padding: 11px 25px 11px 18px;
  width:95px;
}
.keywordmangment thead tr th:nth-child(8), .keywordmangment tbody tr td:nth-child(8) {
  padding: 11px 25px 11px 18px;
  width: 90px;
}
.keywordmangment thead tr th:nth-child(9), .keywordmangment tbody tr td:nth-child(9) {
  padding: 11px 25px 11px 18px;
  width: 65px;
}


.dataTables_length label {
  font-size: 14px;
}

.yellow-color {
  background: rgb(249, 216, 185);
  color: rgb(145, 69, 0);
}

.yellow-color::after {
  background: rgb(235, 113, 0);
}

.red-color {
  background: rgba(255, 0, 0, 0.2);
  color: rgb(183, 0, 0);
}

.red-color::after {
  background-color: rgb(255, 0, 0);
}

.green-color {
  background: rgba(0, 255, 0, 0.2);
  color: rgb(0, 127, 0);
}

.green-color::after {
  background-color: rgb(0, 127, 0);
}

.tabledesignmain tr td .circle-line {
  position: relative;
  padding: 3px 15px 3px 20px;
  font-weight: 500;
  border-radius: 50px;
}
.ctrview.dataTable > thead > tr > th, table.dataTable > thead > tr > td
{
padding: 5px 15px;
}
.tabledesignmain tr td .circle-line::after {
  border-radius: 50px;
  content: "";
  position: absolute;
  line-height: 6px;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 10px;
}
.dataTables_paginate span
{
  display: inline-flex;
    align-items: center;
}
.dataTables_paginate span a {
  font-weight: 500;
  padding: 3px 2px;
  width: 30px;
  text-align: center;
  color:#555555;
}
.dataTables_paginate span a.current {
  color: rgb(255, 255, 255);
  background: var(--blue-sky-color);
  color: var(--primary-white);
  border: 1px solid var(--blue-sky-color);
}
.dataTables_paginate span a:hover
{
  cursor: pointer;
}
.dataTables_paginate a {
  position: relative;
}

.panigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.search-tabs {
  font-size: 14px;
}

.search-tabs input {
  width: 65px;
  margin-right: 10px;
  padding: 5px 8px;
  border: 1px solid var(--blue-sky-color);
  border-radius: var(--border-box-4);
}

.dataTables_paginate {
  width: 84%;
  display: flex;
  justify-content: space-between;
}

.buttons-copy span, .buttons-csv span, .buttons-pdf span, .buttons-print span {
  display: none;
}

.buttons-copy i {
  font-size: 17px;
}

.footer-section {
  background-color: rgb(2, 65, 148);
  padding: 10px 0px;
}

.footerlinks p {
  color: var(--primary-white);
  font-size: 15px;
  font-weight: 500;
}

.my-from-control {
  border-radius: var(--border-box-4);
  vertical-align: middle;
  width: 100%;
  color: rgb(102, 102, 102);
  padding: 7px 13px;
  font-weight: 400;
  background-color: var(--primary-white);
  border: 1px solid rgb(222, 220, 220);
  font-size: 13px;
  outline: 0px;
}

.image-upload-wrap figure {
  margin-bottom: 0px;
  display: flex;
}

.image-upload-wrap {
  position: relative;
}

.file-upload {
  border: 1px solid rgb(222, 220, 220);
  position: relative;
  padding: 6px;
  line-height: 0px;
  border-radius: 4px;
}
.file-upload-btn:active {
  border: 0px;
  transform: var(--transition);
}

.file-upload-content {
  display: none;
}

.form-login, .form-login input {
  position: relative;
}

.file-upload-input {
  top: 0px;
  font-size: 9px;
  left: 28px;
  width: 125px;
  height: 100%;
  outline: none;
  opacity: 1;
  cursor: pointer;
  position: absolute !important;
}

.image-title-wrap > img {
  width: 21px;
  height: 21px;
  border: 1px solid rgb(199, 199, 199);
  border-radius: 50%;
  box-shadow: rgba(78, 73, 73, 0.24) 0px 3px 5px;
  margin-right: 5px;
}

.remove-image {
  color: var(--blcak-color) !important;
  background: rgb(227 227 227);
  padding: 10px 8px;
  transform: var(--transition);
  outline: none;
  line-height: 0px;
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 13px !important;
  border-radius: 4px;
}
input[type=file]::file-selector-button {
  border: none;
  background: var(--blue-sky-color);
  color: var(--primary-white);
  cursor: pointer;
  font-size: 9px;
  line-height:8px;
  border-radius: var(--border-box-4);
  padding: 6px 7px;
}
.excel-upl input {
  padding:6px 20px 8px;
  font-size: 13px;
  background: var(--blue-sky-color);
  border: none;
  color: var(--primary-white);
  border-radius: var(--border-box-4);

}
.bulk-upload-tab h4
{
font-size: 20px;
font-weight: 500;
margin-bottom: 15px;
color:  #004AAD;

}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
.remove-image:hover {
  background: var(--color-secondary);
  color: var(--primary-white);
  transform: var(--transition);
  cursor: pointer;
}

.remove-image:active {
  border: 0px;
  transform: var(--transition);
}
.checkbox-list
{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
label:has(input[type='radio']) {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1.2em auto;
  margin: 0;
}
label:has(input[type='radio']) self:not(& ~ &) {
  margin-block-start: 1em;
}
label:has(input[type='radio'])>input[type='radio'] {
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

label:has(input[type='radio'])>input[type='radio']::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--blue-sky-color);
}

label:has(input[type='radio'])>input[type='radio']::after {
  content: "";
  border-radius: 50%;
  background-color: var(--blue-sky-color);
  opacity: 0;
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

label:has(input[type='radio'])>input[type='radio']:hover:not(:disabled)::after {
  opacity: 0.08;
}

label:has(input[type='radio'])>input[type='radio']:active:not(:disabled)::after {
  opacity: 0.12;
}

label:has(input[type='radio'])>input[type='radio']:is(:active):not(:checked)::after {
  background-color:var(--blue-sky-color);
}

label:has(input[type='radio'])>input[type='radio']:checked {
  border-color: var(--blue-sky-color);
}

label:has(input[type='radio'])>input[type='radio']:checked::after {
  opacity: 0;
}

label:has(input[type='radio'])>input[type='radio']:checked::before {
  transform: scale(1);
}

label:has(input[type='radio'])>input[type='radio']:checked self:is(:hover, :focus)::after {
  background-color: var(--blue-sky-color);
}

label:has(input[type='radio'])>input[type='radio']:checked:is(:active)::after {
  background-color: var(--md-sys-color-on-surface);
}

label:has(input[type='radio'])>input[type='radio']:focus {
  outline: unset;
}

label:has(input[type='radio'])>input[type='radio']:focus::after {
  opacity: 0.12;
}

label:has(input[type='radio'])>input[type='radio']:disabled {
  cursor: not-allowed;
  border-color: var(--md-sys-color-on-surface);
  opacity: 0.38;
}

label:has(input[type='radio'])>input[type='radio']:disabled::before {
  box-shadow: inset 1em 1em var(--md-sys-color-on-surface);
}
.role-details
{
  display: flex;
  align-items: center;
}
.role-details span
{
  font-size: 13px;
  color: rgb(102, 102, 102);
}
.executive-img
{
  width: 21px;
  height: 21px;
  margin-right: 7px;
}
.dt-button img
{
  width: 19px;
  height: 24px;
}
.dropdown-menu
{
  font-size: 14px;
}
.dropdown-menu.show
{
  inset:7px auto auto 0px !important;

  padding: 20px 15px !important;
  border: none;
    box-shadow: rgb(0 0 0 / 18%) 1px 5px 16px;
}
.dropdown-menu li a:hover
{
  cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--blcak-color);
  text-decoration: none;
  border-radius: 4px;
  background-color: #F2F0F9;
  text-align: start;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-item:focus, .dropdown-item:hover{
  border-radius: 4px;

}
.dropdown-item
{
  padding: 4px 10px;

}
.dropdown-item i
{
  color: #FF0000;
  margin-right: 3px;
}
.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 8px;
}
.img-user ul li:last-child a
{
  color: #FF0000;
  font-weight: 500;
}
.filter-section
{
  position: relative;
}
.filter-section a img
{
  width: 20px;
}
.filter-data-list
{
  background-color: #F4F2FF;
  margin-bottom:15px;
  padding: 10px 0px;

}
.filter-data-list ul
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-data-list ul li a
{
  font-size: 13px;
  gap: 15px;
}
.my-btn
{
  padding: 5px 30px;
  border-radius: var(--border-box-4);
  width: 110px;
  border: 0px;
}
.filter-data-list .select2-container .select2-selection--single
{
  width: 155px;
}
.admin-add-section
{
  background-color: var(--blue-sky-color);
    padding: 5px 10px;
    border-radius: var(--border-box-4);
margin-right: 10px;
}
.admin-add-section:hover
{
  cursor: pointer;
}
.modal-title
{
font-size: 20px;
font-weight: 500;
line-height: 1.2em;

}
.mymodel .modal-content,.useraddtab .modal-content
{
  padding: 40px;
  border-radius:var(--border-box-15);
}
.form-content button {
  position: absolute;
  top: 10px;
  font-size: 11px;
  right: 12px;
  background-color: var(--grey3-color);
  opacity: 1;
  z-index: 9;
  color: var(--btn-dark-color);
  border: 0px;
  margin: 0px;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  padding: 0px;
  font-weight: 400;
}
.form-content button:hover
{
  opacity: 1;
}
.form-re input,.form-re
{
  position: relative;
}
.form-re i
{
  position: absolute;
  right: 14px;
  top: 9px;
}
.form-re .fa-circle-check
{
  color: #007F00;
}
.form-re .fa-circle-xmark
{
  color: #E5252A;
}
.individual-tab
{
  margin-bottom: 12px;
}
.individual-tab a
{
  border-radius: var(--border-box-10);
  font-size: 15px;

}
.bulk-upload-tab 
{
  text-align: center;
  border: 1px solid var(--grey4-color);
  padding: 15px;
  margin-bottom:20px;
border-radius: var(--border-box-10);
}
.form-changepassword table thead
{
  background-color: #F4F2FF;

  color: #6E6893;
}
.form-changepassword table thead tr th
{
  font-size: 15px;
  font-weight: 400;
}
.form-changepassword table
{
  width: 75%;
  margin: auto;
}
.form-changepassword table tbody tr td
{
  font-weight: 500;
}
.green
{
  color: #007F00;
}
.red
{
  color: #FF0000;
}
/* .bulk-upload-tab input[type=file]
{
  font-size: 10px;
  color:var(--blcak-color);
  font-weight: 300;
} */
.excel-upl img
{
  margin-right: 10px;
}
.excel-upl label
{
  width: 90px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-left: 8px;
  color:var(--blcak-color);
  font-weight: 300;
  text-align: left;
}

.accordion-button:focus
{
  box-shadow: none;
  border-color: var(--blue-sky-color);
}
.accordion-button:not(.collapsed)
{
  background-color: transparent;
  color: rgb(37, 33, 59);
}
.filter-section .accordion-button::after{
    position: absolute;
    right: -32px;
    background-image: none;
    content: "\f106"; /* chevron-up */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f107"; /* up/down chevron icon */
    font-family: "Font Awesome 6 Free"; /* corrected font family */
    font-weight: 900; /* required for solid icons */
    transform: none;
}
@media (min-width: 576px){
.mymodel .modal-dialog {
    max-width: 400px;
    margin:6em auto;
    box-shadow: 20px 20px 16px 0px #00000029;
    border-radius:var(--border-box-15);

}
.useraddtab .modal-dialog {
  max-width: 430px;
  box-shadow: 20px 20px 16px 0px #00000029;
  border-radius:var(--border-box-15);

}
}

.tabbox-css
{
  background-color: var(--primary-white);
  box-shadow: var(--border-box-8);
  border-radius: var(--border-box-10);
  border: 1px solid #004AAD;


}
.padding-20
{
  padding: 20px 30px;

}
.padding-10
{
  padding: 5px 30px 20px;

}
hr
{
  background-color: var(--blue-sky-color);
}
.bg-gray
{
  background-color: #F4F2FF;
  padding: var(--padding-site);
}
.tabbox-css h3
{
  color: #6E6893;
  font-size: 16px;
  font-weight: 400;
}
.tabbox-css h4
{
  color: #25213B;
  font-size: 16px;
  font-weight: 500;
}
.badges {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  min-width: 80px;
}
.badges.bg-green {
    background: #28c76f;
}
.badges.bg-yellow {
  background: #FFA14A;
}
.tab-list-flex
{
  display:grid;
  gap: 30px;
  justify-content: space-between;
  grid-template-columns:repeat(2,1fr)
}
.tabbox-css .tab-content
{
  height: 320px;
  overflow-y: scroll;
}
::-webkit-scrollbar, .tab::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-track, .tab::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb, .tab::-webkit-scrollbar-thumb {
  background: #024194;
  border-radius: 6px
}
@media (max-width: 1024px){

  .tab-list-flex
{
  grid-template-columns:repeat(1,1fr)

}
}

.error{
  color:red;
  font-size: 12px;
}


.seokeywordaddlisting thead tr th:nth-child(2), .seokeywordaddlisting tbody tr td:nth-child(2) {
  width:490px;
}
.seokeywordaddlisting thead tr th:nth-child(3), .seokeywordaddlisting tbody tr td:nth-child(3) {
  width: 85px;
}
.seokeywordaddlisting thead tr th:nth-child(4), .seokeywordaddlisting tbody tr td:nth-child(4) {
  width: 75px;
}
.seokeywordaddlisting thead tr th:nth-child(5), .seokeywordaddlisting tbody tr td:nth-child(5) {
  width: 75px;
}
.seokeywordaddlisting thead tr th:nth-child(6), .seokeywordaddlisting tbody tr td:nth-child(6) {
  width: 75px;
}
.seokeywordaddlisting thead tr th:nth-child(7), .seokeywordaddlisting tbody tr td:nth-child(7) {
  width:90px;
}