@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*--font face end--*/
body {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    background-color: #F6F3F8;
}

:root {
    --primarycolor: #3A004D;
    --secondarycolor: #EE7C58;
    /* --thirdcolor: #202538; */
}

a{color: #EE7C58;}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

.form-control::placeholder {
    /* color: rgba(236, 224, 210, 1); */
}
/* Login page */

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-container {
    max-width:520px;
    width: 100%; margin: 0 auto;
        padding: 30px;
    background: #fff;
    border-radius: 16px;
}

.login-container h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0px;
}
.login-container p{
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300; color: #6B6B6B;
}

.form-label {
    color: #4C4B45 !important;
    font-size: 14px;
    font-weight: 400;
}

.form-label sup {
    color: var(--primarycolor);
}
.loginRightImg .form-check .form-check-label {
	padding-top: 2px;
	font-size: 15px;
    color: #747474;
    font-weight: 400;
}
.form-control.form-control-lg, .form-select.form-select-lg {
    height: 50px;
    border-radius: 60px;
    border-color: #F4E6E6;
    
}
input.icon-holder {
    padding-left: 45px;
}

input.icon-holder-right {
    padding-right: 35px;
}

.form-control.icon-holder-right+.input-icon-right {
    position: absolute;
    top: 8px;
    right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 5px;
}

.form-control-lg+.input-icon,
.form-control-lg~.password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
}

.form-check .form-check-label {
    padding-top: 4px;
    font-size: 13px;
}

.form-check .form-check-input {
    margin-left: -30px;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-color: var(--secondarycolor); box-shadow: none;
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor);
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #F4E6E6;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 52px;
}
.table-result p{
    font-size: 13px;
    font-weight: 500;
    color: rgba(83, 83, 83, 1);
}

.form-select.form-select-sm {
    height: 38px;
    border-radius:10px ;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius: 60px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.page-title-row h5 {
    font-size: 30px;
    font-weight: 500;
    color: #32322F;
}

.page-title-row img.backarrow {
    margin-top: -5px;
}

.btn.btn-lg {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.btn {
    font-size: 14px;
    line-height: 1.4;
    border-radius: 60px;
    padding: 9px 24px;
    color: #000;
    font-weight: 500;
}

.btn.btn-sm {
    font-size: 13px;
}


.btn.btn-primary.disabled {
    opacity: .5;
    background: #78B8AC;
    border-color: #78B8AC;
}

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff !important;
    min-width: 100px;
}

.btn-light {
    background: #fff;
    border-color: var(--primarycolor);
    color:  var(--primarycolor);
}

.btn-outline-primary {
    border-color: var(--primarycolor);
    color:  var(--primarycolor);
}

.btn-secondary {
    background: #333333;
    color: #fff;
    min-width: 100px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background: #333333 !important;
    border-color: #333333 !important;
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-light:hover {
    background: #78B8AC;
    border-color: #78B8AC;
    color: #fff;
}

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: var(--primarycolor);
    background-color: var(--primarycolor);
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}


.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

.tp-search input {
    border: solid 1px #D4D4D4;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.tp-search .searchicon {
    position: absolute;
    left: 13px;
    top: 10px;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    font-size: 26px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.dash-item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center; 
}

.dash-item a p {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.dash-item .dash-item-icon {
    border-radius: 12px;
    background: #F6F3F8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    margin-right: 20px;
}

.dash-item h6 {
    font-size: 16px;
    color: #9BA3BE;
    margin: 0;
    font-weight: 500;
}

.innerbody {
    padding-left: 276px;
    /* background-image: linear-gradient(#F6F3F0, #fff); */
    transition: all .3s ease-in;
}

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    border-radius: 27px;
    padding: 3px 10px 3px 3px;
    margin-right: 10px;
    margin-left: auto;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
    color: #4D4D4D;
}

.user-set-menu .dropdown-toggle h6 {
    font-size: 16px;
    margin: 0;
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
}

.user-set-menu .dropdown-menu {
    font-size: 15px;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.user-set-menu .dropdown-menu .dropdown-item {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.user-set-menu a {
    color: #333;
}

/*--dashboard css--*/

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 276px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primarycolor);
    padding: 23px 10px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 250px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menubar li {
    margin-bottom: 10px;
}

.menubar li>a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height:54px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.menubar li>a img {
    margin-right: 10px; filter: brightness(0) invert(1);
}

.menubar li>a:hover,
.menubar li a.active {
    color: var(--primarycolor) !important;
    background: #fff;
}

.menubar li.active a {
    background: var(--primarycolor);
}

.menubar li>a.has-submenu::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
    transition: all .2s ease;
}

.menubar li>a.has-submenu.active::after {
    transform: rotate(90deg);
}

.has-submenu.active+.submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}

/* .submenu li {} */

.submenu li a {
    padding: 5px 5px 5px 15px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    position: relative;
}

.submenu li a.active {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover::after,
.submenu li a.active::after {
    background: #D87EBD;
}

.submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #D9D9D9;

}

.sildebarlogo {
    margin: 26px 0 55px;
}

.sildebarlogo img{ width: 145px;}

.sidebar ul li a:hover img, .sidebar ul li a.active img {
	filter: unset;
}

/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table>thead {
    vertical-align: middle;
}

.table thead th {
	background: var(--primarycolor);
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
.table .btn-secondary{
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
}
.table .btn-danger{
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
    color: #fff !important;

}




.table {
    border: 1px solid var(--primarycolor);
    font-size: 12px;
    font-weight: 400;
    background: #fff; 
    color: #000;   
}

.table tr td {
    border-color: #F4F2EF;  
    font-size: 13px ;
    font-weight: 300 ;  
}
.table tr:last-child td {
    border-color:  var(--primarycolor); 
}
.table th, .table td {
    padding: 8px 15px;
}


.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
	color: #293854;
	border-color: #F5F0EC;
}
.page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination .page-item.active .page-link {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
    
}
.page-link{
    font-size: 14px;
    font-weight: 500; padding: 9px 15px;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
	background: #fff;
	padding: 15px 15px 15px 30px;
	display: flex;
	align-items: center;
    box-shadow: 0 4px 4px #00000005;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-row-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.header-serarch {
    position: relative;
    width: 260px;
   
    
}
.header-serarch .inputicon {
    position: absolute;
    top: 14px;
    left: 14px;
}
.header-serarch .form-control {
    padding-left: 10px;
    padding-right: 35px;
}
.headerserarch {
    position: relative;
        width: 100%;
    max-width: 315px;
    
}
.headerserarch .inputicon {
    position: absolute;
    top: 10px;
    left: 18px;
}
.headerserarch .inputicon img {
    width: 18px;
}

.headerserarch .inputicon-rt {
    position: absolute;
    top: 6px;
    right: 14px;
    cursor: pointer;
}

.headerserarch .form-control {
    padding-left: 42px;
    padding-right: 35px;
    color: #101010;
    border-color: #F4E6E6; border-radius: 50px;     height: 46px;
}
.headerserarch .form-control::placeholder{
    color: #ECE0D2;
}

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.filterby label {
    white-space: nowrap;
    margin-right: 10px;
}

.card {
    border-radius: 10px;
}

.text-light {
    color: #B9B8B8 !important;

}

.label-heading {
    font-size: 14px;
}


.m-card-min-hight {
    min-height: calc(100vh - 290px);
}


.dropdown-item.active,
.dropdown-item:active {
    background: var(--primarycolor);
}

.uploaded img {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: var(--secondarycolor);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: var(--secondarycolor);
}



.fw-semibold img {
    width: 40px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
}

.dataTable {
    width: 100% !important
}

.fw-semibold {
    width: 180px
}

.dataTables_length {
    margin: 7px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--primarycolor) !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--primarycolor) !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.btn:focus-visible {
    color: #fff;
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor);
    outline: 0;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor);
}



.form-label {
    margin-bottom: 4px;
}

.tbSmImg {
    width: 45px;
    height: 30px;
    border-radius: 8px;
}


/*---*/
.loginLeftImg {
    padding: 40px 60px;
    height: 100vh;
    width: 100%;
}
.loginLeftImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.loginRightImg {
	width: 100%;
	height: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: center;
    flex-direction: column;
    /* background-image: linear-gradient(#F6F3F0, #fff); */
    padding: 60px;
}

.whiteBg{
    border-radius: 16px;
    background: #fff;
    padding:40px 50px;
}




.innerbody .container-fluid {padding:20px 25px 0px 25px;}
.textArea{ height: 110px; border-radius: 15px;}
.uploadimage {
	position: relative;
	width: 110px;
	margin: auto;
    text-align: center;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	padding: 12px 20px;
    
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #C2C2C2;
    transition: .4s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px 3px;
    color: white;
  }
  input:checked + .slider {
    background-color: var(--secondarycolor);
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 28px;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }
  input:checked + .slider:before {
    transform: translateX(18px); /* Adjust based on the width of the slider */
  }
  .rounded-pill {
    border-radius: 24px !important;
    padding: 7px 16px !important ;
    font-size: 11px;
    font-weight: 400;
}
.text-bg-success {
    color: #fff !important;
    background-color: #54BF7F !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: #F14336 !important;
}
.text-success{
    font-size: 13px;
    font-weight: 400;
    color:  #6ebe52 !important;
}
.text-danger{
    font-size: 13px;
    font-weight: 400;
    color:  #F14336 !important;

}

.bg-white-container{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin: 0 auto;
}
.page-title-row h4{
    font-size:28px ;
    font-weight: 600;
    margin: 0px;

}
.btn-outline-dark{
    border-radius: 12px;
    background-color: #fff;
}


/* login input */
.icon-input input {padding-left: 50px;}
.icon-input {position: relative;}
.icon-input .pre-icon {position: absolute;    top: 12px;  left: 18px;}


.blue-light {background: #D9E2FF !important; }
.orange-light { background: #FFF1E9 !important;}
.red-light {background: #FFEEED !important;}
.green-light {background: #E5F5ED !important;}
.Gray-light {background: #E5E7EF !important;}

.profile-icon {width: 44px;    height: 44px;    display: inline-block;    background: #F5F5F5;    text-align: center;    line-height: 40px;    border-radius: 100%;}
.table-result .form-select {border-radius: 10px;    padding-left: 15px; font-size: 13px;}
.table .profile-icon {width: 32px;    height: 32px;    line-height: 29px; margin-right: 5px;}

.action-btn1 {width: 30px; height: 30px; background: #000; display: inline-block; text-align: center; /* line-height: 28px; */ border-radius: 100%; border: 0;}
.filter-row-search .form-select {height: 44px;    border-radius: 40px;    padding: 0 40px 0 20px !important;}

.btn-primary-2{background-color: #2C5BE6;    border-color: #2C5BE6; color: #fff;}
.btn-gray {background: #D3D3D3;}

.filter-row-search .btn {height: 44px;    padding: 10px 30px;}
.total-revenue {font-size: 20px;    font-weight: 500;    margin-left: 12px;}

.total-revenue span {color: var(--primarycolor);}
.export-file {display: flex;    align-items: center;    justify-content: flex-end; flex-wrap: wrap;}

.no-wrap {white-space: nowrap;}
.a-link{color: var(--primarycolor); border: 0;    background: 0;    padding: 0; text-decoration: underline;}

/* modals */
img {max-width: 100%;}

.video-wrap {position: relative;    border-radius: 10px;    overflow: hidden;}

.play-icon {position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);}

.video-wrap::before {content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: #000;    opacity: 0.5;}

.detailModal h6 {font-size: 13px;    font-weight: 600;}
.modal-content {border-radius: 16px; border: 0;}

.help-support-teaxtarea textarea {height: 85px;    padding-right: 55px;}
.help-support-teaxtarea .action-btn1 {position: absolute;    top: 22px;    right: 10px;    width: 42px;    height: 42px;}

.help-support-teaxtarea {position: relative;}

.memberDetailModal .profile .name {font-size: 12px;}
.memberDetailModal .profile .phone {font-size: 11px;}

.list-typ1 li {list-style: none;    padding: 10px 0;    border-bottom: 1px solid #f1f1f1;}
.list-typ1 {padding-left: 0; }

.list-typ2 li {list-style: none;    padding: 16px 0 16px 12px;    border-bottom: 1px solid #f1f1f1;}
.list-typ2 {padding-left: 0; }

/* ===============================================================================
==================================================================================   */
.dash-item .dash-item-icon img {width: 35px;}
h6 {font-size: 22px; font-weight: 400;}
.badge {font-size: 12px; border-radius: 50px; font-weight: 400; padding: 7px 13px;}
.badge.bg-success {background: #6EBE52 !important;}
.action-btn button {background: transparent; padding: 0; border: 0;}

.modal-title {
    font-size: 22px !important;
    font-weight: 500 !important;
}
.modal-dialog {
    max-width: 610px;
}
.modal-header {
    border-bottom: 0;
}
.modal-header, .modal-body {
    padding-left: 25px;
    padding-right: 25px;
}

/* professional detail modal */
.detail-itm label {
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F;
}

.detail-itm p {
    font-size: 18px;
    font-weight: 500;
    word-break:break-word;
}
.uploaded-img {
    width: 72px;
    height: 72px;
    border: 1px solid #E2EDFA;
    border-radius: 10px; overflow: hidden; margin-top: 10px;
    position: relative;  
}

.uploaded-img .remove-icon {
    position: absolute;
    top: 0;
    right: 1px;
}


.btn-no-style{background: transparent; padding: 0; border: 0;}
.text-orange{color: var(--secondarycolor) !important;}

/* staff member modal */
.staff-member-itm {
    display: flex;
    background: #F6F3F8;
    padding: 13px;
    border-radius: 16px;
    align-items: center; margin-bottom: 8px;
}

.staff-member-itm .profile span {
    width: 48px;
    min-width: 48px;
    display: block;
    margin-right: 10px;
    border-radius: 100%;    overflow: hidden;
    border: 1px solid #fff;
}

.staff-member-info h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.staff-member-info p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    color: #3B3638;
    line-height:14px;
}


/* custom date picker */
/* Hide the default calendar icon in Chrome, Edge, Safari */
input[type="date" i]::-webkit-calendar-picker-indicator {
    background: url('../images/calendar.svg') no-repeat right center;
    background-size: 24px;
    cursor: pointer;
    block-size: 24px;
    inline-size: 24px;
}



/* =============================================================================== */
/* 3-sept-2025 */
.btn-orange {
    background: #EE7C58;
    color: #fff;
}
.table thead th {
    text-transform: uppercase; white-space: nowrap;
}
.action-btn button {margin-right: 2px;}
.filter-row-search .btn {
    height: 46px;
    padding: 12px 30px;
}
.btn-no-style{ background: transparent; border: 0; padding: 0;}
.form-control, .form-select {
    border-radius: 50px;
}

.form-control {
    padding: 10px 28px;
}

.form-select {
    padding: 10px 40px 10px 28px;
}
.btn.btn-lg {
    padding: 10px 40px;
}
.btn-white {
    background: #fff;
    color: #EE7C58 !important;
}
.btn-white:hover {
    color: #fff !important;
}
.filter-row-search .form-select {
    height: 46px;
    padding: 0 40px 0 20px !important; border-color: #F4E6E6;
}
.btn.btn-sm {
    font-size: 12px;
    padding: 4px 10px;
}
.w-75px{width: 75px;}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #E1E1E1 !important;
    border-color: #E1E1E1;
}

/* job details modal */
.job-details-modal h5 {
    font-size: 20px;
    font-weight: 600;
}
.job-details-modal h6 {
    font-size: 16px;
    font-weight: 600;
}
.text-orange {
    color: #EE7C58;
}
.payment-details-table table {
    width: 100%;
}

.payment-details-table table td:nth-child(2) {
    text-align: right;
}


.payment-details-table table td {
    padding: 6px 14px;
}

.payment-details-table {
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 5px 1px 1px;
}
.payment-details-table table tr:last-child td {
    padding: 10px 14px;
    background: #F7F1F9;
    border-radius: 0 0 14px 14px;
    text-align: center;
}
.btn-primary-outline {
    border-color: var(--primarycolor);     color: var(--primarycolor);
}

input[type="date" i]::-webkit-calendar-picker-indicator {
    background-image: url(../images/calendar.svg);

}
.innerbody .container-fluid {
    padding: 20px 25px 20px 25px;
}
.table {
    margin-bottom: 0;
}

.table-result {
    margin-top: 20px;
}
td.action-btn {
    white-space: nowrap;
}


/* 4-sept-2025 */
.toggle-password path {
    fill: #3a004d;
}
body.innerbody {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{flex:1;}
.paginate_button {
    border: 1px solid #ccc !important;
    margin: 0 0 0 -1px !important;
}

    .paginate_button.first {
        border-radius: 10px 0 0 10px !important;
    }

    .paginate_button.last {
        border-radius: 0 10px 10px 0 !important;
    }

    .paginate_button:hover img {
        filter: brightness(0) invert(1);
    }
.dataTables_scroll {
    margin-bottom: 20px;
}

.uploaded-img {
    position: relative;
    display: inline-block;
}
.uploaded-img img {
    height:72px;
    width:72px;
    object-fit:cover;
}

.video-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 6px 12px;
    pointer-events: none; /* ensures click goes to video */
}

.leftProfileImg img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f6f3f8;
}
.viewDetailsBlog {
    font-size: 15px;
}
.viewDetailsBlog span {
    font-weight:600;
}
.viewDetailsBlog {
    font-size: 15px;
    border: 1px solid #f6f3f8;
    padding: 10px 15px;
    border-radius: 12px;
    background: #f6f3f8;
}
.viewDetailsBlog p {
    margin-bottom:0px
}

.thumb-img,
.thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes sure image/video fills box without distortion */
    border-radius: 8px;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px 10px;
    border-radius: 44px;
    min-height: 30px;
    font-size: 12px;
    min-width: 30px;
    transform: translate(-50%, -50%);
}
#Editor {
    visibility: hidden; /* hide textarea until TinyMCE is ready */
}

table.faqTable th:last-child {
    max-width: 140px;
}

/* Hide Edge's built-in password reveal button */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}