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

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  color: #393939;
  overflow-x: hidden;
}


a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  color: #7A7A7A;
  line-height: 21px;
  font-weight: 400;
  font-size: 15px;
}

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn.btn_green {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: capitalize;
  border: 1px solid #35703c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 55px;
  background: #35703c;
}


.btn.btn_green:focus,
.btn.btn_green:hover {
  background-color: #fff;
  color: #35703c;
  border-color: #35703c;
}

img.pull-left,
.imgOverlay.pull-left {
  margin: 0 30px 20px 0;
}

img.pull-right {
  margin: 0 0 20px 30px;
}


h1 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
    font-size: 30px;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
}

h4 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 13px;
    color: #000;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin: 0 0 22px;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  border: 1px solid #ABABAB;
  background: #fff !important;
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-weight: 500;
  height: 55px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 20px;
  border-radius: 6px;
  resize: none;
}

textarea {
  padding: 10px;
  height: 167px;
}

input[type="submit"] {
  color: #fff;
  background-color: #1f0f31;
  padding: 13px;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #1f0f31;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  line-height: 25px;
  height: 55px;
}

input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: transparent;
  color: #1f0f31;
  border-color: #1f0f31;
}



input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
  color: #ABABAB;
}

::-moz-placeholder {
  color: #ABABAB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ABABAB;
}

:-moz-placeholder {
  color: #ABABAB;
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


html {
  overflow: hidden;
}

select {
    background: #fff url('../images/arrow.png') no-repeat;
    padding: 0 0px 0 0px;
    background-position: 740px 27px;
    border: 0;
}

/*sdibar css start */
.side_btn {
  float: left;
  margin: 10px 20px 0 20px;
}

.side_btn a {
  background: #1F0F31;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 24px;
}

.noLeft,
.noRight {
  transition: width 0.5s ease;
}

.side_bar .btn-close {
  display: none;
  background-color: #fff;
  opacity: 1;
  border-radius: 40px;
  padding: 7px;
}

/*dashboard page start */


.side_bar {
  background: #1F0F31;
  height: 100vh;
  position: relative;
  padding: 30px 0 0;
}

.log_out {
  position: absolute;
  bottom: 70px;
}

.log_out button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 203px;
  border: 0;
  border-radius: 10px;
  gap: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #122815;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

.log_out button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #494949;
}

.log_out button:hover img {
  filter: invert(1);
}

.dashboar_sec .container-fluid {
  padding: 0;
}

.top_bar {
  padding: 0 0px 0;
  /* border-bottom: 1px solid #707070; */
  margin: 0 0 20px;
  display:none;
}

.dashboar_sec {
}

.right_dash {
  border-radius: 0;
  height: 100vh;
  position: relative;
}

.dash a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.logo_mian img {
    display: block;
    margin: 0px auto;
    width: 40%;
    padding: 0;
}

.dash_nav .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin: 50px 0 0;
  list-style: none;
  flex-direction: column;
  border: 0;
  width: 100%;
  gap: 0px;
}

.dash_nav .nav-tabs .nav-link.active,
.dash_nav .nav-tabs .nav-link:hover,
.dash_nav .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #ffffff00;
  border-color: #ffffff;
}

.dash_nav .nav-tabs .nav-link.active img,
.dash_nav .nav-tabs .nav-link:hover img,
.dash_nav .nav-tabs .nav-item.show .nav-link img {
  /* filter: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(6298%) hue-rotate(228deg) brightness(98%) contrast(104%); */
}

.dash_nav .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  /* border: 0; */
  border-left: 0px solid transparent;
  border-radius: 0;
  width: 100%;
  display: inline-flex;
  gap: 15px;
}

.dash_nav .nav-tabs li.nav-item {
  /* border-bottom: 1px solid #ffffff5c; */
  padding: 0 0;
}

.dash_nav .nav-link {
  padding: 0 20px;
  display: flex;
  height: 63px;
  align-items: center;
  color: #fff;
  justify-content: flex-start;
    font-size: 17px;
  font-weight: 500;
}

.dash_nav .nav-link i {
  padding: 0 10px 0 0px;
}


.dash_modal .modal-header {
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 10px;
}

.dash_modal .btn-close {
  opacity: 1;
  float: right;
}

.dash_modal h5 {
  font-size: 28px;
  line-height: 25px;
  color: #00144F;
  font-weight: 700;
  margin: 0 0 20px;
}

.togal_btn p {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  margin: 0 auto;
  line-height: 11px;
  font-size: 15px;
  font-weight: 300;
}


.dash_modal .modal-dialog {
  max-width: 500px;
  margin: 2% 11% 0 0;
  float: right;
}

.dash_text h4 {
  font-size: 14px;
  line-height: 20px;
  color: #00144F;
  font-weight: 700;
  margin: 0 0 10px;
  float: left;
}

.dash_text span {
  font-size: 14px;
  font-weight: 300;
  color: #A5A1A1;
  line-height: 27px;
  float: right;
}

.dash_text p {
  color: #A5A1A1;
  line-height: 22px;
  font-weight: 300;
  font-size: 16px;
  clear: both;
  margin: 0;
}

.dash_text {
  border: 1px solid #D4DDEC;
  padding: 10px 10px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 6px;
  margin: 0 0 20px;
}

.dash_body {
  overflow-y: auto;
  height: 800px;
  padding: 10px;
}


.dash_body::-webkit-scrollbar {
  width: 10px;
}


.dash_body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.dash_body::-webkit-scrollbar-thumb {
  background: #00144F;
  border-radius: 10px;
}


.dash_body::-webkit-scrollbar-thumb:hover {
  background: #86BC31;
}

.dash_modal .modal-content {
  background-color: #FFF9E9;
}

.head_btn {
  display: flex;
  justify-content: flex-end;
}

.head_btn a {
  font-size: 15px;
  font-weight: 600;
  background: #2f6cad;
  padding: 13px 30px;
  border-radius: 10px;
  color: #fff;
  margin: 0 10px 0 0;
  border: 1px solid #2f6cad;

}


.head_btn a:hover {
  background: transparent;
  color: #2f6cad;
  border: 1px solid #2f6cad;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll_ann::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll_ann {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


/*chat page css sart*/
.chat_left_tabs .nav-tabs .nav-link.active,
.chat_left_tabs .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #35703C;
  border: 1px solid #35703C;
  border-radius: 10px;
}


.chat_right_tabs {}

.chat_left_tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  height: 77px;
  justify-content: center;
  padding: 0 0 0 55px;
}

.chat_left_tabs .nav-tabs .nav-link img {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  object-fit: contain;
}

.chat_left_tabs .nav-tabs .nav-link span {
  margin: 0 0px 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #35703c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_left_tabs .nav-tabs .nav-link p {
  color: #000;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
}


.chat_left_tabs .nav-tabs .nav-link h4 {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  margin: 15px 0 0;
}

.chat_left_tabs .nav-tabs .nav-link.active p,
.chat_left_tabs .nav-tabs .nav-link.active h4 {
  color: #fff;
}

.chat_left_tabs .nav-tabs .nav-link.active span {
  display: none;
}

.chat_left_tabs .nav {
  display: flex;
  flex-wrap: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  height: 690px;
  overflow: scroll;
}

.chat_left_tabs {
  background: #ffffff;
  box-shadow: 0px 0px 20px #00000078;
  border-radius: 10px;
}

.chat_left_tabs .fill_div input {
  background: transparent;
  border: 1px solid #fff;
  margin: 10px 10px;
  height: 42px;
  color: #fff;
  padding: 0 10px;
}

.chat_left_tabs .fill_div button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  bottom: 0;
  align-items: center;
  font-size: 20px;
  z-index: 9;
  width: 41px;
  height: 42px;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
}

.chat_left_tabs input::-webkit-input-placeholder {
  color: #fff;
}

.chat_left_tabs input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.chat_left_tabs input:-ms-input-placeholder {
  color: #fff;
}

.chat_left_tabs input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}


.chat_right_main {
  height: 690px;
  background: #ffffff;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 95%;
  box-shadow: 0px 0px 0px #0000005e;
  border-radius: 10px;
  border: 1px solid #00000000;
}

.chat_right_main h3 img {
  border-radius: 100%;
  margin: 0 10px 0 0;
  width: 45px;
}

.chat_right_main h3 {
  font-size: 15px;
  line-height: 30px;
  color: #2f6cad;
  font-weight: 800;
  margin: 10px 10px 0;
}

.chat_input {}

.chat_1 {
  position: relative;
}


.chat_1 {
  position: relative;
  padding: 0 0 0 20px;
  margin: 30px 0 0px;
  text-align: start;
  width: 33%;
}


/*.chat_1  p {
    color: #000;
    line-height: 19px;
    font-weight: 500;
    font-size: 15px;
    background: #FAB913;
    display: flex;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 0;
    max-width: 1000px;
    width:  267px;
    min-height: 45px;
    align-items: center;
}
*/


.chat-response {
  opacity: 0;
  padding: 1em;
  border-radius: 15px 15px 0px 15px;
  background-color: var(--color-green);
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  color: var(--color-transwhite);
  width: fit-content;
}

.chat_1 p {
  color: #fff;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  background: #2f6cad8c;
  display: flex;
  padding: 10px 10px;
  border-radius:  10px;
  margin: 0;
  max-width: 100%;
  min-height: 70px;
  align-items: center;
  width: fit-content;
}

.chat_1 span {
  color: #515151;
  font-size: 12px;
  display: block;
  margin: 0px 0 0;
  position: absolute;
  right: 0;
}

.chat_1.chat_2 span {
  left: 0;
  bottom: -30px;
  right: inherit;
}

.chat_1.chat_2 {
  text-align: end;
  padding: 0 20px 0 0;
  margin: 65px 0 0;
  width: 33%;
  display: flex;
  float: right;
  clear: both;
  justify-content: end;
}


.chat_1.chat_2 p {
  color: #fff;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  background: #2f6cad;
  display: flex;
  padding: 10px 10px;
  margin: 0;
  float: right;
  border-radius: 10px;
  max-width: 100%;
  min-height: 70px;
  align-items: center;
  width: fit-content;
}


.chat_right_main::-webkit-scrollbar {
  width: 10px;
}


.chat_right_main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.chat_right_main::-webkit-scrollbar-thumb {
  background: #00144F;
  border-radius: 10px;
}


.chat_right_main::-webkit-scrollbar-thumb:hover {
  background: #86BC31;
}


.chat_input input::-webkit-input-placeholder {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}

.chat_input input::-moz-placeholder {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}

.chat_input input:-ms-input-placeholder {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}

.chat_input input:-moz-placeholder {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}


.chat_input {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 15px 0px 15px;
  border: 1px solid #00000000;
  border-top: 0;
  border-radius: 0 0px 10px 10px;
}

.chat_input input[type="text"] {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9 !important;
  font-size: 14px;
  line-height: 28px;
  color: #818181;
  height: 50px;
  width: 100%;
  padding: 0px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #0000001c;
  resize: none;
  margin: 0 auto;
  display: block;
}

.chat_input button {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  color: #2f6cad;
  font-size: 27px;
  background: transparent;
}

.Yesterday a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 40px;
  background: #8daed2;
  border-radius: 10px;
  color: #343434;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
}

.chat_input .form-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.chat_input .form-group {
  position: relative;
}

.textarea_main {
  position: relative;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.chat_right_main::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat_right_main {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dash_tab_2.dash_tab_5::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dash_tab_2.dash_tab_5 {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}





/*before login page csss*/

.before_login .dash_tab {
    position: relative;
    z-index: 5;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_page.before_login .form_main {
    height: auto;
    overflow: visible;
    margin: 0% auto  0;
}
.login_page.before_login {
    padding: 0% 0 0;
}



.login_page .form-group img {
  position: absolute;
  top: 56px;
  right: 20px;
}

.login_page .form-group {
  position: relative;
}

.login_page input[type="text"],
.login_page input[type="password"],
.login_page input[type="email"],
.login_page input[type="url"],
.login_page input[type="number"],
.login_page textarea,
.login_page input[type="tel"] {

  padding: 0 30px;
  margin: 0;

}

.login_page textarea {
  padding: 10px;
  height: 107px;

}

.login_page .form_main {

}

.login_page .form_main::-webkit-scrollbar {
  display: none;
}

.login_page .form_main {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
::-webkit-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-left: red 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.no-margin {
  margin: 0;
}



/*login page css start */

.login_page {
  background: #fff url(../images/thm_bg.jpg) no-repeat;
  background-position: top left;
  padding: 0% 0 0;
  height: 100vh;
  background-size: 58%;
}

.dash_tab {
  position: relative;
  z-index: 5;
  /* height: 820px; */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
}


.login_page:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  /* background: linear-gradient(to right, rgb(31 15 49) 58%, rgb(47 108 173 / 0%) 56%, rgb(255 255 255 / 0%) 60%); */
  width: 100%;
  height: 100%;
}

.main_logo {
  height: 98vh;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f0f31;
  border-radius: 10px;
  margin: 10px 0;
}

.form_main {
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}


.form_main a img {
  margin: 20px auto 40px;
  display: block;
}


.form_main label {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
}

.or {
  text-align: center;
  padding: 10px 0 10px;
}


 .g_btn a {
  border: 1px solid #1F0F31;
  background: #1F0F31;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  height: 55px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
}
.g_btn button {
    border: 1px solid #1F0F31;
    background: #1F0F31;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    height: 55px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
  }
  .g_btn button:hover{    background: #fff;
    color: #1f0f31;}


 .g_btn a:hover{    background: #fff;
    color: #1f0f31;}

.g_btn a:last-child {
    background: #fff;
    color: #1f0f31;
    box-shadow: 2px 2px 1px #000;
}
.g_btn a:last-child:hover {
    border: 1px solid #1F0F31;
  background: #1F0F31;
  color: #fff;
}
.g_btn a img {
  margin: 0;
}

.login_page.before_login .g_btn {
  margin: 0 0 0px;
}


.login_page.before_login .form_main p {
    color: #000;
    line-height: 21px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: 0% 0 36%;
}


.form_main p a {
  color: #2F6CAD;
  font-weight: 800;
}

.or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 20px;
}

.or a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.or label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000;}

.login_page h5 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 0px;
    color: #000;
    text-align: center;
}

.login_page h3 {
    font-size: 30px;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 0;
    color: #000;
    text-align: center;
}
.login_page a + .form-group {
    margin: 0 0 20px;
}

/*create account page css start*/
.create_account{   }

.create_account .dash_tab {
    height: 860px;
}
.creat_form {
    padding: 3% 0 0 4%;
}
/*.blank_bg_main{ padding:20px;  }*/
.blank_bg {
    display: flex;
    height: 95vh;
    width: 325px;
    background: #1F0F31;
    align-items: center;
    margin: 20px;
    border-radius: 10px;
    position: relative;
}

.blank_bg a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
}
.music_btn {
    display: flex;
    gap: 30px;
}

/* Hide default radio button */
.music_btn input[type="radio"] {
    display: none;
}

/* Style the labels like buttons */
.music_btn label {
    border: 1px solid #1F0F31;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    height: 34px;
    width: 144px;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

/* Change background color on hover */
.music_btn label:hover {
    background: #fff;
    color: #1F0F31;
}

/* When selected, apply active styling */
.music_btn input[type="radio"]:checked + label {
    background: #1f0f31;
    color: #ffffff;
    box-shadow: 2px 2px 1px #000;
}

/* Reverse hover effect on the active button */
.music_btn input[type="radio"]:checked + label:hover {
    background: #1F0F31;
    color: #fff;
}


.creat_form .profile-pic {
    display: inline-block;
    border-radius: 20px;
    width: 110px;
    height: 110px;
    object-fit: scale-down;
}


.creat_form .p-image img {
    position: absolute;
    right: 0;
    padding: 0;
    left: 0px;
    top: 9%;
    margin: 0 auto;
    width: 60px;
    filter: hue-rotate(100deg);
    cursor: pointer;
}

.creat_form .circle {
    width: 110px;
    height: 110px;
    margin: 10px 0px 0 0px;
    position: relative;
    border-radius: 20px;
    background: #1f0f31;
}
.creat_form .file-upload {
    display: none;
}

.creat_form p {
    color: #DDDDDD;
    line-height: 15px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.form_field {
    padding: 3% 0 0;
}

.form_field label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #222222;
}



/* The container */
.form_field .containerd {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}


/* Hide the browser's default checkbox */
.form_field .containerd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.form_field .containerd:hover input ~ .checkmark {
  background-color: #D9D9D9;
}

/* When the checkbox is checked, add a blue background */
.form_field .containerd input:checked ~ .checkmark {
  background-color: #1f0f31;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form_field .containerd input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_field .containerd .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.containerd a {
    color: #1E88D9;
}

.form_field input {
    margin: 0;
}

.form_field .form-group {
    margin: 0 0 30px;
}

.g_btn.single a {
    border: 1px solid #1F0F31;
    background: #1F0F31;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    height: 55px;
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
}
.g_btn.single a:hover {
    background: #fff;
    color: #1f0f31;
}

.mt_30{ margin-top: 30% }



/*verification page css start */

.verification {}



 .login_page.verification .digit-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
 .login_page.verification .digit-group input[type="text"]{
    width: 50px;
    height: 70px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    outline: none;
    font-size: 64px;
    font-weight: 700;
    color: #1F0F31;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #1F0F31;
    margin-right: 23px;
}




 .login_page.verification .digit-group input[type="text"]::-webkit-input-placeholder {
  color: #1F0F31;
}

 .login_page.verification .digit-group input[type="text"]::-moz-placeholder {
  color: #1F0F31;
  opacity: 1;
}

 .login_page.verification .digit-group input[type="text"]:-ms-input-placeholder {
  color: #1F0F31;
}

 .login_page.verification .digit-group input[type="text"]:-moz-placeholder {
  color: #1F0F31;
  opacity: 1;
}


 .login_page.verification .main_logo,
.login_page.enter_new_password .main_logo {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.login_page.enter_new_password  .form-group {
    position: relative;
    margin: 0 0 30px;
}



/*profile page css start */
.profile_page h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 40px;
    color: #454545;
}

.profile_page .dash_tab {
    padding: 5% ;
}
.pro_img {
    display: flex;
    gap: 30px;
    align-items: baseline;
    margin: 5% 0 5%;
}
.pro_img h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 0px;
    color: #454545;
}
.profile_page .img_div {
    border-radius: 10px;
    width: 110px;
    height: 110px;
    display:flex;
    align-items: center;
    justify-content:center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(31, 15, 49, 0.31) 47%, rgb(31 15 49 / 97%) 100%);
}
.img_div img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%);
}

.profile_page .first_name h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_page .g_btn.single {
    margin: 15% 0 0;
}

.border_right{
  position:absolute;
  content: '';
  top: 22%;
  right: 90px;
  height: 154px;
  width:2px;
  background: #1F0F31;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_page .first_name {
    padding: 11% 0 0;
}



/*qr code page css satrt */

.qr_page .img_div {
    width: 60px;
    height: 60px;
}

.qr_page .img_div img {
    width: 30px;
}

.btn.btn_voilet {
    border: 1px solid #1F0F31;
    background: #1F0F31;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    height: 34px;
    margin-bottom: 0px;
    border-radius: 6px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 3px 30px;
}

.btn.btn_voilet:hover {
    background: #fff;
    color: #1f0f31;
}


.eidt_main span {
    display: block;
    height: 54px;
    width: 2px;
    background: #1F0F31;
}

.eidt_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 37px;
}



.playm .eidt_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 59px;
}



/*create new playlist*/

.slecet_main{  }

.slecet_main label {
    display: inline-block;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin: 0 0 4px;
}
.slecet_main .form-group{ margin-bottom:30px; }



.select_song ul.bigl {
    height: 419px;
}



  .select_song ul {
    margin: 0;
    padding: 40px 20px 0;
    overflow: auto;
    height: 250px;
}
.select_song ul li a span {
    font-size: 16px;
    color: #6D6D6D;
    font-weight: 500;
}
.select_song ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;

}
.select_song {
    background: #F3F3F3;
    padding: 30px 0px;
    height: 533px;
    position: relative;
}


.select_song h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 0px;
    color: #454545;
    display: block;
    border-bottom: 2px solid #000000;
    padding: 0 20px 20px;
}


.crt_l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 63px;
    background: #1F0F31;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    border:1px solid #1F0F31;
}

.crt_l:hover {
    background: #fff;
    color: #1f0f31;
}


.create_new_playlist .bord {
    position: absolute;
    content: '';
    top: 160px;
    right: 110px;
    height: 74%;
    width: 2px;
    background: #1F0F31;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_song ul li a.requaste {
    height: 55px;
    width: 100%;
    background: #b5b5b5;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    color: #6D6D6D;
    border: 2px solid #fff;
}

.select_song ul li a span b {
    font-size: 20px;
    margin: 0 10px 0 0px;
}

a.time {
    display: flex;
    flex-direction: column;
    text-align: center;
}

a.time small {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}a.time strong{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

 .profile_page .top_div h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin: 0 0 0px;
    color: #454545;
}

.top_div a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #1f0f31;
    padding: 5px 15px;
    border-radius: 10px;
}


.top_div h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 0px;
}
.top_row {
    border: 1px solid #000;
    padding: 20px 0;
    border-left: 0;
    border-radius: 0;
    text-align: center;
}

.profile_page.qr_page.live_perfomance  .dash_tab {
    padding: 5% 0;
}

.mid_row{ padding:5%;  }








.profile_page.qr_page.live_perfomance .edit_side small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.togal_btn input {
    -webkit-appearance: none;
    appearance: none;
    padding: 13px 26px;
    border-radius: 16px;
    background: radial-gradient(circle 9px, #1f0f31 100%, transparent calc(100% + 2px)) #ffffff -10px;
    transition: 0.3s ease-in-out;
    margin: 0;
    border: 3px solid #1f0f31;
}

.togal_btn input:checked {
    background-color: #f7f7f7;
    background-position: 14px;
}

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


.slecet_main table {
    background: #F3F3F3;
}

/*live_perfomance_2 page css start*/

.profile_page.qr_page.live_perfomance.two  .dash_tab {
    padding: 5% 0;
    height: 930px;
}
.slecet_main table tr td {
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 500;
}


.slecet_main table tr td table td{
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 600;
}

.slecet_main table tr td table{ background: #D9D9D9; }

.slecet_main .table > :not(caption) > * > * {
    padding: 11px 10px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
     box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.slecet_main .table > thead {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
}

.profile_page.qr_page.live_perfomance.two .mid_row {
    padding: 5% 5% 0;
}


.btn.btn_white{  }


.btn.btn_white {
    border: 1px solid #1F0F31;
    background: #fff;
    color: #1f0f31;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    height: 34px;
    margin-bottom: 0px;
    border-radius: 6px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 3px 30px;
}

.btn.btn_white:hover {

        border: 1px solid #1F0F31;
    background: #1F0F31;
    color: #fff;
}



/*my wallet page css atrt */
.wallet_div.income {background: #f5f5f5;}





.wallet_div {
    background: #E9EFFF;
    width: 252px;
    height: 148px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
}

.balance_main {
    display: flex;
    justify-content: space-between;
}

.balance_main h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #111111;
}

.wallet_div  h3 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #1F1F1F;
}


.wallet_div a {color: #129E31;}
.wallet_div p {
    color: #555555;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
}


.month_select select {
    background: #fff url('../images/arrow.png') no-repeat !important;
    padding: 0 0px 0 0px;
    background-position: 100px 24px !important;
    width: 60%;
    float: right;
}

.wallet_table .table > :not(caption) > * > * {
    padding: 15px 10px;
}

.wallet_table .table tr td span {
    background: #D9D9D9;
    display: inline-flex;
    height: 16px;
    width: 25px;
    border-radius: 5px;
    align-items: center;
}


.wallet_table h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333333;
}
.profile_page.my_wallet .dash_tab {
    padding: 5%;
    height: 820px;
}

.wallet_table {
    padding: 5% 0 0;
}


.cre{color:#000; }