/* Variables Import */
@import "./variables.css";

/* Top Bar */

/* top bar */

/* header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.5s all ease;
    background: var(--white);
}

.navbar {
    background-color: transparent !important;
    padding: 30px 0;
    transition: 0.5s all ease;
}

.navbar .collapse .navbar-mid {
    flex: 2;
    justify-content: flex-end;
    margin-right: 15px;
}

.nav-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px !important;
    color: var(--black);
    text-transform: capitalize;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 400;
}
/* .nav-link::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: var(--secondary);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.5s all ease;
}
.nav-link:hover,
.nav-link:focus {
    color: var(--secondary);
} */
.nav-link:hover::after,
.nav-link:focus::after {
    opacity: 1;
}

.nav-link:hover{
color:#f49e74;
}

.navbar .navbar-nav .button i {
    margin-left: 10px;
}

.navbar .navbar-brand .logo {
    width: 100px;
}

.navbar-toggler {
    font-size: 25px;
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav li.nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header */

/* hero */

.form-section {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.login-page .form-section {
    max-height: 800px;
    height: 100vh;
}
.login-page .image-wrapper {
    position: relative;
}
.login-page .overlay-image {
    position: absolute;
    width: 60%;
    top: 2%;
    right: -10%;
}

.form-section .container-fluid {
    padding: 0;
}

.form-section .logo-box {
    width: 200px;
    margin-bottom: 30px !important;
    margin: 0 auto;
}

.form-section .form-wrapper {
    padding-inline: 25%;
}
.form-section .form-wrapper .heading {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
}
.form-section .form-wrapper .sub-heading {
    font-size: 19px;
    font-weight: 600;
    color: #212529;
}
.form-section .image-wrapper .image-box {
    height: 100vh;
}
.form-section .image-wrapper .image-box img {
    object-fit: cover;
    height: 100%;
}

.form-section .floating-form {
    position: relative;
    margin-bottom: 30px;
}
.form-section .custom-col-first .floating-form.half-form {
    padding-right: 15px;
}
.form-section .custom-col-second .floating-form.half-form {
    padding-left: 15px;
}
.form-section .custom-col-second .floating-form.half-form .form-label {
    left: 30px;
}

.form-section .floating-form .form-label {
    position: absolute;
    top: 0;
    left: 10px;
    background: var(--white);
    padding: 5px;
    transform: translateY(-50%);
    font-size: 14px;
    margin-bottom: 0;
    transition: 0.5s all ease;
}

.form-section .floating-form .form-control {
    border: 1px solid #e3e3e3;
    padding-top: 14px;
    border-radius: 0;
    font-size: 12px;
    transition: 0.5s all ease-in;
}
.form-section .floating-form .mock-upload {
    border: 1px solid #eeeeee;
    display: block;
    cursor: pointer;
}
.form-section .floating-form .choose-file {
    background: #e3e3e3;
    cursor: pointer;
    padding: 8px 20px;
    margin-right: 15px;
    font-size: 12px;
    border: 1px solid #eeeeee;
    transition: 0.5s all ease;
}
.form-section .floating-form .mock-upload:hover .choose-file {
    background: #cecece;
}
.form-section .floating-form .file-name {
    font-size: 12px;
}
.form-section .floating-form .file-name.active {
    color: green;
}

.form-section .floating-form .form-control:active,
.form-section .floating-form .form-control:focus {
    box-shadow: none;
    border-color: #0e0e0e;
}

.form-section .floating-form .switch-action {
    margin-top: 20px;
}
.form-section .floating-form .forgot-link {
    color: var(--gray);
    font-size: 12px;
    text-decoration: underline;
    opacity: 0.5;
    display: block;
}

.form-section .mini-heading {
    font-size: 12px;
    color: var(--gray);
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 28px;
}
.form-section .mini-heading .link {
    color: #ff9561;
    text-decoration: underline;
}

.form-section .form .inner-title {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 0.25rem;
    display: none;
}

.form-control.error {
    border-color: #dc3545;
}

.form-wrapper .preference-wrapper {
    display: flex;
    gap: 5%;
}

.form-wrapper .form-control::placeholder {
    font-size: 12px;
    color: #d3d3d3;
    font-style: italic;
}
.form-section .floating-form .form-check-label {
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid #212529;
    transition: 0.5s all ease;
}

.form-wrapper .form-check-input:checked ~ .form-check-label {
    background-color: #212529;
    color: #fff;
}

/* preference page */
.form-section.preference-page {
    padding: 100px 0;
    padding-top: 150px;
}
.form-section.preference-page .form-wrapper {
    padding-inline: 0%;
}
.form-section.preference-page .form-wrapper .buttons-wrapper {
    display: flex;
    gap: 20px;
}
.form-section.preference-page .form-wrapper .buttons-wrapper .submit-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

.divider {
    margin-block: 40px;
    height: 1px;
    background: #eeeeee;
    position: relative;
}
.divider span {
    padding: 8px 16px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* preference page end */

/* view all video page */
.video-list-section {
    padding: 100px 0;
    padding-top: 200px;
}
.video-list-section .search-wrapper {
    display: flex;
    justify-content: space-between;
}
.video-list-section .search-wrapper .sub-heading {
    font-size: 20px;
}
.video-list-section .search-wrapper .search-box {
    width: 40%;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
}
.video-list-section .search-wrapper .search {
    border: 0;
    padding-inline: 5px;
    font-size: 16px;
    width: -webkit-fill-available;
}
.video-list-section .search-wrapper button {
    border: 0;
    background: transparent;
    margin-right: 10px;
    color: #696969;
    /* margin-left: 10px; */
}

.video-list-section .video-wrapper {
    padding-inline: 8%;
}
.video-list-section .video-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d3d3d3;
}
.video-list-section .video-item {
    display: flex;
    gap: 20px;
    padding: 30px;
    padding-block: 40px;
}

.video-list-section .video-item .thumbnail-box {
    width: 225px;
}
.video-list-section .information-box {
    width: calc(100% - 245px);
}
.video-list-section .information-box .title {
    font-size: 20px;
    font-weight: 500;
}
.video-list-section .information-box .description {
    font-size: 16px;
    font-weight: 400;
}

.user-action {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.user-action .user-container {
    display: flex;
    gap: 20px;
}
.user-action .created-time {
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid #d3d3d3;
    padding-left: 20px;
    opacity: 0.8;
}
.user-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.user-box .user-id {
    font-size: 14px;
}
.user-box i {
    width: 20px;
    height: 20px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 400;
    color: var(--white);
}

.action-box {
    display: flex;
    gap: 20px;
}
.action-box button {
    padding: 0;
    font-size: 14px;
    padding: 5px 25px;
    transition: 0.5s all ease;
}
.action-box button i {
    margin-left: 6px;
}

/* view all video page end */

/* home page */
.home-page {
    padding-top: 130px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-page .heading {
    font-size: 42px;
    font-weight: 600;
}
.home-page p {
    font-size: 16px;
    font-weight: 400;
}

.home-page .button-box {
    display: flex;
    gap: 20px;
}
.home-page .button-box a {
    min-width: 150px;
    display: block;
    text-align: center;
}

.home-page .text-content {
    padding-left: 10%;
}

/* home page end */

/* users list page */
.users-list-page {
    padding: 100px 0;
    padding-top: 130px;
}
.users-list-page .users-table {
    padding: 15px 25px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 10px 5px #fff8f4;
    text-wrap: nowrap;
}
.users-list-page .table-responsive {
    padding-bottom: 10px;
}

.users-list-page .users-table .table .table-data a {
    color: #0e0e0e;
}
.users-list-page .users-table th,
.users-list-page .users-table td,
.users-list-page .users-table tr {
    padding: 15px 10px;
    border: 0;
    min-width: 150px;
}
.users-list-page .users-table th:first-child,
.users-list-page .users-table td:first-child,
.users-list-page .users-table tr:first-child {
    min-width: auto;
}

.users-list-page .users-table tr {
    border-bottom: 1px solid #dddddd;
}

.users-list-page .users-table th {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0e0e0e;
}
.users-list-page .users-table td {
    font-size: 14px;
}
.users-list-page .users-table td .status {
    padding: 4px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 100px;
}
.users-list-page .users-table td .status.completed {
    color: #5b9555;
    background: #c6e2cd;
}
.users-list-page .users-table td .status.pending {
    color: #ec954b;
    background: #fee7cf;
}
.users-list-page .users-table td .status.error {
    color: #eb5554;
    background: #fedfde;
}
.users-list-page .users-table .table .table-data.generated-video span {
    font-size: 12px;
}
.users-list-page .users-table .table .table-data.generated-video a {
    font-size: 12px;
    color: #fda478;
    text-decoration: underline;
}
.users-list-page .users-table .generated-video i {
    font-size: 12px;
    color: #fda478;
    margin-left: 5px;
}
.users-list-page .users-table .generated-video i.error {
    color: #e76370;
}
.users-list-page .users-table .generated-video .retry {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: underline;
    color: #fda478;
}
.users-list-page .users-table .generated-video .retry i {
    font-size: 10px;
}

/* users list page end */

/* complaint page */
.complaint-page {
    padding-top: 200px;
}

.complaint-page .inputs-wrapper {
    position: sticky;
    top: 150px;
}
.complaint-page .complaints-list .complaint-box {
    padding: 20px 20px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 15px 0px #e3e3e3;
    transition: 0.5s all ease;
}
.complaint-page .complaints-list .complaint-box:hover {
    transform: scale(1.01) translateY(-2px);
}

.status-badge {
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 100px;
}
.completed {
    color: #5b9555;
    background: #c6e2cd;
}
.pending {
    color: #ec954b;
    background: #fee7cf;
}
.error {
    color: #eb5554;
    background: #fedfde;
}
.complaint-page .complaints-list .complaint-box .card-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.complaint-page .complaints-list .complaint-box .complainer-name {
    font-size: 14px;
    color: #ec954b;
}
.complaint-page .complaints-list .complaint-box .complaint-date {
    font-size: 12px;
    color: #ec954b;
}
.complaint-page .complaints-list .complaint-box .contact-number a {
    font-size: 12px;
    color: #ec954b;
    display: block;
    text-align: end;
}
.complaint-page .complaints-list .complaint-box .card-title {
    font-size: 20px;
}
.complaint-page .complaints-list .complaint-box .complaint-text {
    font-size: 16px;
    font-weight: 400;
}
/* complaint page end */

/* loading page */
.loading-page {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.loading-page .loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-color: #0e0e0e #0e0e0e transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid;
    border-color: transparent transparent #fda478 #fda478;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loader::before {
    width: 32px;
    height: 32px;
    border-color: #0e0e0e #0e0e0e transparent transparent;
    animation: rotation 1.5s linear infinite;
}

/* preview video page */
.preview-video-page {
    padding-top: 200px;
}

.preview-video-page .heading-box .sub-heading {
    font-size: 20px;
}

.preview-video-page .video-wrapper {
    padding-inline: 8%;
}

.preview-video-page .video-item .thumbnail-box {
    width: 100%;
}
.preview-video-page .information-box {
    width: calc(100% - 245px);
}
.preview-video-page .information-box .title {
    font-size: 20px;
    font-weight: 500;
}
.preview-video-page .information-box .description {
    font-size: 16px;
    font-weight: 400;
}

/* preview video page end */

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/* loading page end */
