@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
    overflow-x: hidden;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

a,
.btn {
    transition: all .5s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0 !important;
}

header {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #111;
    padding: 0 25px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #462C76
}

.login-logo {
    max-width: 190px;
    margin-bottom: 20px;
}

.login-left-wrapper {
    text-align: center;
}

.common-padding {
    padding: 60px 0
}

.signin-title {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.login-form {
    border: 1px solid #333;
    padding: 30px;
}

.login-left-wrapper h1 {
    margin-bottom: 20px;
    font-weight: 600;
}

.login-left-wrapper h3 {
    font-weight: 900;
}

.login-left-wrapper ul {
    margin-top: 20px;
}

.login-left-wrapper ul li a {
    color: #111;
    margin-bottom: 5px;
    display: inline-block;
}

.login-left-wrapper ul li a:hover {
    color: #462C76
}

.login-form label {
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    font-size: 16px;
    height: 40px;
}


.btn-primary {
    background: #462C76;
    color: #fff;
    padding: 7px 50px;
    border: 0;
}

.btn-primary:hover {
    background: #121212;
}

.heading {
    font-weight: bold;
    margin-bottom: 30px;
    /* margin-top: 40px; */
}

.profile-form label {
    font-size: 16px;
    font-weight: 600;
}

.profile-form .input-container {
    position: relative;
}

.profile-form .input-container .btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 3px 7px;
    /* border: 1px solid #ced4da; */
    border-radius: 20px;
}

.user-block {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.user-block img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.login-block .dropdown-toggle {
    background: transparent;
    border: navajowhite;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0;
}

.user-detail {
    padding: 15px 20px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.user-detail h5 {
    font-weight: 600;
}

.user-detail p {
    font-size: 15px;
}

.user-detail .dropdown-item {
    padding: 5px 0;
    font-size: 15px;
}

.sign-out-block a {
    padding: 12px 20px;
    font-size: 15px;
}

.user-detail .dropdown-item:hover,
.sign-out-block a:hover {
    background: transparent;
    color: #462C76;
}

.pos-rel {
    position: relative;
    top: -36px;
}

.btn.btn-primary.btn-action-icon.btn {
    padding: 0.375rem 0.75rem;
}

#order_table_filter,
#recording_table_filter {
    float: right;
}

#order_table_filter label,
#recording_table_filter label {
    display: flex;
    align-items: center;
    justify-content: center;
}

#order_table_filter .form-control,
#recording_table_filter .form-control {
    text-align: start !important;
    margin-left: 7px;
}

#order_table_length label,
#recording_table_length label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#order_table_length select,
#recording_table_length select {
    margin: 0 5px;
}

#order_table,
#recording_table {
    margin-top: 15px;
}

#order_table_paginate,
#recording_table_paginate {
    float: right;
    margin-right: -5px;
    margin-bottom: 7px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    text-align: left !important;
}

label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

label + .form-check-inline {
    margin-left: 9px;
}

label.form-check-label {
    font-size: 14px;
    font-weight: normal;
}


.form-check-input {
    margin-top: 3px;
}

.form-control[type=file] {
    height: auto;
}

.btn-danger {
    padding: 7px 50px;
}

.btn + .btn {
    margin-left: 15px;
}

button.text-close {
    border: none;
    background: none;
    width:auto;
    color: white !important;
    margin:0;
}

button.text-close.text-danger:hover {
    color: white !important;
}

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.scrollbar::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 12px;
}

ul.list-wrapper li {
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}

ul.list-wrapper li:last-child {
    margin-bottom: 0;
}

ul.list-wrapper li:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

ul.list-wrapper li a {
    color: #111111;
    display: inline-block;
}


ul.list-wrapper li a:hover {
    color: #462C76;
}

#revelation_modal_data .form-switch {
    padding: 0;
}

#revelation_modal_data .form-switch label.form-check-label {
    font-size: 17px;
    font-weight: 500;
}

#revelation_modal_data .form-switch .form-check-input {
    float: right;
    width: 2.7rem;
    height: 1.4rem;
}

#revelation_modal_data .form-check.form-switch {
    margin-bottom: 10px;
}

#revelation_modal_data p {
    font-size: 14px;
    margin-top: 16px;
}
#recordingaudio .progress{
    margin-top: 2px;
}
#recordingaudio .form-group a{
    color: #212529 !important;
}
.elementor-element-1585ecb .elementor-column .elementor-element.elementor-element-7ca7209 p {
    line-height: 36px;
}
.profile-form {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
  
body{
    background: url('../../images/background.jpg') no-repeat;
    background-size: cover;
    color: white;
    /* background-repeat: no-repeat; */
    /* width:100%;
    height:100%; */
  }
  .login-form{
    border:none;
  }
.form-control{
    background-color: black !important;
    color:#6C6374;
    border-color:#5E308F;
}
.form-control:focus{
    background-color:#0E0817;
    color:#6C6374;
}
.form-control::placeholder,.sr-combo-inputs-row{
    color:#6C6374;
}
header{
    border:none;
}
.btn{
    color:white;
    background-color: #713AAA;
    border:none;
}
.btn:hover{
    color:white;
    background-color: #713AAA;
    border:none;
}
.nav-link{
    color: white !important;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover, 
.form-control:-webkit-autofill:focus{
    background-color:#0E0817;
    color:#6C6374;
    -webkit-text-fill-color: #6C6374;
}
.element-text-image{
    padding-top:50px;
    padding-bottom:100px;
}
.modal-content{
    background: url('../../images/background.jpg') no-repeat;
    background-size: cover;   
}