Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.136.26.17
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : custom.css
@import url('https:///fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Arimo:ital,wght@0,400..700;1,400..700&family=Glory:ital,wght@0,100..800;1,100..800&display=swap');
@import url(https://weloveiconfonts.com/api/?family=fontawesome);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #646cff;
    --hover-color: #535bf2;
    --background-color: #070707;
    --text-color-white: white;
    --text-color-rest: rgba(255, 255, 255, 0.7);
    --text-color-hover: rgba(255, 255, 255, 0.8);
    --text-color-active: rgba(255, 255, 255, 1);
    --ripple-color: rgba(100, 108, 255, 0.3);
    --spacing-xs: 0.5rem;
    --spacing-sm: 0.75rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --transition-duration: 0.25s;
    --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
    --ripple-duration: 0.7s;
    --control-size: 24px;
    --control-border: 2px;
    --focus-ring-size: 4px;
    --ripple-size: 44px;
    --checkmark-width: 6px;
    --checkmark-height: 12px;
    --radio-dot-size: 12px;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

main {
    overflow: hidden;
}

section {
    position: relative;
}

a {
    color: #DAA520;
    text-decoration: underline;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

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

.ck-editor ul,
.ck-editor ol {
    list-style: disc;
    margin: unset;
    padding-left: 15px;
}

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

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

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

select {
    cursor: pointer;
}

.theme-h2 {
    font-family: 'Gopher';
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 20px;
}

.theme-h3 {
    font-family: 'Gopher';
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 20px;
}

.theme-h4 {
    font-family: 'Gopher';
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.theme-h5 {
    font-family: 'Gopher';
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 20px; */
}

.theme-h6 {
    font-family: 'Gopher';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.theme-h2 span,
.theme-h3 span,
.theme-h4 span,
.theme-h5 span,
.theme-h6 span {
    color: #DAA520;
}

/* .theme-p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
} */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.alert-wrapper {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    z-index: 9999;
}

.alert-wrapper .alert {
    margin-bottom: 20px;
}

.theme-h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Poppins';
    text-transform: capitalize;
    /* margin-bottom: 15px; */
}

.theme-btn {
    position: relative;
    display: block;
    width: fit-content;
    background-color: transparent;
    color: #fff;
    border: 2px solid #1976da;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
}

.theme-btn:hover {
    color: #1976da;
}

.theme-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1976da;
    transition: 0.3s;
}

.theme-btn:hover:before {
    transform: translateX(105%);
}

.theme-p {
    font-size: 14px;
}

.action-btn {
    display: block;
    border: none;
    outline: none;
    color: #fff;
    background-color: #1976da;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.add-new-btn {
    display: block;
    border: none;
    outline: none;
    color: #fff;
    background-color: #1976da;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.card-inner-h6 {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 10px;
}

.card-item-h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.input-field {
    position: relative;
}

.input-field textarea,
.input-field select,
.input-field .js-dropdown-header,
.input-field input {
    border: 1px solid #c5c5c5;
    font-size: 16px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    color: #000;
}

.input-field .clr-field {
    width: 100%;
}

.input-field input[type="color"] {
    height: 45px;
    cursor: pointer;
}

.input-field .dropdown-menu {
    width: 100%;
}

.input-field textarea {
    height: 120px;
    resize: none;
}

.input-field .toggle-password {
    position: absolute;
    right: 18px;
    top: 37px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 20px;
}

.color-box {
    display: block;
    height: 30px;
    width: 80px;
}

.input-field {
    /* margin-bottom: 15px; */
}

.delete-item {
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    border: none;
    outline: none;
    color: red;
    font-size: 20px;
}

.modify-item {
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    border: none;
    outline: none;
    color: green;
    font-size: 20px;
}

.view-item {
    margin: 0 5px;
    border: none;
    outline: none;
    background-color: green;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.view-item:hover {
    background: #000;
    color: #fff;
}

.delete-item:hover,
.modify-item:hover {
    opacity: 0.5;
}

.tags-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.tags-wrapper li {
    position: relative;
    display: block;
    background-color: #dfe2ea;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 5px;
    margin-right: 10px;
}

.tags-wrapper li button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: red;
    height: 15px;
    width: 15px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.tags-wrapper li:hover button {
    opacity: 1;
}

.dashboard-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dashboard-wrapper .sidebar {
    width: 230px;
    flex: 0 0 auto;
}

.dashboard-wrapper .dashboard-content {
    flex: 1;
    height: 100vh;
    background-color: #27353B;
    padding: 20px 20px;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* sidebar start */
.dashboard-wrapper .sidebar {
    padding: 30px 20px;
    height: 100vh;
    position: relative;
}

.dashboard-wrapper .sidebar .navbar-brand {
    margin-bottom: 40px;
}

.dashboard-wrapper .sidebar .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #555555;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.dashboard-wrapper .sidebar .nav-item .nav-link:hover,
.dashboard-wrapper .sidebar .nav-item .nav-link.active {
    background-color: #31addd;
    color: #fff;
}

.dashboard-wrapper .sidebar .nav-item .nav-link i {
    display: block;
    width: 30px;
    text-align: center;
}

.dashboard-card {
    background-color: #31addd;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.dashboard-card .card-inner {
    border: 1px solid #c5c5c5;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-card .card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dashboard-card .card-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard-card .card-head ul li {
    padding-left: 10px;
}

.dashboard-card .card-head .theme-h5 {
    margin: 0;
}

.img-upload-wrapper {
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
    display: block;
    width: 100%;
}

.img-upload-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.img-upload-wrapper label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed #1976da;
    padding: 50px 30px;
    border-radius: 15px;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
}

.img-upload-wrapper label img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.img-upload-wrapper label object {
    position: relative;
    height: 500px;
    width: 340px;
    object-fit: contain;
    z-index: 9;
}

.img-upload-wrapper label .thumbnail-placeholder {
    width: 250px;
    margin-bottom: 20px;
    opacity: 0.3;
}

.img-upload-wrapper label .theme-p span {
    color: #1976da;
    font-weight: 600;
}

.img-upload-wrapper label:hover {
    background-color: #c5c5c5;
}

.dashboard-table th,
.dashboard-table td {
    font-size: 14px;
    vertical-align: middle;
    color: #555555;
}

.dashboard-table th:nth-child(1),
.dashboard-table td:nth-child(1) {
    width: 70%;
}

.lead-table th:nth-child(1),
.lead-table td:nth-child(1),
.user-table th:nth-child(1),
.user-table td:nth-child(1),
.resources-table th:nth-child(1),
.resources-table td:nth-child(1),
.door-operator-table th:nth-child(1),
.door-operator-table td:nth-child(1),
.order-table th:nth-child(1),
.order-table td:nth-child(1) {
    width: unset;
}

.door-operator-table ul {
    list-style: disc;
}

.door-operator-table img {
    width: 150px;
}

.resources-table object {
    width: 150px;
    height: 200px;
}

.thumbnail-product {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.login-wrapper {}

.login-wrapper .auth-row .featured-content {
    min-height: 100vh;
    background-image: url(../images/login-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
}

.login-wrapper .auth-row .featured-content .login-img {
    width: 350px;
    margin-bottom: 20px;
}

.login-wrapper .auth-row .featured-content .theme-h3 {
    margin-bottom: 20px;
}

.login-wrapper .auth-row .featured-content .theme-p {
    margin-bottom: 20px;
    width: 650px;
    margin: 0 auto;
}

.login-wrapper .login-content {
    padding: 80px;
}

.login-wrapper .login-content .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-wrapper .login-content .top-bar .brand {
    width: 250px;
}

.login-wrapper .login-content .top-bar .website-link {
    color: #1976da;
}

.login-wrapper .login-content .top-bar .website-link:hover {
    text-decoration: underline;
}

.login-wrapper .login-content .form-content {
    margin-top: 70px;
}

.login-wrapper .login-content .form-content .theme-h2 {
    margin-bottom: 20px;
}

.login-wrapper .login-content .form-content .theme-btn {
    width: 100%;
}

.login-wrapper .login-content .form-content .forgot-password {
    color: #1976da;
    display: block;
    width: fit-content;
    margin-left: auto;
}

.admin-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.admin-top-bar .dashboard-filter {
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid rgba(206, 206, 206, 0.2);
    outline: none;
}

.admin-top-bar .admin-drp-wrapper {
    position: relative;
    width: fit-content;
}

.admin-top-bar .admin-drp-wrapper .dropdown-link {
    display: block;
    color: #000;
    border: 1px solid rgba(206, 206, 206, 0.2);
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
}

.admin-top-bar .admin-drp-wrapper .icon {
    display: inline-block;
    margin-right: 5px;
}

.admin-top-bar .admin-drp-wrapper .dropdown-link::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
}

.admin-top-bar .admin-drp-wrapper .admin-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding: 15px 0;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    background-color: #fff;
    border-radius: 12px;
    min-width: 100%;
    z-index: 1;
}

.admin-top-bar .admin-drp-wrapper:hover .admin-dropdown {
    display: block;
}

.admin-top-bar .admin-drp-wrapper .admin-dropdown li a {
    padding: 5px 25px;
    font-size: 14px;
    white-space: nowrap;
    color: #000;
    width: 100%;
}

.admin-top-bar .admin-drp-wrapper .admin-dropdown li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.dashboard-card-item {
    position: relative;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.5);
    border-radius: 12px;
    padding: 20px;
}

.dashboard-card-item .delete-item {
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px 15px;
    border-radius: 15px;
}

.dashboard-card-item .fancy-play {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #DAA520;
    border-radius: 50%;
    font-size: 20px;
    color: #DAA520;
    transition: 0.3s;
}

.dashboard-card-item .fancy-play:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.dashboard-card-item .thumbnail-preview {
    border-radius: 20px;
}

.dashboard-card-item .loading-lead {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
}

.dashboard-card-item .icon {
    display: block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.dashboard-card-item .items-count {
    font-size: 22px;
}


.lead-modal .modal-dialog {
    max-width: 1200px;
}

.lead-modal .modal-dialog .modal-content {
    padding: 15px 30px;
    position: relative;
}

.lead-modal .modal-dialog .modal-content .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: none;
    outline: none;
    background-color: #a94949;
    color: #fff;
    border-radius: 50%;
}

.lead-modal .det-ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 8px;
    font-size: 14px;
}

.lead-modal .det-ul li:nth-last-child(1) {
    border: none;
}

.lead-modal .det-ul.url-ul {
    max-height: 80vh;
    overflow-y: auto;
}

.lead-modal .det-ul.info-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lead-modal .det-ul.info-ul li strong {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.lead-modal .det-ul.info-ul li span,
.lead-modal .det-ul.url-ul li span {
    display: block;
    text-align: right;
}

.lead-modal .det-ul.url-ul li a {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-modal .det-ul.url-ul li a:hover {
    text-decoration: underline;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination li:not(:nth-last-child(1)) {
    margin-right: 10px;
}

.pagination li button {
    border: 2px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: #555555;
}

.pagination li button.active {
    background-color: #6fd943;
    border-color: #6fd943;
    color: #fff;
}

.lead-filters {
    border: 2px solid #000;
    border-radius: 5px;
    outline: none;
    padding: 3px 8px;
}

.video-upload,
.image-upload {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #c5c5c5;
    /* padding: 20px; */
    border-radius: 10px;
    cursor: pointer;
}

.video-upload.image-full,
.image-upload.image-full {
    height: 400px;
}

.video-upload img,
.image-upload img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-upload.uploading,
.image-upload.uploading {
    background-color: rgba(0, 0, 0, 0.2);
}

.video-upload.uploading img,
.image-upload.uploading img {
    opacity: 0.5;
}

.video-upload .progress,
.image-upload .progress {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 70%;
}

.video-upload.uploading .progress,
.image-upload.uploading .progress {
    display: block;
}

.video-upload input,
.image-upload input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-card img {
    border-radius: 20px;
    margin-bottom: 10px;

}

.main-header-dashboard h2 {
    font-family: "Glory", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.main-header-dashboard {
    background-color: #31ADDD;
    padding: 30px 30px;
    margin-bottom: 25px;
    border-radius: 25px;
}

.partice-1 {
    /* height: 100vw; */
    /* background-color: #fff; */
}

.partice-1 {
    height: 10vw;
    /* background-color: #fff; */
    display: flex;
    padding: 0 50px;
    align-items: center;
}

.rooper-main ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #E6EEF3;
    padding: 10px 0px;
    border-radius: 20px;
}

.rooper-main {
    padding: 10px 0;
    /* border-radius: 82px; */
}

.main-host ul {
    display: flex;
    align-items: center;
    gap: 75px;
}

.main-host {
    padding: 0 20px;
    padding: 0 25px;
}

.main-host h2 {
    font-family: "Glory", sans-serif;
    font-size: 45px;
    text-transform: capitalize;
}

.mian-practice-0 {
    background-color: #fff;
    border-radius: 30px;
    margin: 20px 0;
}

.checkbox .checkbox-label {
    color: #000;
}

.rooper-main ul li h4 {
    color: #383838;
    font-size: 25px;
    font-family: "Glory", sans-serif;
}

.calendar {
    text-align: center;
    background: #2C3E50;
    border-radius: 30px;
    padding: 30px 30px;
}

.calendar header {
    position: relative;
}

.calendar h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Glory';
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #7c8a95;
}

.calendar tbody td:hover {
    border: 2px solid #00addf;
}

.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    width: 4em;
    color: #fff;
}

.calendar .prev-month,
.calendar .next-month {
    color: #cbd1d2;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
    border: 2px solid #cbd1d2;
}

.current-day {
    background: #00addf;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #00addf;
    border-radius: 50%;
    bottom: .5em;
    display: block;
    content: '';
    height: .5em;
    left: 50%;
    margin: -.25em 0 0 -.25em;
    position: absolute;
    width: .5em;
}

.event.current-day:after {
    background: #f9f9f9;
}

.btn-prev,
.btn-next {
    border: 2px solid #cbd1d2;
    border-radius: 50%;
    color: #cbd1d2;
    height: 2em;
    font-size: .75em;
    line-height: 2em;
    margin: -1em;
    position: absolute;
    top: 50%;
    width: 2em;
    background: #31addd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}

.btn-prev {
    left: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-next {
    right: 6em;
}

.main-clender {
    padding: 60px 0;
}

.calendar header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.main-clender-01 {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 30px;
}

.main-clender-01 h3 {
    color: #000;
    font-family: 'Glory';
    font-size: 39px;
    text-transform: capitalize;
}

.main-clender-01 ul {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 0;
}

.main-clender-01 ul li select {
    cursor: pointer;
    font-size: 20px;
    padding: 6px 15px;
    color: #000;
    border-radius: 25px;
}

.main-looper-profile .mention-profile img {
    margin: 0 auto;
    display: block;
}

.main-looper-profile .mention-profile p {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.main-looper-profile .mention-profile h5 {
    color: #ffff;
    text-align: center;
    font-family: 'Glory';
    padding: 5px 0 0 0;
    font-size: 30px;
}

.main-thunder ul {
    display: flex;
    gap: 50px;
}

.main-thunder ul li input {
    width: 400px;
    height: 3vw;
    background-color: #27353B;
    outline: none;
    border-radius: 10px;
    border: 1px solid #9D9D9D;
    padding: 0 0 0 20px;
    color: #fff;
}

.main-thunder ul li input::placeholder {
    color: #9D9D9D;
    font-size: 16px;
    padding: 0 16px;
}

.main-thunder ul li label {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}

.main-thunder ul li {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.main-progress ul {
    /* gap: 30px; */
    margin: -6px 0 0 0;
}

.main-progress ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-progress ul .back-Amoter {
    background: url(../images/212.png);
    background-position: 70% 55%;
    background-repeat: no-repeat;
}

.main-progress ul .back-Amoter .antropro li h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}

.main-progress ul .back-Amoter .antropro li p {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.main-progress ul .back-Amoter .antropro {
    gap: 25px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.main-progress {
    margin: 50px 0 0 0;
}

.submited-btn {
    background: #00addf;
    color: #fff;
    border-radius: 15px;
    border: none;
    padding: 10px 30px;
    transition: 0.3s;
}

.submited-btn:hover {
    background-color: #000;
    color: #fff;
}

.dashboard-card .main-profile-card ul {
    display: flex;
    align-items: center;
}

.dashboard-card ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-card .main-profile-card ul {
    display: flex;
    gap: 10px;

}

.dashboard-card .main-profile-card ul li p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.dashboard-card .main-profile-card ul li h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.rooper-main .mention-7878 button {
    border: none;
    outline: none;
}

.rooper-main .mention-7878 button img {
    width: 30px;
    object-fit: contain;
}

.search-input-felid input {
    margin: 30px auto;
    width: 50%;
    display: block;
    outline: none;
    height: 55px;
    background-color: #27353B;
    border: 1px solid #FFFFFF;
    padding: 0 0 0 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-radius: 25px;

}

.tion-btn {
    width: 45px;
    height: 25px;
    background-color: #00addf;
    color: #fff;

}

.introduce button {
    width: 20%;
    margin: 0 auto;
    display: block;
}

.youter h2 {
    color: #fff;
    font-family: 'Poppins';
    padding: 40px 0;
}

.dashboard-card .main-profile-card ul img {
    object-fit: contain;
}

.main-data-fetch select {
    width: 139%;
    height: 50px;
    padding: 0 24px 0 30px;
    color: #ffff;
    border: 1px solid #fff;
    background: #27353b;
}

.main-calender-loop {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    gap: 12%;
}

.main-design-set ul {
    display: flex;
    gap: 30px;
}

.main-design-set ul .active,
.main-design-set ul li:hover {
    background-color: #00addf;


}

.main-design-set ul li {
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    background: transparent;
    font-family: 'Poppins';
}

.main-design-tec p {
    color: #fff;
    background: #31addd61;
    padding: 10px 15px;
    border-radius: 25px;
    font-family: 'Poppins';
}

#calendar {
    max-width: 800px;
    margin: 40px auto;

}

.fc-event {
    border: 1px solid #eee !important;
}

.fc-content {
    padding: 3px !important;
}

.fc-content .fc-title {
    display: block !important;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.fc-customButton-button {
    font-size: 13px !important;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateY(-50%);
}



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

.form-group>label {
    margin-bottom: 10px;
}

#delete-modal .modal-footer>.btn {

    border-radius: 3px !important;
    padding: 0px 8px !important;
    font-size: 15px;

}




.fc-scroller {
    overflow-y: hidden !important;
}

.context-menu {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

/* .context-menu.show {
    display: block;
  } */

.context-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.context-menu ul>li {
    display: block;
    ;
    padding: 5px 15px;
    list-style-type: none;
    color: #333;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    transition: 0.10s;
    font-size: 13px;


}

.main-design-set ul li button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.context-menu ul>li:hover {
    color: #fff;
    background-color: #007bff;
    border-radius: 2px;

}

.fa,
.fas {
    font-size: 13px;
    margin-right: 4px;
}

.hocky-looper h2 {
    color: #fff;
    font-family: 'Poppins';
    padding: 25px 0;
    text-align: center;

}

.hocky-looper {
    margin: 50px 0 0 0;
}

a.fc-col-header-cell-cushion {
    color: #fff;
}

.fc-daygrid-day-top a {
    color: #fff;
}

a#mentore {
    position: absolute;
    bottom: 10%;
}

.dashboard-content .main-header-h2 h2 {
    font-family: "Glory", sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;

}

.dashboard-content .main-header-h2 {
    background-color: #00addf;
    padding: 15px 0;
    border-radius: 30px;
}

.main-troter .main-box span {
    background-color: #fff;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-self: center;
}

.main-troter .main-box {
    background-color: #00addf;
    padding: 10px 0px;
}

.check-box-main {
    /* margin: 0 auto; */
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.check-box-main input[type="checkbox"] {
    transform: scale(2);
}

.main-picture-profile ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.main-picture-profile ul li h4 {
    color: #fff;
    font-family: "Glory", sans-serif;

}

.main-picture-profile ul li span {
    color: #fff;
}

.main-picture-profile ul li p {
    color: #9A9A9A;
    font-family: 'Poppins';
    font-size: 18px;
}

.main-troter .id-table {
    color: #fff;
}

.main-troter .roterer {
    color: #fff;
}

.sidebar img {
    width: 200px;
}

.main-troter a {
    color: #9A9A9A;
    font-family: 'Poppins';
    font-size: 18px;
}
.main-troter button:hover{
    color: #000;
    background: #ffff;
}
.main-troter button {
    float: right;
    margin-top: 25px;
    background-color: #00addf;
    color: #fff;
    outline: none;
    font-family: 'Poppins';
    padding: 10px 15px;
    border: none;
    border-radius: 24px;
    font-size: 15px;

    
}
.main-profile-card button:hover{
    background-color: #070707;

}
.main-profile-card button span i{
    font-size: 20px;
}
.main-profile-card button span{
    margin: 0 10px 0 0;
}
.main-profile-card button{
    background-color: #70D943;
    transition: 0.3s;
    color: #fff;
    border: none;
    padding: 15px;
    font-family: 'Poppins';
    gap: 25px;
    border-radius: 25px;
}

/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}
© 2025 GrazzMean-Shell