@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary-bg: #ca2128;
  --primary-font: "Arial", sans-serif;
  --secondary-color: #475467;
  --primary-color: #101828;
  --bg-blue: #0E2A69;
  --text-red: #FF5959
}

body,
html {
  font-family: var(--primary-font);
}

#main-demo.setting-main{
margin-bottom: -72px;

}
.navbar {
  transition: all 0.3s ease-in-out;
}

.fixed-top {
  animation: slideDown 0.3s ease-in-out;
  position: fixed !important;
  background-color: #ffff;
}

.fixed-top .nav-link {
  color: #000;
}

.fixed-top .navbar-brand img {
  width: 150px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

#header-demo li .nav-link {
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  line-height: 24px;
  padding: 0;
}

#header-demo .navbar-nav {
  gap: 20px 32px;
}

#header-demo li .nav-link.login-btn {
  background-color: #FFE0E0;
  padding: 10px 18px;
  color: var(--text-red);
  border-radius: 8px;
  text-align: center;
}

#header-demo li .nav-link.sign-up-btn {
  background-color: var(--bg-blue);
  padding: 10px 18px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

#header-demo nav {
  border-bottom: 1px solid #F2F4F7;
}

/* hero section  */


.hero-inner {
  background-image: linear-gradient(to top, #0E2A69 0%, #040E24 100%);

}

.hero-inner .hero-info {
  padding: 91px 28px 91px 56px;
}

.hero-inner h1 {
  font-size: 54px;
  line-height: 68px;
  letter-spacing: -2%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  font-family: var(--primary-font);
  filter: drop-shadow(2px 4px 0px #00001e);

}

.hero-inner h1 span {
  color: var(--text-red);
  display: block;
}

.hero-inner p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;

}

.hero-img {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-inner img {
  mix-blend-mode: lighten;
}

.trial-outer {
  margin-block: 72px 120px;
}

.trial-outer h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-align: center;
}

.trial-outer p {
  font-size: 20px;
  font-weight: 400;
  color: var(--secondary-color);
  max-width: 824px;
  text-align: center;
  margin: auto;
}

.heading-main {
  margin-bottom: 52px;
}

.trial-box {
  padding: 2rem;
  border-radius: 12px;
  background-color: #F9FAFB;
  box-shadow: 2px 4px 23px rgb(0 0 0 / 28%);
  -webkit-box-shadow: 2px 4px 23px rgb(0 0 0 / 28%);
  -moz-box-shadow: 2px 4px 23px rgb(0 0 0 / 28%);
  height: 100%;
}

.trial-box .trial-icon {
  padding: 10px 12px;
  background-color: var(--bg-blue);
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 64px;
}

.trial-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--primary-font);
  margin-bottom: 8px;
  color: var(--primary-color);
}

.trial-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  text-align: left;
}

.product-content h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-bottom: 22px;
}

.product-content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--primary-color);
  font-family: var(--secondary-color);
  margin-bottom: 22px;
  margin-bottom: 0;
}

.product-content span {
  color: var(--text-red);
}

.product-table-right,
.product-table-left {
  margin-bottom: 120px;
}

.unique-content .unique-badge {
  padding: 4px 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 16px;
  background-color: #FFEDED;
  color: var(--text-red);
  font-family: var(--primary-font);
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
}

.unique-content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: var(--primary-font);
}

.unique-content p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 32px;
  color: var(--secondary-color);
  margin-bottom: 64px;
  max-width: 1426px;
  margin-inline: auto;
}

footer.footer {
  background-color: var(--bg-blue);
 
  
}

.footer-content {
  
  text-align: center;
}



.footer-content h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #ffff;
  margin-bottom: 16px;
}

.footer-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  font-family: var(--primary-font);
  color: #fff;
}

.alert-footer-btn {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.alert-footer-btn a {
  padding: 10px 18px;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.alert-footer-main hr {
  border-color: rgb(255 255 255 / 40%);
  margin-bottom:32px;
}
.alert-footer-conten{
  padding-bottom: 64px;
}
.social-icon {
  display: flex;
  justify-content: left;
  gap: 24px;
}

.social-icon a {
  text-decoration: none;
}

.footer-copy p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: var(--primary-font);
  text-align: center;

}

.footer-link a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: var(--primary-font);
  text-decoration: none;
}

.footer-link {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.button-5,
li.nav-item a {
  transition: 0.5s ease all;
}

.button-5:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  transition: 0.5s ease all;
}

li.nav-item a:hover {
  color: var(--text-red) !important;
  transition: 0.5s ease all;
}

a.nav-link.sign-up-btn.button-5:hover {
  color: #fff !important;
}

/* form css */
.alert-auth .auth-form :is(input, lable),
.setting-main :is(input, lable) {
  border-color: #E5E5EA;

  padding: 8px 16px 8px 16px;

  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color);
  font-family: var(--primary-font);
}
.setting-main button.btn.auth-btn.button-5 {
  width: fit-content;
  padding: 10px 18px;
}
.form-floating>.form-control:not(:placeholder-shown)~label {
  font-size: 12px;
  font-weight: 400;
  color: #475467;
  font-family: var(--primary-font);

}

.form-control:focus {
  border: 2px solid #0E2A69;
  box-shadow: none;
}

.alert-auth {
  max-width: 440px;
  width: 100%;
  margin: 72px auto;
  max-width: 440px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.form-check input {
  height: 24px !important;
  width: 24px;
  padding: unset !important;
  min-height: unset !important;
}

a.nav-link.user-btn {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 8.75px 12px !important;
}

.auth-content {
  margin-bottom: 42px;
}

.auth-content h1 {
  font-size: 34px;
  font-weight: 900;
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-align: center;
  line-height: 117%;
}

.auth-content p {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  text-align: center;
  line-height: 147%;
}

.auth-btn {
  background-color: var(--bg-blue);
  color: #fff;
  padding: 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--primary-font);
  border-radius: 8px;
}

.password-strength-group .password-strength-meter {
  width: 100%;
  transition: height 0.3s;
  display: flex;
  justify-content: stretch;
}

.password-strength-group .password-strength-meter .meter-block {
  height: 4px;
  background: #ccc;
  margin-right: 6px;
  flex-grow: 1;
}

.password-strength-group .password-strength-meter .meter-block:last-child {
  margin: 0;
}

.password-strength-group .password-strength-message {
  font-weight: 400;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
}

.password-strength-group .password-strength-message .message-item {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 3%;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  left: 121px;
  top: -16px;
}

.password-str {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.password-status {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 3%;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-top: 8px;
}

.password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
  background: var(--primary-bg);
}

.password-strength-group[data-strength="1"] .message-item:nth-child(1) {
  opacity: 1;
  color: var(--primary-bg);
}

.password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
  background: #ffc43b;

}

.password-strength-group[data-strength="2"] .message-item:nth-child(2) {
  opacity: 1;
  color: #ffc43b;
}

.password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
  background: #34C759;

}

.password-strength-group[data-strength="3"] .message-item:nth-child(3) {
  opacity: 1;
  color: #34C759;
}

.password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
  background: #289116;

}

.password-strength-group[data-strength="4"] .message-item:nth-child(4) {
  opacity: 1;
  color: #289116;
}

.auth-priv label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 24px;
  font-family: var(--primary-font);
  color: var(--primary-color) !important;
}

.auth-priv {
  margin: 16px 0 24px 0;
}

.auth-priv label a {
  color: var(--bg-blue) !important;
}

.auth-priv input,
.seting-checks .form-check-input {
  box-shadow: none !important;
}

input:checked{
  background-color: var(--bg-blue) !important;
  border-color: var(--bg-blue) !important;;
}

.auth-btn.button-5 {
  background-color: var(--bg-blue);
  color: #fff;
}

.already p {
  font-size: 14px;
  line-height: 116%;
  font-weight: 600;
  font-family: var(--primary-font);
  margin: 24px 0;
}

.already a {
  color: var(--primary-bg) !important;
}

.forgot {
  text-align: end;
}

.forgot button {
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  font-family: var(--primary-font);
  text-decoration: none;
  color: var(--primary-color);
  margin-left: 12px;
  background-color: transparent;
}

.sty-login label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: #1C1C1E !important;
}

.sty-login input {
  box-shadow: none !important;
}

.sty-login input:checked {
  background-color: var(--bg-blue) !important;
}

.forgot-modal .modal-content {
  padding: 16px;
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}

.forgot-modal h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--primary-color);
  margin-bottom: 4px;
}

.forgot-modal p {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin-bottom: 24px;
}

.formgot-btn {
  background-color: var(--bg-blue);
  color: #fff;
  padding: 12px 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--primary-font);
  border-radius: 8px;
  border: 0;
  width: 100%;
}

.alert-table div#example_wrapper {
  overflow: hidden;
}

.alert-table div#example_wrapper .row.mt-2.justify-content-md-center:nth-child(2) {
  overflow-x: auto;
}

th {
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-color);
}

thead th {
  background-color: #F9FAFB !important;
  padding: 12px;
  vertical-align: middle;
  font-family: var(--primary-font);

}

td {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: #101828;
  line-height: 26px;
  vertical-align: middle;
}

.dt-length {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  background-color: #F6F6F6;
  padding: 8px 16px;
  border-radius: 8px;

}

div.dt-container div.dt-length label {
  font-size: 16px !important;
  color: #3A3A3C;
  font-family: var(--primary-font);
}

span.score {
  font-size: 10px;
  line-height: 16px;
  color: var(--text-red);
  font-family: var(--primary-font);
  border: 1px solid var(--text-red);
  border-radius: 20px;
  padding: 4px 12px;
  background-color: #FEF6F6;
  white-space: nowrap;
}

.alert-table .row.mt-2:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start !important;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.alert-table .row.mt-2:first-child .col-md-auto {
  margin: unset !important;
}

.alert-table .row.mt-2.justify-content-between:last-child .col-md-auto.ms-auto {
  margin: auto;
  width: 100%;
}

.alert-table .row.mt-2.justify-content-between:last-child .col-md-auto.ms-auto ul.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.dt-paging-button:first-child,
.dt-paging-button:last-child {
  flex-grow: 1;
}

.dt-paging-button:last-child {
  display: flex;
  justify-content: flex-end;
}

.dt-paging-button:first-child a,
.dt-paging-button:last-child a {
  border: 1px solid #D0D5DD;
  background-color: transparent !important;
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--primary-font);
  padding: 8px 14px;
  border-radius: 8px;
  width: fit-content;
}

a.page-link {
  border: 0;
  font-size: 14px;
  color: #475467;
}

.active>.page-link,
.page-link.active {
  background-color: #f9fafb;
  color: var(--secondary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.alert-table select#dt-length-0 {
  border: 1px solid #EAEAEA;
  padding: 9px 8px;
  width: 67px;
  margin: 0 !important;
}

.table-top-heading h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--primary-color);
  width: max-content;
}

.alert-table {
  margin-top: 44px;
}

.table-top-heading p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin: 8px 0 0;
}

.table-top-heading {
  position: relative;
  display: inline-block;
}

.table-headin-inner {
  display: inline-block;
  position: absolute;
}
.white-space-nowrap{
  white-space: nowrap;
}
table.dataTable th.dt-type-numeric, .dt-type-numeric {
  text-align: left !important;
}
.alert-name{
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--primary-font);
  padding: 4px;
  white-space: nowrap;
  color: var(--bg-blue);
  border: 1px solid var(--bg-blue);
  border-radius: 8px;
  text-align: center;
  text-decoration:none;
}
.notset,.greenYes,.redNo{
  font-size: 10px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--primary-font);
  width: 96px;
  white-space: nowrap;
  text-align: center;
  border: 0;

  border-radius:8px ;
  padding: 8px;
}
.notset{ background-color:#F1F1F1;
         color:black;
}

.greenYes{ background-color:#04AA6D;
color: #fff; }

.redNo{ background-color:var(--text-red);
color: #fff; }
select:focus-visible {
  outline: 0;
}
.archive{
  text-align: center;
  border: 1px solid rgba(14, 42, 105, 30%);
  padding: 10px;
  border-radius: 8px;
}
.delete{
  text-align: center;
  border: 1px solid var(--text-red);
  padding: 10px;
  border-radius: 8px;
}
.alert-table ::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.alert-table ::-webkit-scrollbar-track {
  background-color:#E8E8E8; 
  border-radius: 10px;
}
 
.alert-table ::-webkit-scrollbar-thumb {
  background: #1C263F; 
  border-radius: 10px;
}

/* Handle on hover */
.alert-table::-webkit-scrollbar-thumb:hover {
  background: #1C263F; 
}
.table-headin-inner .new-alert{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #fff;
  background-color: var(--bg-blue);
  border: 0;
  border-radius: 8px;
  margin-top: 24px;
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
}
.setting-main{
  background-color: #F2F4F7;
  padding-block: 56px;
}
.setting-main h3{
  font-size: 24px;
  line-height: 135%;
  font-weight: 700;
  font-family: var(--primary-font);
  color: #1C1C1E;
}
.setting-main p{
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-family: var(--primary-font);
  color: #AEAEB2;
  margin: 8px 0 35px;
}
.seting-checks .form-check , .seting-text,
.payment-setting{
  padding: 16px;
  background-color: #fff;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
}
.seting-checks .form-check-input{
  margin: 0 !important;
  border: 2px solid #D1D1D6;
}
.create-innerForm .form-check-input{
  border: 2px solid #D1D1D6;
}
.seting-checks .form-check-input:checked{
border-color:var(--bg-blue) ;
}
.seting-checks label p {
  margin-bottom: 0;
}
.payment-setting :is(span, label){
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-family: var(--primary-font);
  color: #AEAEB2;
}
.setting-support h5 {
  color: #1C1C1E;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
.payment-number {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.payment-number input::placeholder{
  color: #AEAEB2;
}
.payment-number input{
  border: 0;
  outline: 0;
  font-weight: 400;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin: 0;
  text-align: center;
  min-height: 30px;
  height: auto;
}
.setting-support h5 a {
  color: var(--bg-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.seting-text h3, .qr-main h3{
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--primary-font);
}
.createAlert-main{
  max-width: 560px;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin: auto;
}
.create-innerForm .form-check {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.create-innerForm .form-check-input:focus {
  box-shadow: none;
}
.for-twoCreate {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.privacy-main h1{
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: var(--primary-color);
  font-family: var(--primary-font);
  text-align: center;
}
.headin-main p{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-weight: 400;
}
.content-page{
  max-width: 960px;
  margin:auto;
  padding: 96px 0 0;
  display: block;
}
.headin-main{
  margin-bottom: 96px;
}
.privContent-main h3{
  font-size: 24px;
  line-height: 32px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  margin-bottom: 16px;
  font-weight: 600;
}
.privContent-main p{
  font-size: 18px;
  line-height: 28px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin-bottom: 16px;
  margin-bottom: 40px;
}
.teleCode input::placeholder,.teleCode input{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--primary-color);
}
/* video css  */
.video-custom {
  margin: 0 auto 32px;
  position: relative;
}
.video-ineer {
  box-shadow: 0px 24px 71px -40px rgb(16 24 40 / 18%);
}
.video-custom .poster-img {
  display: block;
  width: 100%;
}

.video-custom video {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.video-custom .play-btn,
.video-custom .pause-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  
  z-index: 3;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}

.video-custom .pause-btn {
  display: none;
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background-image: url(../images/play_circle.svg);
    width: 63px;
    height: 63px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.pause-btn i {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 2px;
  margin: auto;
  width: 62px;
  height: 63px;
  flex-flow: row wrap;
  border: 4px solid var(--text-red);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pause-btn i:before {
  content: "";
  width: 6px;
  height: 50%;
  background-color: var(--text-red);
  display: inline-block;
}

.pause-btn i:after {
  content: "";
  width: 6px;
  height: 50%;
  margin-left: 8px;
  background-color: var(--text-red);
  display: inline-block;
}

.playvideo .video-custom img {
  opacity: 0;
  width: 100%;
}

.playvideo .video-custom video {
  opacity: 1;
}

.video-custom .vplay {
  display: none;
}

.video-custom:hover .vplay + .pause-btn {
  display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
  display: none;
}

.sound-ctrl {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 5px;
  cursor: pointer;
}

.sound-ctrl .on-button {
  display: none;
}

.sound-ctrl img {
  opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0px;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
}

.soundctrlshow .on-button {
  display: block;
}

.soundctrlshow .off-button {
  display: none;
}

.playvideo .video-custom .sound-ctrl img {
  opacity: 1;
}

.soundctrlshow .on-button:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  z-index: 10;
  width: 3px;
  height: 32px;
  background-color: #fff;
  transform: rotate(45deg);
}
.video-info{
  margin: 96px 0;
  text-align: center;
}
.video-info h1{
  font-size: 48px;
  line-height: 60px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 24px;
  font-family: var(--primary-font);

}
.video-info p{
  font-size: 20px;
  line-height: 30px;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.video-content h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--primary-color);
  margin-bottom: 8px;
}
.video-content p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin: 0;
}
.video-main{
  overflow: hidden;
}
/***Volume Control***/
div.dt-container div.dt-search label{
  display: none;
}
.alrtSelect{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -65px; 
    position: relative;
     right: 268px;
}
.alrtSelect select{
    border: 1px solid #E5E5EA;
    min-height: 56px;
    padding: 8px 16px 8px 16px;
    height: 56px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
    border-radius: 8px;
  }
  div#main-demo {
    min-height: calc(100vh - 180px);
}
.creatAlert-btn-cancel{
  background-color: #FFE0E0;
    padding: 10px 18px;
    color: var(--text-red);
    border-radius: 8px;
    text-align: center;
    border: 0;
    text-decoration:none
}
.creatAlert-btn-create{
  background-color: var(--bg-blue);
    padding: 10px 18px;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    border: 0;
    text-decoration: none;
}
.creatAlert-btn {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.alrtSelect .createAlert-main {
  min-width: 95%;
  overflow-y: scroll;
  height: calc(60vh - 100px);
  overflow-x: hidden;
}
.search-outer {
  border: 0;
  height: 56px;
  max-width: 234px;
  color: #3A3A3C;
  display: flex;
    width: 234px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
}
/* mega  */

.nav-mega {
  width: 100%;
}
.nav-mega .dropdown {
  position: static;
}
.nav-mega .dropdown-menu.mega-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border-color: #ccc;
  left: 18% !important;
}
/* calender  */
.calendar-container {
  height: auto;
  border-radius: 10px;
}

.calendar-week {
  display: flex;
  list-style: none;
  align-items: center;
  padding-inline-start: 0px;
}

.calendar-week-day {
  max-width: none;
  width: 100%;
  text-align: center;
  color: #525659;
}

.calendar-days {
  margin-top: 30px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
  padding-inline-start: 0px;
}

.calendar-day {
  text-align: center;
  color: #525659;
  padding: 2px;
}

.calendar-month-arrow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-month-year-container {
  padding: 10px 10px 20px 10px;
  color: #525659;
  cursor: pointer;
}

.calendar-arrow-container {
  margin-top: -5px;
}

.calendar-left-arrow,
.calendar-right-arrow {
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #525659;
}

.calendar-today-button {
  margin-top: -10px;
  border-radius: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #525659;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: var(--bg-blue);
  color: white;
}

.calendar-months,
.calendar-years {
  flex: 1;
  border-radius: 10px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  color: #525659;
  font-size: 15px;
}

.calendar-day-active {
  background-color: var(--bg-blue);
  color: white;
  border-radius: 8px;
}


/* media query  */
@media (min-width: 992px) and (max-width: 1025px) {

  #header-demo nav {
    padding: 18px 24px;
  }

  .trial-outer {
    padding-inline: 24px;
  }

  .product-table-left {
    padding-left: 24px;
  }

  .product-table-right {
    padding-right: 24px;
  }

  .product-table-left .container-fluid {
    padding-right: 0;
    overflow: hidden;
  }

  .product-table-right .container-fluid {
    padding-left: 0;
    overflow: hidden;
  }

  .unique-main {
    margin-inline: 24px;
  }

  #header-demo .navbar-nav {
    gap: 16px;
  }

  #header-demo li .nav-link {
    font-size: 13px;
  }
}

@media (min-width:992px) {
  .video-main{
    max-width: 1000px;
    margin: auto;
  }
  .video-main .col-md-6.col-12 {
    width: 48%;
    margin-bottom: 64px;
}
.video-main .col-md-6.col-12:is(:last-child,:nth-last-child(2)){
  margin-bottom: 0;
}
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
    width: max-content;
  }

  .nav-link.active {
    text-decoration: 5px underline var(--text-red);
    text-underline-offset: 30px;
    color: var(--text-red) !important;
  }
  .alert-table-main .dt-container {
    margin-top: -65px;
}
.create-innerForm .mb-3 {
  display: flex;
}
.create-innerForm .mb-3 label.form-label {
  max-width: 50%;
  width: 100%;
}

}

@media (min-width: 1030px) {

  #header-demo nav {
    padding: 18px 72px;
  }

  .trial-outer,
  .alert-table,
  .setting-main {
    padding-inline: 30px;
  }

  .product-table-left {
    padding-left: 72px;
  }

  .product-table-right {
    padding-right: 72px;
  }

  .product-table-left .container-fluid {
    padding-right: 0;
    overflow: hidden;
  }

  .product-table-right .container-fluid {
    padding-left: 0;
    overflow: hidden;
  }

  .unique-main {
    margin-inline: 24px;
  }
}

@media (min-width: 1680px) {

  #header-demo nav {
    padding: 18px 128px;
  }

  .trial-outer,.alert-table,
  .setting-main {

  }

  .product-table-left {
    padding-left: 128px;
  }

  .product-table-right {
    padding-right: 128px;
  }

  .product-content {
    margin-right: 130px;
  }

}

@media (max-width:992px) {
  .alert-auth {
    margin: 48px auto;
    padding: 0 16px;
  }

  .user-icon {
    text-align: left !important;
  }

  .nav-link.active {
    text-decoration: 5px underline #FF5959;
    text-underline-offset: 10px;
    color: #FF5959 !important;
  }

  .footer-link,
  .social-icon {
    justify-content: center;
    margin-bottom: 16px;
  }

  .table-headin-inner {
    display: inline-block;
    position: relative;
  }

  .dt-length {
    justify-content: space-between;
  }

  .alert-table .row.mt-2:first-child .col-md-auto {
    margin: unset !important;
    padding: 0;
  }
  .alrtSelect {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    right: 0;
}
.alrtSelect select {
  width: 100%;
  margin: 16px 0;
}

}

@media (max-width:769px) {
  .video-main .col-md-6.col-12 {
    
    margin-bottom: 24px;
}

  .mobile-sidebar {
    padding: 16px;
  }

  .hero-inner .hero-info {
    padding: 50px 16px;
  }

  .hero-inner h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .trial-outer h2,
  .product-content h2,
  .unique-content h2,
  .footer-content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .trial-box,
  .product-content,
  .product-right-img {
    margin-bottom: 24px;
  }

  .product-content p,
  .unique-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-table-right,
  .product-table-left {
    margin-bottom: 48px;
  }

  .unique-main {
    padding: 0 16px;
  }

  .footer-content {
    padding: 24px 0;
  }

  .social-icon,
  .footer-link {
    justify-content: center;
    margin-bottom: 16px;
  }

  .hero-mian {
    margin-block: 28px;
  }

  .mobile-login {
    margin-top: 16px;
  }

  .trial-outer {
    margin-block: 50px 50px;
  }

  .mobile-login a.nav-link {
    text-align: center;
  }
}
.break-text {
  width: 100px; /* Adjust the width as needed */
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  }
.truncate {
  display: inline-block;
  max-width: 100px; /* Adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.text-wrap {
  white-space: normal; /* Allow text wrapping */
}

  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  }
  .zeropadding{
      padding:0px;
  }
  .footer-image-margin{
      margin:30px;
  }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

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

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

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

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

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

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

.slider.round:before {
    border-radius: 50%;
}
.qr-code {
    width: 120px;
    height: 120px;
    background-color: #f8f9fa;
}