﻿@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://db.onlinewebfonts.com/c/8f640c7581ef29c5f9f89c8487374876?family=Daughter+of+Fortune');

@font-face {
    font-family: "Daughter of Fortune";
    src: url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.eot");
    src: url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.woff")format("woff"), url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/8f640c7581ef29c5f9f89c8487374876.svg#Daughter of Fortune")format("svg");

}
:root {
    --light-putple: #C88EF2;
    --white: #FFF;
    --black: #0C3240;
    --purple-gradient: linear-gradient(90deg, #C88EF2 0%, #0B3441 100%);
    --dark-turqiose: #138CA7;
    --light-turqoise: #D2F9FB;
    --green: #87CFB7;
    --gray: #D1D1D1;
    --Gray-500: #667085; 
    --grey:#1B1B1B; 
    --grey2:#6D6D6D; 
    --primary-color: #24B4B1;
    --secondary-color: #F1F9F9;
}

/*font Family and body*/

main:not(:has(.login-page)) {  zoom: 0.7; margin: 2em;}
.zoom-7{zoom: 0.7;}

body{overflow-x: hidden;}
.app-default, body { background-color: var(--white-color); font-family: "Plus Jakarta Sans"; }
/*main{zoom: 0.7;}*/
.Inter-font{ font-family: "Inter", serif;}

/*font Size*/
h1, .fs-24 {
    font-size: 24px;
}
h2, .fs-22{font-size: 22px;}
h3, .fs-18{font-size: 18px;}
h4, .fs-16{font-size: 16px;}
h5, .fs-14{font-size: 14px;}

.fs-48{font-size: 48px;}
.fs-46 { font-size: 46px; font-weight: 800; } 
.fs-42 { font-size: 46px; font-weight: 400; }
.fs-40{font-size:40px;} 
.fs-32 { font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-20{font-size:20px;} 
.fs-12{font-size: 12px;}

/*font Weight*/
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}

/*Colored Text*/
.purple-text {background: var(--purple-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.black-text{font-variant: var(--black);}
.turq-text{color: #138CA7;}
.gray-text{color: #888888;}
.dark-gray-text{color: #4F4F4F;}
.green-text{color: var(--green);}
.light-turq-text { color: #87CFB7;}
.grey-text{color:var(--grey);} 
.grey2-text{color:var(--grey2);} 
.dark-green-text { color: #1D6A50; } 
.dark-purple-text{color: #53389E;}
.light-purple-text{color: #7F56D9;}
.blue-text {  color: #175CD3;  }
.consultant p{color:#87CFB7}
.text-scooter{color: #1B5C6F;}

/*Defualt Setting*/
ul{ padding: 0; font-size: 18px; }
li{ list-style: none;font-size: 18px; }
a{text-decoration: none;}
a{color: var(--dark-turqiose)}

/*Background colors*/
.light-bg{background-color: #A9F4F8;}
.light-purple-bg{background: linear-gradient(276deg, rgba(36, 181, 209, 0.10) -1.07%, rgba(172, 103, 226, 0.10) 70%);;}
.card-box-shadow{box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);}
.br-12{border-radius: 12px;}

/* Width */
.w-70{width: 70%;}
.w-10 { width: 10%; }
.w-190 { width: 190px; } 
.w-450 { width: 450px; } 

/* Card Styling */
.card{padding: 24px; gap: 10px; border-radius: 12px; border: 1px solid #E7E7E7; background: rgba(255, 255, 255, 0.75); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);}
.home-icons img.icon-img {background: #AAF0F7; padding: 14px; border: 1px solid #FFF; border-radius: 50%; width: 56px; height: 56px;}
.form-card{border-radius: 8px; border: 1px solid var(--gray);  background: rgba(255, 255, 255, 0.75);}
 
/* Buttons Styling */
.purple-btn{color: white; background: var(--purple-gradient); padding: 10px 16px; width: fit-content; align-items: center; gap: 4px; border-radius: 4px; border: 0px solid var(--purple-gradient);text-align:center; align-content: center;}
.purple-border-btn{color: #0C3240; padding: 10px 16px; width: fit-content; align-items: center; gap: 4px; border-radius: 4px; outline: #C88EF2 solid 1px;text-align: center; align-content: center;}
.light-turq-btn{display: flex; padding: 8px 16px; justify-content: center; align-items: center; gap: 4px; border-radius: 4px; border: 1px solid #AAF0F7; background: var(--light-turqoise); box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);}
.gray-btn{color: #1B5C6F; width: fit-content; border-radius: 4px; border: 1px solid var(--gray); display: flex; padding: 8px 12px 8px 16px; align-items: center;}
.upload-btn{display: flex; padding: 5px 14px; justify-content: center; align-items: center;  border-radius: 6px; border: 1px solid #D1D5DB; background: #FFF; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.white-btn { color: black; background: #fff; padding: 10px 16px; width: fit-content; align-items: center; gap: 4px; border-radius: 4px; border: 0px solid var(--purple-gradient); text-align: center; align-content: center; }

.purple-btn:active, .purple-btn:hover, a.btn.purple-btn:not(.btn-check)+.btn:active  { color: #FFF;}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: unset; }
    
.wrapper {display: flex; width: 300px; justify-content: center; align-items: center; }
#sidebar {width: 150px; position: fixed; top: 0; left: 0; height: 100vh; z-index: 999; background: #FFF; color: #000; transition: all 0.3s; border-radius: 4px; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); }
   
/* Sidebar hidden (toggle active) */
#sidebar.active {margin-left: -250px;}

/* Page content adjustment */
#content {margin-left: -260px; transition: all 0.3s; z-index: 09999999; }
   
/* Adjust content when sidebar is hidden */ 
#sidebar.active ~ #content { margin-left: -260px;} 
#sidebarCollapse { background: var(--light-turqoise); border: 1px solid #FFF; padding: 6px 10px;}
ul.list-unstyled.components , .center-class{ display: flex ; flex-direction: column; align-items: center; margin-bottom: 2px;} 
#sidebar a { display: flex ; flex-direction: column; justify-content: center; align-items: center; color: #5D5D5D; font-size: 16px; font-weight: 500;} 
#sidebar i{ font-size: 30px; color: #5D5D5D;} 
#sidebar li{ margin-bottom: 40px;} 
#sidebar li.active {  background: var(--light-turqoise); width: 80%; padding-block: 16px; border-radius: 4px; } 
#sidebar li.active i, #sidebar li.active a  {color: var(--dark-turqiose); margin-top: 3px;} 
a[data-toggle="collapse"] {position: relative;} 
.dropdown-toggle::after {display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } 

/* Header Search bar */
input.search-input { border: 1px solid #888888;     border-top-left-radius: 5px; border-bottom-left-radius: 5px; outline: none; padding: 7px; width: 70%; }
button.search-btn { border:1px solid #888888; border-top-right-radius: 5px;  border-bottom-right-radius: 5px; padding: 7px; background: #FFF; color: #888888; margin-left: -5px; border-radius: 0px; }

/* border-image-slice: 1; border-image-source: var(--purple-gradient); border-width: 2px; */
.nav-item i { font-size: 30px; color: #454545; cursor: pointer;}

/* Forms Styling */
input[type="text"], .jdropdown-header, input[type="email"], input[type="password"], input[type="tel"] { padding: 9px 13px; outline: none; border-radius: 6px; border: 1px solid var(--gray-300, #D1D5DB); background: var(--white, #FFF); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); }
input.jdropdown-header:focus{outline: unset;}
.form-control:focus {  border-color: var(--dark-turqiose) !important;}
body .jdropdown-default.jdropdown-focus .jdropdown-header { outline: unset;}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,  .select2-container--bootstrap-5.select2-container--open .select2-selection {  border-color: var(--dark-turqiose);  box-shadow: unset;}


body .jdropdown-default .jdropdown-selected{
    background-color: var(--dark-turqiose) !important;
}

hr { border-top: 1px solid var(--gray);}
.hr2{border-bottom: 1px solid #AAF0F7;} 
.hr3{border-top: 1px solid  #CFECE2;} 

.pricing-plan {border-radius: 10px; background: #EDFEFE; text-align: center; padding: 10px 20px; }
.d-none { display: none;}

#toggle-password { cursor: pointer; position: absolute; top: 11px; right: 52px; }
#toggle-password-confirm { cursor: pointer; position: absolute; top: 11px; right: 52px; }

/* Ensure select2 font matches other form controls */
.signup-form .select2-container--bootstrap-5 .select2-selection,
.signup-form .select2-container--bootstrap-5 .select2-results__option {   font-size: 1rem;  font-family: inherit;  }
.signup-form .password-wrapper { position: relative; } 
.signup-form  .toggle-password { position: absolute; right: 15px; top: 22px; transform: translateY(-50%); cursor: pointer; color: #6c757d; z-index: 10; font-size: 16px; padding: 5px; border: none; background: none; }

.form-icon i, .toggle-password i { color: #167188;}
.iti--allow-dropdown {  width: 100%;}
.upload-btn, .form-label { cursor: pointer;}
    
.signup-tabs .nav-link.active{background: #C88EF2;color: #fff; padding: 8px 15px; border-radius: 6px;border: 1px solid #C88EF2;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.signup-tabs .nav-link {border-radius: 6px;border: 1px solid #D1D5DB; padding: 8px 15px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);color: #C88EF2;background: #fff;}
.signup-tabs {border: none;gap: 10px;}
.auth_logo {margin-bottom: 40px;}
.auth_logo img{width: 100px;object-fit: contain;height: 50px;}
.dot_bg{background: url(../assets/image/dot-bg.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.pricing-cards{border-radius: 12px; border: 1px solid #E7E7E7; background: #FFF; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); height: 100%;}
.purple-badge { border-radius: 40px; border: 1px solid #712CB2; color: #1A244DFA; padding: 5px 20px; width: fit-content; transform: translateX(-50%); background: var(--white); position: absolute; left: 50%; top: -17.5px; }
.pkg-price {background: #EDFEFE;padding: 5px 15px; text-align: center;}
.pkg-price p{margin: 0px;}
.details_link{position: absolute; top: 10px; right: 15px;}

/*select2*/
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option { font-size: 13px !important;}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]{background: var(--dark-turqiose);}

/*Modal Styling*/
.modal {  background: rgba(13, 71, 85, 0.7); backdrop-filter: blur(8px);}
.modal-content {border-radius: 12px;border: 1px solid #E7E7E7;background: rgba(255, 255, 255, 0.75);}
/*.modal-content *{font-family: "Plus Jakarta Sans", sans-serif;}*/
.modal-content h3{color: #0C3240;}
.modal-content .btn-close{position: absolute; top: 25px; right: 20px;z-index: 2;}
.modal-backdrop.show { opacity: var(--bs-backdrop-opacity); width: 100%; height: 100%;}

/*Card Styling*/
.card_icon { border-radius: 32.667px; border: 9.333px solid #D2F9FB; background: #AAF0F7; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
.card_icon i{color:#138CA7;}
.score_box{border-radius: 12px; background: #EDFEFE; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); height: 100%; display: flex ; align-items: center; justify-content: center; flex-direction: column;padding: 15px;max-width: 287px; width: 100%;}
.score_box .score{font-size: 36px;}
.score_box h5{color: #138CA7; font-size: 16px; font-weight: 500;}

.subscription_card {border-radius: 12px;background: #EDFEFE;box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px;}
.subscription_card button{width: 200px;}
.subscription_card p{margin: 0;}
.notifications{display: flex; flex-direction: column; gap: 20px;}

.notify_item { border-radius: 12px; background: #A9F4F8; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); padding: 12px; display: flex; align-items: center; justify-content: space-between; }
.notify_item .user_name{color: #0C3240; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 600; margin:0;}
.notify_item .user_message{color: #1B5C6F; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 500;margin:0;}
.notify_item .user_time{color: #4F4F4F; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 600;margin:0;}

/*Tables*/
.table th{font-size: 18px; color: var(--Gray-500); font-family: 'Inter', sans-serif; font-weight: 500;vertical-align: middle; padding-block: 1.5em !important;}
.table td{font-size: 14px; color: var(--Gray-500); font-family: 'Inter', sans-serif; font-weight: 400; vertical-align: middle; padding-block: 1.5em !important;}
.table td p{font-size: 14px; color: #101828; font-family: 'Inter', sans-serif; font-weight: 500;margin: 0;}
.dataTables_paginate {display: flex; align-items: center; justify-content: space-between;}
.dataTables_paginate span{display: flex;align-items: center;}
.dataTables_paginate span a{color: var(--Gray-500);padding: 5px 10px; border-radius: 4px;}
.dataTables_paginate span a.current{color: #138CA7;background: #EDFDFE}
.dataTables_paginate .previous, .dataTables_paginate .next {border-radius: 8px; border: 1px solid #B0B0B0; background: #FFF; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); padding: 5px 15px; color: #167188;}

.details_box{display: flex;align-items: center; justify-content: space-between;border-bottom: 1px solid #AAF0F7;padding-bottom: 20px;}

/*Badges*/
.badge-primary { border-radius: 16px; background: #F9F5FF; color: #6941C6; font-size: 12px; }
.badge-secondary { border-radius: 16px; background: #EFF8FF; color: #175CD3; font-size: 12px; }
.badge-gray { border-radius: 16px; background: #F2F4F7; color: #344054; font-size: 12px; }

.skyblue-badge, .turquoise-badge, .dark-blue-badge, .pink-badge, .gray-badge, .green-badge, .blue-badge { border-radius: 16px; padding: 2px 8px; width: fit-content;}
.skyblue-badge{  background: var(--light-turqoise);}
.turquoise-badge {  background: #1BCEDF; color: var(--white);}
.dark-blue-badge { background: #1b5c6f;  color: var(--white);}
.pink-badge { background: #ECD9FB;}
.gray-badge { background: #D1D1D1;}
.green-badge {background:#EBFFF1; color: #119C2B;}
.blue-badge { background-color: #EFF8FF; }

.assesment-score .assesment-icon { width: 50px; background: #AAF0F7; border-radius: 50px; padding: 11px; }
.assesment-score { background: #D2F9FB; width: 75px; border-radius: 50px; padding: 12px; }
.main-assesment-score { border-radius: 12px; background: #EDFEFE; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); padding: 20px 30px; }

.all-information { border-radius: 8px; border: 1px solid #B5DAD8; background: #FFF; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08); padding: 15px; }

.experiance {border-bottom: 1px solid #AAF0F7;margin-bottom: 20px;}
.experiance .duration {color: #87CFB7;}

.certificate_wrapper { border-bottom: 1px solid #AAF0F7; }
.certificate { display: flex ; align-items: center; justify-content: start; gap: 20px; margin-bottom: 20px; }
.progress_bar { border-radius: 12px; background: var(--Viking-200, #A9F4F8); box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); margin-bottom: 20px; padding: 10px; text-align: center; } 
.progress_bar .bar { height: 3px; background: #B0B0B0; border-radius: 10px; } 
.progress_bar .bar.current { background: #4F4F4F;} 
.progress_bar .progress_line { display: flex; gap: 10px; width: 100%; flex-wrap: nowrap; }

.timeline { display: block !important; margin-left: 0; padding-left: 0; } 
.timeline-card { display: flex; justify-content: center; align-items: start; color: #436285 !important; position: relative; } 
.timeline li:before { content: ""; width: 2px; height: 100%; background-color:#87CFB7; position: absolute; left: 16px; z-index: -1; } 
.timeline li:first-child:before { top: 20px; height: 100%; } 
.timeline li:last-child:before { bottom: 50%; height: 50%; } 
.timeline-title { margin-bottom: 0.5rem; } 
.timeline-card.active .circle-custom { border: 2px solid #70E3F0 } 
.timeline-card.active .circle-custom::after { content: "\f111"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #70E3F0; font-size: 10px; }
.timeline-card.complete .circle-custom { border: 2px solid #0F94AB; background: #0F94AB;} 
.timeline-card.complete .circle-custom::after { content: "\f00c"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 15px; }
.circle-custom { font-size: 1rem !important; margin-top: 20px; background: #fff; border: 2px solid #CFECE2; border-radius: 50px; } 
.subcard { padding: 1em 1.5em 1.5em 1.5em; background: #fdfdfd; color: black; width: -webkit-fill-available; min-height: 3.3rem; }
                                         
.details_box{display: flex;align-items: center; justify-content: space-between;border-bottom: 1px solid var(--Scooter-200, #AAF0F7);padding-bottom: 20px;} 
                                                                                                                                                                                                                                                                  
.chat_sec .messages_mainCol_break .chats { padding: 20px 0; } 
.chat_sec .chat { background: var(--white); cursor: pointer; border-radius: 10px; } 
ul.chats li.tab.chat { list-style: none; } 
.chat_sec .active.chat { background: var(--yellow); border-radius: 10px; } 
.chat_sec .active.chat * { color: #fff; } 
.chat_sec .chat > a { text-decoration: none; padding: 15px; display: block; color: #242342; } 
.chat_sec .chat .chat_inner_wrapper { display: flex; column-gap: 8px; flex-wrap: no-wrap;  } 
.chat_sec .chat .chat_inner_wrapper .user_img { width: 40px; height: 40px; overflow: hidden; border-radius: 50%; flex-shrink: 0; } 
.chat_sec .chat .chat_inner_wrapper .user_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; vertical-align: top; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .name_time_wrapper { display: flex; align-items: center; justify-content: space-between; padding-bottom: 5px; gap: 8px; padding: 0; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .name_time_wrapper .user_name h6 { margin-bottom: 0; font-size: 14px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; font-family: "Poppins-Medium"; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .name_time_wrapper .time { flex-shrink: 0; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .name_time_wrapper .time span { font-size: 12px; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .message_preview p { font-size: 13px; line-height: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 0; font-family: "Poppins-Regular"; } 
.chat_sec .chat .chat_inner_wrapper .user_name_img { width: 100%; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper { width: 100%; flex: 1; display: flex; flex-direction: column; gap: 5px; } 
.chat_sec .chat .chat_inner_wrapper .user_name_img { width: 100%; display: flex; align-items: center; padding-left: 50px; column-gap: 10px; } 
.chat_sec .chat .chat_inner_wrapper .user_name_img .user_img { width: 15px; height: 15px; } 
.chat_sec .chat .chat_inner_wrapper .user_name_img h6 { margin-bottom: 0; font-size: 16px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; } 
.chat_sec .chat .chat_inner_wrapper .badge { position: absolute; right: -5px; top: -5px; display: block; background-color: red; border-radius: 50%; width: 10px; height: 10px; } 
.chat_sec .chat .chat_inner_wrapper .user_detail_wrapper .name_time_wrapper span { /*color: var(--primary-color);*/ font-family: "Poppins-Medium"; font-size: 12px; } 
.chat_sec .chat .chat_inner_wrapper .user_name > h6 { margin: 0; } 
.chat_sec .inner_section_messages .userChat_details { text-align: center; padding-bottom: 40px; } 
.chat_sec .inner_section_messages .userChat_details .user_image { width: 80px; height: 80px; border: 1px solid lightgray; border-radius: 50%; overflow: hidden; margin: 0 auto; } 
.chat_sec .inner_section_messages .userChat_details .user_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.chat_sec .inner_section_messages .userChat_details .user_name h5 { line-height: 55px; margin-bottom: 0; } 
.chat_sec .inner_section_messages .userChat_details .user_description p { font-size: 15px; margin-bottom: 0; } 
.chat_sec .inner_section_messages .userChat_details .new_convo_message { margin-top: 12px; } 
.chat_sec .inner_section_messages .userChat_details .new_convo_message p { font-size: 12px; } 
.chat_sec .inner_section_messages .chat_details .chat_details_image { width: 62px; height: 58px; overflow: hidden; flex-shrink: 0; border-radius: 50px; } 
.chat_sec .inner_section_messages .chat_details .chat_details_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; vertical-align: top; } 
.chat_sec .inner_section_messages .chat_details { display: flex; column-gap: 20px; align-items: center; TRANSFORM-BOX: 30px; border-bottom: 1px solid white; padding: 20px; } 
.chat_sec .inner_section_messages .chat_details .chat_details_right .chat_details_name h6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; font-family: "Poppins-SemiBold"; } 
.chat_sec .inner_section_messages .chat_details .chat_details_right .chat_details_content p { font-size: 16px; line-height: 28px; } 
.chat_sec .inner_section_messages .chat_details .chat_details_right .chat_details_content span { font-family: "Poppins-SemiBold"; color: var(--primary-color); display: block; font-size: 17px; margin-bottom: 15px; } 
.chat_sec .messages .bubble { padding: 10px 20px; display: inline-block; background-color: white; position: relative; } 
.chat_sec .messages .day { position: relative; text-align: center; } 
.chat_sec .inner_section_main_content { margin-left: 10px; } 
.chat_sec .messages .day:before { content: ""; width: 100%; height: 2px; background-color: #DFDFDF; display: block; position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0; } 
.chat_sec .messages .bubble span { background-color: #F0F5F5; padding: 8px 20px; border-radius: 20px; } 
.chat_sec .messages .message .user_name h6 { font-size: 14px; font-family: "Poppins-Bold"; } 
.chat_sec .messages .message .image_content_wrapper { display: flex; align-items: flex-start; gap: 15px; } 
.chat_sec .messages .message .image_content_wrapper .user_image { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; border: 1px solid gray; flex-shrink: 0; } 
.chat_sec .messages .message .image_content_wrapper .user_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.chat_sec .messages .message.sent .image_content_wrapper .text_wrapper .text { padding: 18px 25px; margin-bottom: 10px; display: inline-block; display: block; width: fit-content; border-radius: 0px 10px 10px 10px; background: #F2F4F7; box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.08); min-width:500px; } 
.chat_sec .messages .message.received .image_content_wrapper .text_wrapper .text { padding: 18px 25px; margin-bottom: 10px; background-color:#D2F9FB; display: inline-block; display: block; width: fit-content; border-radius: 8px; box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.08); min-width:500px; } 
.chat_sec .messages .message .image_content_wrapper .text_wrapper .text p { margin-bottom: 0; font-size: 15px; font-family: "Poppins-Regular"; } 
.chat_sec .messages .message .image_content_wrapper .text_wrapper .message_time span { font-size: 14px; font-family: "Poppins-Medium"; color: var(--primary-color); } 
.chat_sec .messages .message.sent .image_content_wrapper { flex-direction: row-reverse; } 
.chat_sec .messages .message.sent .user_name h6 { text-align: right; } 
.chat_sec .messages .message.sent .text { text-align: left; margin-left: auto; } 
.chat_sec .messages .message.sent .image_content_wrapper .text_wrapper .message_time { text-align: right; } 
.chat_sec .messages .message.sent .image_content_wrapper .text_wrapper { text-align: end; } 
.chat_sec .inner_section_messages .message_input_wrapper { display: flex; align-items: center; padding-right: 20px; margin-top: 30px; height: 60px; padding: 0px 10px; margin: 0px; } 
.chat_sec .inner_section_messages .message_input_wrapper .message_input { flex: 1; height: 100%; } 
.chat_sec .inner_section_messages .message_input_wrapper .message_input input { height: 100%; border-radius: 50px; outline: 0; border: 0; border: 1px solid var(--yellow); } 
.chat_sec .inner_section_messages .message_input_wrapper .message_input input:focus { box-shadow: none; } 
.chat_sec .inner_section_messages .message_input_wrapper .send_btn { width: 40px; height: 40px; border-radius: 50%; } 
.chat_sec .inner_section_messages .message_input_wrapper .send_btn a { color: white; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 18px; text-decoration: none; } 
.chat_sec .inner_section_messages .message_input_wrapper .embeded_link { padding-right: 15px; } 
.chat_sec .inner_section_messages .message_input_wrapper .embeded_link a { font-size: 20px; } 
.chat_sec .inner_section_messages .message_input_wrapper .send_btn .btn { padding: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--white); border-color: var(--yellow); color: var(--yellow); border-radius: 50px; transition: all 0.3s ease; opacity: 1 } 
.chat_sec .inner_section_messages .message_input_wrapper .send_btn .btn:hover i { color: var(--yellow) !important; } 
.chat_sec .inner_section_messages form { padding: 15px 10px; border-radius: 8px; border: 1px solid  #D1D1D1; background: #FFF; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); margin: 0px 10px; } 
.chat_sec .messages_mainCol_break .chats { overflow: auto; height: 640px; padding: 20px 0px; } 
.chat_sec .inner_section_messages { background: white; padding: 0px; border-radius: 20px; box-shadow: 0px 5px 25px rgb(82 87 93/10%); } 
.chat_sec .inner_section_messages .messages { height: 528px; overflow-y: scroll; padding-right: 15px; padding: 20px; } 
.chat_sec .chat_sec_heading { margin-bottom: 30px; } 
.chat_sec .chat_scroll_bar::-webkit-scrollbar { width: 10px; background-color: transparent; } 
.chat_sec .chat_scroll_bar::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--primary-color); } 
.chat_sec .chat_scroll_bar::-webkit-scrollbar-track { border-radius: 10px; background-color: transparent; } 

/*.chat_sec .chat_left_col {padding-right: 0px;}*/ 
.chat_sec .chat_right_col { padding: 0px 10px; } 
.chat_sec .inner_section_messages { height: 800px; } 
.chat_sec .chat_sec_heading h1 { margin: 0px; line-height: 60px; } 
.chat_sec .chat_right_col .tab-content { margin: 0PX; } 
.chat_sec .chat_left_col { background: white; box-shadow: 0px 5px 25px rgb(82 87 93/10%); padding: 0px; border-radius: 20px; height:800px; } 
.chat_sec .chat_left_col .sent_msg_btn { margin: 20px auto 20px; display: block; width: fit-content; } 
.chat_sec .inner_section_messages .chat_details .chat_details_left { max-width: 100%; } 
.chat_sec .inner_section_messages .chat_details .chat_details_right { flex: 1; } 
.cards-box { width: 20%; padding: 0px 10px; } 

.main_card { margin-bottom: 40px; box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08); border-radius: 8px; padding: 10px; } 
.artworks_sec .main_card .main_card_img { height: 195px; /* margin-bottom: 20px; */ position: relative; } 
.courses_sec .main_card .main_card_img { height: 127px; /* margin-bottom: 20px; */ position: relative; } 
.main_card .main_card_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.main_card .main_card_img .edit_btn { position: absolute; top: 8px; right: 8px; background-color: white; border-radius: 3px; color: var(--primary-color); padding: 5px 7px; font-size: 15px; line-height: 18px; border: none; border: 1px solid var(--primary-color); box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08); } 

/* .main_card .main_card_content .main_card_top {display: flex;justify-content: space-between;} */ 
.news_card { margin-bottom: 40px; box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08); border-radius: 8px; padding: 10px; } 
.news_card .news_thumbnail_image { width: 100%; height: 160px; } 
.size_preset_card .size_thumbnail_image { width: 100%; height: 130px; overflow: hidden; } 
.size_preset_card .size_thumbnail_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 10px; } 
.size_preset_card .size_price { border-bottom: 1px solid #000; } 
.size_preset_card .size_preset_box { display: flex; justify-content: start; align-items: center; gap: 20px; } 
.size_preset_card .add_size_preset.size_preset_card { width: 200px; border-radius: 10px; border: none; box-shadow: 0px 7px 16px rgb(44 40 40 / 9%); padding: 10px; margin-bottom: 20px; } 
.size_preset_card .add_size_preset.size_preset_card .form-group { margin: 0px; } 
.size_preset_card .add_size_preset.size_preset_card input { box-shadow: none; border-bottom: 1px solid #9B9B9B; border-radius: 0px; height: unset; } 
.news_card .news_thumbnail_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.news_card .news_heading_wrapper { display: flex; justify-content: space-between; align-items: center; } 
.news_card .news_desperation { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; height: 3em; line-height: 1.5em; max-height: 3em; } 
.main_card .course_description { font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; height: 3em; line-height: 1.5em; max-height: 3em; } 
.main_card .course_subtitle { font-size: 16px; font-weight: 600; margin-bottom: 2px; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden; width: 50%; } 
.main_card .course_title { font-size: 18px; margin-bottom: 6px; height: 38px; } 
.news_card .news_thumbnail_video .video { width: 100%; height: 100%; object-fit: cover; } 
.news_card .news_thumbnail_video .play, .news_card .news_thumbnail_video .stop { position: absolute; background-color: black; border-radius: 50%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-color: #283B63; color: white; width: 50px; height: 50px; font-size: 15px; border: none; } 
.news_card .news_thumbnail_video { background-color: white; width: 100%; height: 160px; position: relative; /* margin-bottom: 20px;  */ } 
.sec_top_bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } 
.news_card .news_thumbnail_video .stop { display: none; opacity: 0; transition: 0.3s ease all; } 
.news_card .news_thumbnail_video:hover .stop { opacity: 1; transition: 0.3s ease all; } 
.news_card .news_heading_wrapper .news_date { color: var(--primary-color); margin: 0; font-size: 14px; } 
.news_card .news_thumbnail_image .edit_btn, .news_card .news_thumbnail_video .edit_btn { position: absolute; top: 8px; right: 8px; background-color: white; border-radius: 3px; color: var(--primary-color); padding: 5px 7px; font-size: 15px; line-height: 18px; border: none; border: 1px solid var(--primary-color); box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08); } 
.news_card .news_thumbnail_image, .news_card .news_thumbnail_video { position: relative; } 
/*Dashboard chat style ends here */ 

.search-bar-content.content_chat { border: unset; padding: 10px; border-radius: 10px; width: 92%; margin: 20px 6px; } 
.chat_sec .inner_section_messages { border: 2px solid var(--yellow) !important; } /* .message_preview { padding-right: 14rem !important; } */ 
.send_btn .message_submit_btn i { color: var(--yellow); font-size: 21px; } 
.send_btn .message_submit_btn:hover i { color: var(--yellow); } 
button.btn.btn-primary.message_submit_btn:hover { background-color: white !important; } 
/* .chat_sec .inner_section_messages .chat_details .chat_details_left { max-width: 10%; } */ 

#btn_accept .proposal-card #chat_btn button:hover, #btn_accept .proposal-card #chat_btn button:active { background-color: white !important; color: #000 !important; } 
/*.search-bar-content input#searchInput { border: 0; outline: none; } */

.search-bar-content input#searchInput { border: 1px solid purple; outline: none ; width: 100%; }
.search_bar_icon { position: absolute; right: 0; top: 38%; padding-right: 3em; } 
.chat_right_col .hire { border-radius: 12px; background: var(--Viking-200, #A9F4F8); box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); padding-block: 10px; margin-inline: 10px; } 
.button-hire{ border-radius: 4px; border: 0px solid var(--Woodsmoke-200, #D1D1D1); background: var(--Scooter-500, linear-gradient(90deg, #C88EF2 0%, #0B3441 100%)); color:white; padding:10px 15px; }

.assessment-card i { font-size: 18px; color: #138CA7; } 
.assessment-card .form-check-input:checked { background-color: #138CA7; border-color: #138CA7; } 
.form-check-input:focus { border-color: #138CA7; outline: 0; box-shadow: unset; } 
input[type=checkbox] { accent-color: #138CA7; } 

ul.screening-ques li { font-size: 14px; color: #808080; font-weight: 400; line-height: 30px; } 
ul.screening-ques li { list-style-type: disc; margin-left: 20px; } 

#msform { text-align: center; position: relative; } 
#msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative } 
.form-card-ques { text-align: left } 
#msform fieldset:not(:first-of-type) { display: none } 

.card { z-index: 0; border: none; position: relative } 
.fieldlabels { color: gray; text-align: left } 
.fit-image { width: 100%; object-fit: cover } 
.option-container { display: flex; justify-content: space-between; align-items: center; } 
label.option-container { border-radius: 8px; border: 1.089px solid #87CFB7; background: #FFF; margin-block: 20px; padding: 8px; } 
.green-card { border-radius: 8px; border: 1px solid #CFECE2; background: #FFF; }  

/* Hide Default Radio Button */ 
.option-container input { display: none; } 

/* Styled Radio Button */ 
.custom-radio { width: 20px; height: 20px; border-radius: 50%; margin-right: 10px; position: relative; transition: border-color 0.3s ease, background-color 0.3s ease; background-size: cover; background-position: center; } 
                    
/* Highlight when checked with tick image */ 
input:checked+.custom-radio { background-image: url('/assets/image/checked.svg'); background-size: cover; background-repeat: no-repeat; background-position: center; } 
.description-form textarea { border-radius: 12px; border: none; outline: none; width: 100%; resize: none; font-size: 13px; } 
.description-form textarea#description::placeholder { font-size: 14px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
.session_days .badge_day{border-radius: 40px; background: #1FC3D9;font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-style: normal; font-weight: 400;width: 30px;height: 28px;align-content: center;}

.btn_wrapper{display: flex; align-items; justify-content: space-between; width: 100%; gap: 10px;}
.badge-blue { border-radius: 16px; background: #AAF0F7; color: #344054; font-size: 12px; font-weight: 600; text-align: center; padding: 3px 15px; }
.candidate_details .experiance,  .candidate_details .certificate, .Interview-Detials, .technical-skills {border-radius: 12px; border: 1px solid var(--Woodsmoke-100, #E7E7E7); background: rgba(255, 255, 255, 0.75); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); padding: 20px;position: relative;}
.edit_view_box { position: absolute; right: 15px; top:15px; display: flex; align-items: center; justify-content: start; gap: 10px;}
.timeline p{color: #87CFB7;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 12px;font-style: normal;font-weight: 400;}
.timeline .timeline-title{color: #000;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400;margin: 0;}

/*Certification Page:*/
.certificate-box { background-image: url(../assets/image/certificate.png); width: 100%; background-position: center; background-repeat: no-repeat; background-size: contain; margin-block: 3em; }
.cert-logo { display: flex; justify-content: flex-end; margin-right: 9em; padding-top: 4em; } 
.cert-logo img { width: 102px; height: 50px; } 
.dark-purple-text { color: #563281; }
.cert-text { background: linear-gradient(90deg, #000 0%, #21C0D7 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.w-45 { width: 45%; }
.cert-date { display: flex; justify-content: flex-end; flex-direction: column; padding-left: 10em; padding-bottom: 53px; }
.fortune-font{font-family: "Daughter of Fortune";}

/*Booking Cards*/
.booking-card { border-radius: 12px; padding-block: 30px; background: #FFF; box-shadow: 0px 0px 20px 4px rgba(191, 191, 191, 0.25); } 
.booking-card .swiper { width: 83%; max-width: 600px; background: white; border-radius: 0; padding: 0px; box-shadow: none; position: unset; } 
.booking-card .swiper-slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 5px; cursor: pointer; padding: 10px; border-radius: 8px; border: 2px solid transparent; transition: 0.3s; } 
.booking-card .swiper-slide.active { border-radius: 4px; background: #70E3F0; } 
.booking-card .day { font-size: 16px; font-weight: bold; } 

/* Hide default radio buttons */ 
.booking-card input[type="radio"] { display: none; } 
.booking-card .swiper-button-prev:after { content: ' '; background-image: url(./images/left-slider-arrow.svg); height: 27px; width: 50px; background-repeat: no-repeat; border-radius: 50%; border: 1px solid var(--Woodsmoke-200, #D1D1D1); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12); } 
.booking-card .swiper-button-next:after { content: ' '; background-image: url("./images/right-slider-arrow.svg"); height: 27px; width: 50px; background-repeat: no-repeat; border-radius: 50%; border: 1px solid var(--Woodsmoke-200, #D1D1D1); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12); } 
.booking-card .booking-card .swiper-slide.text-center.swiper-slide { width: 50px !important; }

/* Time Slots */
.Calendar-modal .time-slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-radius: 10px; padding-top: 25px; } 
.Calendar-modal .time-slot { display: flex; justify-content: center; align-items: center; position: relative; } 
.Calendar-modal .time-slot input[type="radio"] { display: none; } 
.Calendar-modal .time-slot span { display: inline-block; background: white; color: #000; font-size: 16px; padding: 10px 20px; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); cursor: pointer; } 
.Calendar-modal .time-slot input[type="radio"]:checked+span { background: #70E3F0; color: #fff; } 
.Calendar-modal .modal-content { border-radius: 12px; border: 1px solid var(--Woodsmoke-100, #E7E7E7); background: rgba(255, 255, 255, 0.75); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); } 
.Calendar-modal .booking-card .purple-border-btn { text-align: center; border: 10px solid; padding: 8px 16px; background-color: transparent; border-image-slice: 1; border-image-source: var(--purple-gradient); border-width: 1px; border-radius: 4px; } 
.Calendar-modal .date-card { border-radius: 3px; background: var(--White, #FFF); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12); padding: 8px; margin-top: 10px; } 
.Calendar-modal .swiper-slide.active .date-card, .swiper-slide.active .day { border: none; background: unset; box-shadow: none; color: #FFF; } 
.Calendar-modal button.btn-close { border: 2px solid #004856; border-radius: 50%; color: #004856; outline: none; }

/* hr Dashboard*/
.assessment-card { border-radius: 12px; border: 1px solid #E7E7E7; background: rgba(255, 255, 255, 0.75); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); padding: 24px } 
.fs-36 { font-size: 36px; font-weight: 700; } 
p.vertical-line { border: 1px solid #E5E9EB; margin: 7px 24px; height: 65px; } 
.upcoming-interviews img { width: 40px; height: 40px; } 
.interview-footer img { height: 28px; width: 30px; cursor: pointer; } 
.fs-40 { font-size: 40px; } 

.candidate-details { display: flex; justify-content: space-between; } 
.Assesment-score { border-radius: 12px; background: #EDFEFE; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08); padding: 16px; } 
.nav-link.active { border: none; border-bottom: 1px solid var(--dark-turqiose); padding-bottom: 0; } 
.nav-link:hover { border: none; outline: unset; } 
.message-container { display: flex; align-items: center; padding: 15px; background: #fff; border-bottom: 1px solid #e0e0e0; }

.avatar { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #ccc; overflow: hidden; } 
.avatar img { width: 100%; height: 100%; object-fit: cover; } 
.message-content { flex: 1; margin-left: 15px; } 
.action { cursor: pointer; display: flex; align-items: center; background: #EDFDFE; border: 1px solid #EDFDFE; border-radius: 50%; } 
.video-container { position: relative; width: 600px; /* Adjust the width as needed */ height: 340px; /* Adjust the height as needed */ border-radius: 12px; overflow: hidden; /*  background: linear-gradient(135deg, #8e44ad, #3498db);*/ display: flex; justify-content: center; align-items: center; } 
.video-container video { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 1; /* Hide the video but keep it functional */ } 
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-align: center; z-index: 2; } 
.overlay .part { padding: 5px 10px; border-radius: 10px; font-size: 14px; margin-bottom: 10px; } 
.overlay .text { font-size: 24px; font-weight: bold; margin-bottom: 20px; } 
.overlay .play-button { width: 60px; height: 60px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } 
.overlay .play-button::after { content: ''; display: block; width: 0; height: 0; border-left: 15px solid #8e44ad; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } 
.video-container:hover video { opacity: 1; } 

/* Parent container */
.range-calendar { display: inline-block; position: relative; border-radius: 6px; border: 1px solid #d1d5db8f;} 
.date-input-container { position: relative; display: inline-flex; align-items: center; border-radius: 6px; padding: 2px 12px; background-color: #fff; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); width: 250px; } 
.date-input-container input { box-shadow: unset; border: none; outline: none; font-size: 14px; flex: 1; color: #333; background: #FFF; cursor: pointer; } 
.date-input-container input::placeholder { color: #888; }
.date-input-container .calendar-icon {  color: var(--dark-turqoise); font-size: 18px; margin-left: 8px; cursor: pointer; }
.date-input-container:hover { border-color: var(--dark-turqoise);}
.form-select:focus { outline: 0;border-radius: 6px; border: 1px solid #D1D5DB;background:#FFF; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); }
.date-input-container input#date-range {  border: unset;}

.balance-box { padding: 12px; border-radius: 10px; border: 1.5px solid var(--Scooter-300, #70E3F0); background: #EDFEFE;}
.balance-box img {  width: 80px;  height: 60px; }
img.radio-check {  width: 40px; height: 30px;}

input[type="text"] { border-radius: 8px;  border: 1.089px solid #dee2e6; background: var(--white); width: 100%;}
.edit-icon i {  cursor: pointer; }

.behavioral-assessment select.form-select.assesment-drop { border: unset;  margin-top: 12px; }
.behavioral-assessment .form-select:focus {  border-color: unset; outline: 0;  box-shadow: unset;  }
.form-line {  border-bottom: 1px solid #E5E7EB; padding-block: 25px;  }
.w-35 {   width: 35%;  }

textarea { resize: none !important;  border-radius: 6px; border: 1px solid var(--gray-300, #D1D5DB);   background: var(--white, #FFF);   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); outline: none;  }
.hired-candidates img{height: 40px; width: 40px;}

::-webkit-scrollbar-track {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
::-webkit-scrollbar { width: 6px;  background-color: #F5F5F5;}
::-webkit-scrollbar-thumb { background-color: lightgray;}

.profile_img_box {display: flex;align-items: center;gap: 10px;}
.featured-card img {height: 56px; width: 56px;}

.lang_dropdown {position: relative;display: inline-block;width: 110px;}
.lang_dropdown_toggle {background-color: #f8f9fa;border: 1px solid #D1D5DB;border-radius: 6px;padding: 8px;cursor: pointer;display: flex;align-items: center;max-width: 110px;width: 100%;}
.lang_dropdown_toggle img {width: 30px;height: 20px;margin-right: 8px;}
.lang_dropdown_toggle span {margin-left: 5px;}
.lang_dropdown_toggle i {margin-left: 5px;}
.lang_dropdown_menu {display: none;position: absolute;top: 100%;left: 0;background-color: #fff;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;overflow: hidden;z-index: 1000;min-width: 120px;}
.lang_dropdown_menu.active {display: block;}
.lang_dropdown_item {padding: 10px;display: flex;align-items: center;cursor: pointer;transition: background-color 0.3s;}
.lang_dropdown_item:hover {background-color: #f1f1f1;}
.lang_dropdown_item img {width: 30px;height: 20px;margin-right: 8px;}
.lang_dropdown_toggle:after{content: "\f107";font-family: "Font Awesome 6 Free";font-weight: 900;margin-left: 5px;}

.dashboard-container .main,.ms-150,.sidebar,.sidebar.show{transition:.5s ease-in-out}
.dashboard-container{display:flex;min-height:100vh;overflow:hidden}

img.jdropdown-image.jdropdown-image-small { display: none; }

/*.sidebar{ zoom: 0.7; margin-left: 25px;  width:150px;color:#fff;padding:20px 15px;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:162px;height:calc(100vh - 80px)}*/
.sidebar{ zoom: 0.7; margin-left: 0;  width:270px;color:#fff;padding:20px 15px;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:162px;height: calc(100% - 160px);}
.sidebar nav ul li a{text-decoration:none;color:#5d5d5d;font-weight:500;display:block;padding:15px 15px 10px;border-radius:5px;transition:background .3s;display:flex;flex-direction:row;align-items:center;gap:5px}

.logout-btn,.sidebar nav ul li a.active,.sidebar nav ul li a:hover{background-color:#d2f9fb;color:#138ca7;box-shadow:0 1px 12px 0 rgba(0,0,0,.08)}
.sidebar.show{transform:translateX(0)}
.sidebar .logo{font-size:1.5em;text-align:center;font-weight:700;margin-bottom:20px}
/*.sidebar nav{height: 100vh;overflow: auto;}*/
.sidebar nav ul{list-style:none;padding:0;}
.sidebar nav ul li{margin:10px 0; border-bottom: 1px solid #EAECF0;}
/*.sidebar nav ul li a{text-decoration:none;color:#5d5d5d;font-weight:500;display:block;padding:15px 15px 10px;border-radius:5px;transition:background .3s;display:flex;flex-direction:column;align-items:center;gap:5px}*/
.logout-btn{border:none;padding:5px;text-align:center;border-radius:5px;cursor:pointer; color: #1B4D5E;width: 100%; height: 50px;}
.header,.main-content{background-color:#fff;display:flex}
.main-content{flex-grow:1;flex-direction:column}
.header{padding:15px;justify-content:space-between;align-items:center;border-bottom:1px solid #d1d1d1;position:fixed;width:100%;z-index:999}
.header .search-bar input{width:300px;padding:5px 10px;border-radius:5px;border:1px solid #ced4da;height:38px}
.header-icons{display:flex;align-items:center;gap:10px}.content{padding:20px}
.dashboard-container .main{margin-top:110px;margin-left:190px}
.ms-150{margin-left:150px!important}
.nav-images img { height: 35px; width: 30px; }
.nav-images i { font-size: 23px; }

i.right-arrow { font-size: 15px;}
img.profile-img {  height: 25px; width: 30px;}

/* Notifications styling */
.notification-header {  background-color: #138CA7;  padding: 2em 24px; color: white;}
.profile-img img {   width: 32px;  height: 32px;  margin-top: 4px;}
.offcanvas {--bs-offcanvas-width: 500px;}
.notification-header .offcanvas {  border: 1px solid #D1D1D1; background: rgba(255, 255, 255, 0.75);}
.notification-header .btn-close { --bs-btn-close-bg: none;  width: 32px; height: 32px; position: relative; }
.notification-header .btn-close::before {  content: "";  background-image: url(/assets/image/close-circle.svg) !important;  display: block; width: 40px; top: -5px;  left: 26px; background: #138CA7; height: 50px; position: absolute; z-index: 9;background-repeat: no-repeat; }
.notification-header offcanvas-body {  background: #FFF;}

/* Calendar Container */
#calendar-slider { max-width: 400px; margin: 20px auto; text-align: center; border: 1px solid #ccc; border-radius: 10px; padding: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; }
#calendar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; border-radius: 4px; padding: 12px; border: 1px solid #E7E7E7; background:  #FFF; }
#calendar-header button { background-color: #fff; border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px; cursor: pointer; transition: background-color 0.3s ease; }
#calendar-header button:hover {  background-color: #f1f1f1; }
#current-month-year { font-size: 18px; font-weight: bold;}

/* Calendar Dates Wrapper */
#calendar-dates-wrapper { overflow: scroll;  position: relative;  width: 100%;}
div#calendar-dates-wrapper::-webkit-scrollbar {   display: none;}

/* Calendar Dates Slider */
#calendar-dates { display: flex;  gap: 5px;  transition: transform 0.5s ease-in-out; will-change: transform;}

/* Individual Date Items */
#calendar-dates .date-item { min-width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease; border: 1px solid #ccc; box-sizing: border-box; } 
#calendar-dates .date-item:hover {  background-color: #f1f1f1;  }
#calendar-dates .date-item.today {   background-color: #9b59b6;  color: #fff;}
#calendar-dates .date-item.selected {   background-color: #3498db; color: #fff; font-weight: bold; }
div#calendar-container {  width: 55.3%;}
div#calendar-body { display: flex; justify-content: space-between; margin-bottom: 10px; border-radius: 4px; padding: 12px; border: 1px solid #E7E7E7; background: #FFF; }
#calendar-dates .date-item {  width: 200px;  margin-right: 10px;}

button#prev-date, button#next-date { height: 35px; margin-top: 8px; background-color: #fff; border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px; cursor: pointer; transition: background-color 0.3s ease; }
button#prev-date{margin-right: 20px;}
button#next-date{margin-left: 20px;}

#time-selector p, #selectedTimesList .selected-time { border-radius: 12px; border: 1px solid #D1D1D1; background: #FFF; box-shadow: 0px 0px 20px 4px rgba(191, 191, 191, 0.25); padding: 12px; width: 137px; text-align: center; }
.time-slots {  display: flex;   gap: 15px; width: 100%;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
#calendar-dates .date-item.empty {  display: none;}

/*Second Calendar*/
.schedule-calendar .pignose-calendar { -webkit-box-shadow: unset; box-shadow: unset; width: 99% !important; max-width: 470px; }

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header
.pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-header { color: #8F95B2;}

.schedule-date-time-modal .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon { color: #555; font-size: 160%; border-radius: 4px; border: 1px solid #E7E7E7; background: #FFF; padding: 5px; }
.schedule-date-time-modal .time-container { display: flex;  gap: 10px;}
.schedule-date-time-modal .time-picker {   display: flex;   align-items: center;  margin-bottom: 10px;}
.schedule-date-time-modal input[type="number"] {  width: 50px;   text-align: center;   margin: 0 5px;}
.schedule-date-time-modal select {   padding: 5px; margin-left: 5px;}
.schedule-date-time-modal button {  padding: 5px 10px;}
.schedule-date-time-modal .selected-times { margin-top: 20px;}
.schedule-date-time-modal .selected-time {   margin-bottom: 5px;}
.schedule-date-time-modal span.pignose-calendar-top-year {  display: none !important;}
.schedule-date-time-modal .pignose-calendar .pignose-calendar-top { padding: 1.7em 0;}
.schedule-date-time-modal .time-picker { display: flex; align-items: center; border: 1px solid #7676801F; border-radius: 5px; padding: 5px; margin-bottom: 10px; background: #7676801F; }
.schedule-date-time-modal input[type="number"] { width: 50px; text-align: center; margin: 0 5px; border: none; background: #76768003; }
.schedule-date-time-modal .toggle-container { display: flex; align-items: center; justify-content: center; margin-bottom: 6px; background: #7676801F; border: 1px solid #7676801F; border-radius: 4px; height: 42px; padding-right: 7px; }
.schedule-date-time-modal .toggle-button { width: 50px; height: 30px; border-radius: 5px; text-align: center; line-height: 30px; cursor: pointer; margin-left: 5px; }
.schedule-date-time-modal .toggle-button.active {  background-color: #FFF;  color: black;}
.schedule-date-time-modal button { padding: 5px 10px;}
.schedule-date-time-modal .selected-times {  margin-top: 20px;}
.schedule-date-time-modal .selected-time {  margin-bottom: 5px;}
.schedule-date-time-modal button#addButton {  border: unset;  height: 40px; border-radius: 20px;  width: 50px;}

.feedback-detail { min-width: 300px;}

.select2-container {  z-index: 99999999999999999999999;}
#addQuestionModal input.select2-search__field {width: 410px;  min-width: 300px; height: 35px; padding: 6px; border-radius: 5px; outline: none}
/*.select2-container--open .select2-dropdown {left: 57px; top: 28em;  border-radius: 10px;}*/
.select2-container .select2-selection--multiple .select2-selection__rendered {  padding-left: 0;}

.chat_modal input{display: none}
.chat_modal label:has(.form-check-input:checked) {background-color: #1B5C6F;color: #fff;}
.chat_modal label{border-radius: 50px; padding: 10px 20px; border: 2px solid #1B5C6F; color: #1B5C6F}

#addQuestionModal .option-item input.form-control {   width: 50%;}
.question_bank select {height: 50px;}
.question_bank .purple-border-btn {white-space:nowrap;}

.not-subscribed { pointer-events: none; opacity: .5; }
.not-subscribed-wrapper { cursor: not-allowed; }

/*admin add category modal repeater */
.form-line .delete-btn {position: absolute;top: 50%;right: 0;width: fit-content;transform: translate(-16px, -50%);}
.repeated_btn {display: flex;align-items: center;justify-content: end;margin: 10px 0px 20px 0px;}
.row.form-line {position: relative;}

.messages-container { height: 400px; overflow-y: auto; padding: 16px; display: flex; flex-direction: column-reverse;  } 
.messages { display: flex; flex-direction: column; gap: 12px; max-height: 90vh; overflow: auto; }

/* Scrollbar styling */
.messages-container::-webkit-scrollbar { width: 6px;}
.messages-container::-webkit-scrollbar-track { background: #f1f1f1;}
.messages-container::-webkit-scrollbar-thumb { background: #888; border-radius: 3px;}
.messages-container::-webkit-scrollbar-thumb:hover { background: #555;}

/* Message wrapper */
.message-wrapper { max-width: 70%;  display: flex;}

/* Sent messages (align to right) */
.message-wrapper.sent {  align-self: flex-end; justify-content: flex-end;}

/* Received messages (align to left) */
.message-wrapper.received { align-self: flex-start; justify-content: flex-start;}

/* Message content bubble */
.message-content {  padding: 10px 15px; border-radius: 18px; position: relative;}

/* Sent message styling */
.message-wrapper.sent .message-content {  background-color: #9249c7; color: white; border-bottom-right-radius: 4px;}

/* Received message styling */
.message-wrapper.received .message-content { background-color: #e9ecef; color: #212529; border-bottom-left-radius: 4px;}

/* Meta information (username and time) */
.meta {  display: flex; justify-content: space-between;  font-size: 0.8em; margin-bottom: 4px;}
.username { font-weight: bold;}
.time { opacity: 0.7;   margin-left: 8px;}

/* Chat Header */
.chat-header {  background-color: #f8f9fa;  position: sticky; top: 0;  z-index: 10;}
.recipient-avatar img { object-fit: cover;  border: 2px solid #dee2e6;}
.recipient-name { font-weight: 600; color: #212529;}
.last-seen {  font-size: 0.8rem;}

/* Messages Container */
.messages-container { height: 400px; overflow-y: auto; background-color: #f5f5f5;}

/* Message Input */
.chat-input {background-color: #fff; position: sticky; bottom: 0;}
.input-group { box-shadow: 0 2px 4px rgba(0,0,0,0.1); border-radius: 25px; overflow: hidden;}
.message-input {  border: none;  padding: 10px 15px;}
.message-input:focus { box-shadow: none;}
.attachment-btn, .send-btn {  border: none;  padding: 0 15px;}
.attachment-btn {  background-color: #f8f9fa;}
.send-btn { background-color: #0d6efd;}

.warning-popup { position: fixed; top: 20%; right: 20px; width: 350px; background: #ff6b6b; color: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 9999; overflow: hidden; animation: slideIn 0.3s ease-out forwards; }
.warning-content { padding: 15px;}
.warning-header { display: flex;  align-items: center;  margin-bottom: 10px;}
.warning-icon {  font-size: 20px; margin-right: 10px;}
.warning-title { font-weight: bold; font-size: 16px; flex-grow: 1;}
.warning-close-btn { background: none; border: none; color: white; cursor: pointer; font-size: 16px; padding: 0 5px;}
.warning-body { font-size: 14px;}

@keyframes slideIn {
    from {  transform: translateX(100%);  opacity: 0; }
    to {  transform: translateX(0);  opacity: 1; }
}

.custom-alert-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 9999; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.custom-alert-overlay.show {   opacity: 1;  visibility: visible; }
.custom-alert-popup { width: 400px; max-width: 90%; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); overflow: hidden; transform: translateY(-50px); transition: transform 0.3s ease; }
.custom-alert-overlay.show .custom-alert-popup {    transform: translateY(0);}

.popup-header { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee; } 
.popup-icon { font-size: 24px; margin-right: 15px; }

.preferred-location .bootstrap-tagsinput {  padding: 20px 10px;  width: 100%;}
.preferred-location .label-info {  color: black;  background: #D2F9FB; padding: 5px 10px; margin-top: 35px;}
.preferred-location input[type="text"] {  margin-top: 20px;}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {   -webkit-appearance: none;  margin: 0;}
.dollar-icon i { position: absolute; top: 11.5px; left: 23px;  }
.dollar-icon input#expected_salary, .dollar-icon input#salary_range  { padding-left: 24px;}

video { border: 3px solid #6941C6; border-radius: 10px; }
video#preview { width: 100%; height: 100%; padding: 1em; } 
.video-preview { height: 80vh; width: 100%; text-align: center; } 
.bottom { clear: both; }

.audio-test #msg { visibility: hidden; color: red; font-weight: bold; font-size: 22px; font-family: Verdana; } 
.audio-test canvas { width: 60%; height: 300px; border: 1px solid #FFF; border-radius: 10px; } 
.audio-test .audio-controls { display: flex; align-items: center; padding-top: 20px; justify-content: center; } 
.audio-test .audio-controls button { margin: 0px 5px; } .audio-test canvas { margin-top: 10px; background-color: black; } 
.audio-test a { margin-left: 20px; } 
.audio-test .app { text-align: center; padding-top: 20px; } 
.audio-test select { height: 41px; margin: 0px 5px; border: 1px solid purple; border-radius: 5px; padding: 2px 15px; }

.text-justify{text-align: justify;}
.signup-form .select2-container {  width: 100% !important; }

body .select2-container--bootstrap-5 .select2-dropdown {  width: 530px !important;}

.messages.d-flex.flex-column.mb-4 { background: #FFF; padding: 20px; border-radius: 0px; height: 86vh; margin-bottom: 0; } 
.messages.d-flex.flex-column.mb-4 { background: #FFF; padding: 20px; border-radius: 0px; } 
input#message { height: auto; min-height: 63px; width: 99%; border-radius: unset; }

button.message_submit_btn { height: 100%; } 
.form-check-input:checked { background-color: #138ca7; border-color: #138ca7; } 
.form-check-input[type=radio] { border-radius: 20% 20%; } 
.auto-expand-textarea { field-sizing: content; resize: none; overflow: hidden; }
.auto-expand-input { width: 100%; min-width: 200px; padding: 12px; border: 2px solid #ddd; border-radius: 6px; font-size: 16px; font-family: Arial, sans-serif; transition: all 0.3s ease; box-sizing: border-box; resize: none; }
        
input[type=checkbox] , input[type=radio]{ accent-color: #6941C6; }
.explore-profiles img { height: 40px; width: 40px; }
i.pdf-icon{font-size: 28px;}
.card-header { padding: 10px; }

.candidate-profile-feedback .option-item { display: flex; align-items: center; margin-bottom: 5px; gap: 6px; } 
.feedback_date input#feedback_date { border: none; background: unset; box-shadow: none; border-radius: unset; border-bottom: 1px solid lightgray; }
.candidate-profile-feedback .option-item label { padding-top: 8px;}
.admin-index .assessment-card {  max-height: 643px; overflow: auto;}

/*Rules Modal*/
.rule1Modal p, .rule1Modal li, .rule1Modal h6, .rule2Modal p, .rule2Modal li, .rule2Modal h6 {font-size: 16px;}
.rule1Modal h5, .rule2Modal h5 {font-size: 20px; font-weight: 700;}
.rule1Modal h6, .rule2Modal h6 {font-size: 18px; font-weight: 600;}
.rule1Modal ul.technical-assessment{ list-style: disc; padding-left: 1em;}
.rule1Modal ol.assessment-components li {  list-style-type: inherit;}

body .rule1Modal ul li, body .rule2Modal ul li { list-style-type: square;  padding-left: 4px; list-style-position: inside;}

/* Responsive adjustments */
@media (max-width: 768px) {
    .messages-container { height: 300px;}
    .recipient-avatar img {width: 40px; height: 40px;}
}

.profile-picture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
