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

.logo {
    width: 40% !important;
    border-radius: 6%;
}

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

img {
    max-width: 100%;
}

a,
.btn {
    transition: all 0.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: 132px;
    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, 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;
}

button.text-close.text-danger:hover {
    color: #111111 !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;
}

/* #previewContainer .img-preview {
    height: 70px;
    width: 60px;
    margin-top: -25px;
    margin-top: -70px;
    height: auto;
    width: auto;
} */

#previewContainer [class*="col-"] {
    width: 10%;
    /* padding: 0; */
}

#previewContainer .row {
    margin: 0;
}

/* #previewContainer {
    padding: 45px 0px 0px 0px;
} */

#previewContainer .img-preview img {
    /* height: auto;
    width: auto; */
    position: relative;
    transform: scale(1);
    /* display: none; */
}

.img-preview .z1 {
    z-index: 60;
}
.img-preview .z2 {
    z-index: 59;
}
.img-preview .z3 {
    z-index: 58;
}
.img-preview .z4 {
    z-index: 57;
}
.img-preview .z5 {
    z-index: 56;
}
.img-preview .z6 {
    z-index: 55;
}
.img-preview .z7 {
    z-index: 54;
}
.img-preview .z8 {
    z-index: 53;
}
.img-preview .z9 {
    z-index: 52;
}
.img-preview .z10 {
    z-index: 51;
}
.img-preview .z11 {
    z-index: 50;
}
.img-preview .z12 {
    z-index: 49;
}
.img-preview .z13 {
    z-index: 48;
}
.img-preview .z14 {
    z-index: 47;
}
.img-preview .z15 {
    z-index: 46;
}
.img-preview .z16 {
    z-index: 45;
}
.img-preview .z17 {
    z-index: 44;
}
.img-preview .z18 {
    z-index: 43;
}
.img-preview .z19 {
    z-index: 42;
}
.img-preview .z20 {
    z-index: 41;
}
.img-preview .z21 {
    z-index: 40;
}
.img-preview .z22 {
    z-index: 39;
}
.img-preview .z23 {
    z-index: 38;
}
.img-preview .z24 {
    z-index: 37;
}
.img-preview .z25 {
    z-index: 36;
}
.img-preview .z26 {
    z-index: 35;
}
.img-preview .z27 {
    z-index: 34;
}
.img-preview .z28 {
    z-index: 33;
}
.img-preview .z29 {
    z-index: 32;
}
.img-preview .z30 {
    z-index: 31;
}
.img-preview .z31 {
    z-index: 30;
}
.img-preview .z32 {
    z-index: 29;
}
.img-preview .z33 {
    z-index: 28;
}
.img-preview .z34 {
    z-index: 27;
}
.img-preview .z35 {
    z-index: 26;
}
.img-preview .z36 {
    z-index: 25;
}
.img-preview .z37 {
    z-index: 24;
}
.img-preview .z38 {
    z-index: 23;
}
.img-preview .z39 {
    z-index: 22;
}
.img-preview .z40 {
    z-index: 21;
}
.img-preview .z41 {
    z-index: 20;
}
.img-preview .z42 {
    z-index: 19;
}
.img-preview .z43 {
    z-index: 18;
}
.img-preview .z44 {
    z-index: 17;
}
.img-preview .z45 {
    z-index: 16;
}
.img-preview .z46 {
    z-index: 15;
}
.img-preview .z47 {
    z-index: 14;
}
.img-preview .z48 {
    z-index: 13;
}
.img-preview .z49 {
    z-index: 12;
}
.img-preview .z50 {
    z-index: 11;
}
.img-preview .z51 {
    z-index: 10;
}
.img-preview .z52 {
    z-index: 9;
}
.img-preview .z53 {
    z-index: 8;
}
.img-preview .z54 {
    z-index: 7;
}
.img-preview .z55 {
    z-index: 6;
}
.img-preview .z56 {
    z-index: 5;
}
.img-preview .z57 {
    z-index: 4;
}
.img-preview .z58 {
    z-index: 3;
}
.img-preview .z59 {
    z-index: 2;
}
.img-preview .z60 {
    z-index: 1;
}

.preview-label {
    padding: 0 0 30px;
}

.parent {
    display: flex;
    flex-direction: column; /* Set flex direction to column */
    justify-content: center; /* Vertically center items */
    align-items: center; /* Horizontally center items */
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 0 !important;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}
.form-switch input:checked + i {
    background-color: #4bd763;
}
.form-switch input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}

.crop-container {
    position: relative;
}

.controls {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.slider-container {
    margin-bottom: 10px;
}

#canvas {
    max-width: 100%;
    border: 1px solid #ccc;
}

.plus-img {
    cursor: pointer;
}

#previewContainer.cross-dissolve {
    /* padding: 85px 10px 40px 80px;
    padding: 65px 80px 40px 80px; */
    overflow: hidden;
    margin: auto;
}

/* #previewContainer.cross-dissolve .img-preview {
    height: 80px;
    width: 80px;
    height: auto;
    width: auto;
} */

/* #previewContainer.cross-dissolve .img-preview img {
    transform: scale(1.6);
    transform: scale(0.92);
} */


.preset-preview {
    display: flex;
    height: 100vh;
}