@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-sec {
    /* 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-sec 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;
}
.login-form .form-control {
    background-color: black !important;
    color: #6C6374;
    border-color: #5E308F;
}

.login-form {
    padding: 30px;
}
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;
}


.section-title {
	padding: 0 0 13px;
	color: #FFFFFF;
	font-size: 35px;
	line-height: 35px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

.section-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}

.sub-title {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 0 19px;
}

.sub-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}


body {
    /* background: url('../../images/background.jpg') no-repeat;
    background-size: cover;
    color: white;
    height: 100vh;
    background-color: #17092a; */
}

.login-main {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.login-main .container {
	max-width: 877px;
	margin: 0 auto;
}


.logo-block .logo {
    box-shadow: 3px 3px 6.4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    background: #432264;
    padding: 20px;
}
.logo-block .logo img {
}
.logo-block span {
	color: #FFF;
	font-size: 24px;
	display: block;
	font-weight: 400;
	line-height: 24px;
}

.logo-block h3 {
	font-size: 64px;
	line-height: 64px;
	color: #FFF;
	margin: 0 0 16px;
	display: block;
}

.login-form-sec .form-control {
	border-radius: 15px;
	border: 1px solid #CFCFD5;
	background: #FFF;
	height: 60px;
	padding: 27px 20px 17px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
}


.login-form-sec .form-group .icon {
	position: absolute;
	left: 20px;
	top: 29px;
	display: flex;
}

.password-field .icon {
	top: 26px;
}

.login-form-sec .form-group label {
	color: #6A6A6D;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: -0.2px;
}

.login-form-sec .form-group a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: -0.28px;
	text-decoration: none;
}
.forgot-group {
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.login-form-sec .form-group {
	position: relative;
	margin: 0 0 39px;
}
.login-main .btn {
	display: block;
	width: 100%;
}
.password-field {
	margin: 0 0 22px;
}

.login-form-sec .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #505056;
}
.login-form-sec .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #505056;
}
.login-form-sec .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #505056;
}
.login-form-sec .form-control:-moz-placeholder { /* Firefox 18- */
  color: #505056;
}
.form-control::placeholder,
.sr-combo-inputs-row {
    color: #6C6374;
}

header {
    border: none;
}

.login-main .btn {
    color: white !important;
    background-color: #713AAA !important;
    border: none !important;
}

.login-main .btn:hover {
    color: white !important;
    background-color: #713AAA !important;
    border: none !important;
}

.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;
}

.logo-block ul {
    padding: 15px 0 0;
}
.logo-block ul li {
    padding: 0 0 5px;
}
.logo-block ul li a {
    color: #fff;
    display: block;
}

.login-main .row {
    margin: 0 -40px;
}
.login-main [class*=col-] {
	padding: 0 40px;
}

.login-main [class*=col-]:first-child {
	width: 54.2%;
}

.login-main [class*=col-]:last-child {
	width: 45.8%;
}
.profile-form .input-container .app_logout {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    padding: 7px 24px !important;
    font-size: 14px;
    margin-left: 15px;
}

.login-form-sec .form-group .icheck-primary label {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.login-form-sec .form-group .icheck-primary label::before {
    border-color: #fff;
}
.login-page {
    background: url('../../images/background.jpg') no-repeat !important;
    background-size: cover !important;
    color: white !important;
    height: 100vh !important;
    background-color: #17092a !important;
}
.login-form-sec .form-group .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.login-form-sec .form-group .icheck-primary>input:first-child:checked+label::before {
    background-color: #713AAA;
    border-color: #713AAA;
}
.login-form-sec .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.login-form-sec .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.login-form-sec .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before,
.login-form-sec .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before,
.login-form-sec .form-group .icheck-primary>input:first-child:hover+input[type=hidden]+label::before ,
.login-form-sec .form-group .icheck-primary>input:first-child:focus+input[type=hidden]+label::before {
    border-color: #713AAA;
}