:root {
    --font-tab-head-20: 20px;
    --fontp-18: 18px;
    --fontp-16: 16px;
    --fontp-14: 14px;
    --fontp-12: 12px;

    --A5A5A5: #a5a5a5;
    --FFC300: #ffc300;
    --DCBE10: #dcbe10;
    --F8F8F8: #f8f8f8;
    --B2B2B2: #b2b2b2;
    --4A4A4A: #4a4a4a;
    --A4A4A4: #a4a4a4;
    --848484: #848484;
    --black: #000000;
    --white: #ffffff;
    --B1B1B1: #b1b1b1;
    --B1B1B1-light: rgba(177, 177, 177, 0.35);
}
.profile-settings{
    max-width: 810px;
}
.profile-tab {
    gap: 5px 22px;
    border: none;
    justify-content: center;
    margin-bottom: 35px;
}
.profile-tab .nav-link {
    font-size: var(--font-tab-head-20);
    color: var(--A5A5A5);
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: solid 3px transparent;
}
.profile-tab .nav-link:hover,
.profile-tab .nav-link.active {
    color: var(--black);
    border-color: transparent;
}
.profile-tab .nav-link.active {
    border-bottom: solid 3px var(--FFC300);
}
.profile-frm-back {
    background-color: var(--F8F8F8);
    border-radius: 15px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
    padding: 30px 50px;
}
.profile-tab-content h2 {
    color: var(--4A4A4A);
    font-weight: 600;
    font-size: var(--fontp-18);
    margin-bottom: 0;
    margin-top: 35px;
    line-height: 1.5;
}

.inp-box {
    border: solid 1px var(--B1B1B1-light);
    /* box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03); */
    background-color: var(--white);
    padding: 7px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 600;
}
.inp-box label {
    font-size: var(--fontp-12);
    font-weight: 600;
    color: var(--848484);
    line-height: 1.5;
    margin: 0;
}
.inp-box input,
.inp-box textarea,
.inp-box select {
    background-color: transparent;
    border: none;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    color: var(--4A4A4A);
    font-size: var(--fontp-16);
    line-height: 1.5;
}
.inp-box input:focus,
.inp-box textarea:focus,
.inp-box select:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

.inp-box-val {
    font-size: var(--fontp-14);
    font-weight: 600;
    border-radius: 100px;
    padding: 0 10px;
    line-height: 1.8;
}

.inp-inner-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.inp-inner-box .label {
    color: var(--4A4A4A);
    font-size: var(--fontp-16);
    line-height: 1.5;
}

.cust-inp {
    position: relative;
    border: solid 1px var(--B1B1B1-light);
    box-shadow: none;
}

.cust-inp input,
.cust-inp textarea,
.cust-inp select,
.select-inp .select2-container--default .select2-selection--single,
.select-inp .select2-container--default .select2-selection--multiple {
    padding: 0;
    padding-top: 20px;
    border: none;
    height: auto;
    margin-bottom: 0;
    font-size: var(--fontp-16);
    line-height: 1.5;
}

/* .select-inp .select2-container {
  display: block;
}

.select-inp .select2-container--default .select2-selection--single,
.select-inp .select2-container--default .select2-selection--multiple {
  line-height: 0;
  max-width: 200px;
  min-width: 150px !important;
}

.select-inp .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  background: var(--light-gray);
  margin: 0;
  font-size: var(--fontp-12);
  padding: 2px 7px;
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
}

.select-inp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: currentColor;
  margin-right: 0;
} */

.cust-inp label {
    position: absolute;
    top: 18px;
    font-size: var(--font-16);
    color: var(--B2B2B2);
    transition: all 0.2s ease;
    pointer-events: none;
}

.cust-inp.filled label {
    top: 7px;
    color: var(--848484);
    font-size: var(--fontp-12);
}

/* .select-inp .select2-container--default .select2-selection__rendered {
  padding-left: 0;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.select-inp .select2-selection__placeholder {
  opacity: 0;
}

.select-inp .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: -10px;
}

.select-inp .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--dark);
}

.select-inp .select2-container .select2-search--inline .select2-search__field,
.select-inp .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--dark);
} */

.red-outline {
    border-color: red !important;
}
.profile-ex {
    font-weight: 500;
    font-size: var(--fontp-14);
    color: var(--DCBE10);
    margin-top: 10px;
    margin-bottom: 10px;
}

.inp-box.cust-inp .error {
    top: calc(100% + 5px);
}
.profile-link-thumb {
    max-width: 35px;
    max-height: 30px;
    width: auto;
    height: auto;
    text-align: center;
}

.profileUpdateBtn {
    position: sticky;
    bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.profileUpdateBtn button {
    font-size: var(--fontp-16);
    font-weight: 600;
}
.profileUpdateBtn button:hover {
    background-color: var(--white);
    
}

.profile-tab-content form {
    position: relative;
}
.profile-pic-tab{
    margin-top: 65px;
}
.profile-pic-upload {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: -60px;
}
.profile-pic-upload .file-sec {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
}
.profile-pic-upload .file-wrp {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: solid 1px rgba(177, 177, 177, 0.35);
    padding: 0;
}
.profile-pic-upload .file-wrp i {
    margin: 0;
}
.profile-pic-upload .file-wrp img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
}
.white-profile-box {
    background-color: var(--white);
    border-radius: 12px;
    padding: 20px 25px;
    border: solid 1px var(--B1B1B1-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    width: 100%;
}
.white-profile-box label {
    margin-bottom: 0;
    font-size: var(--fontp-16);
    color: var(--4A4A4A);
    font-weight: 600;
}
.white-profile-box .pro-text {
    color: var(--A4A4A4);
    font-weight: 500;
    font-size: var(--fontp-14);
    line-height: 1.5;
    margin-top: 3px;
}
.white-profile-box .switch {
    width: 52px;
    min-width: 52px;
    height: 30px;
}
.white-profile-box input:checked + .slider::before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
.white-profile-box .slider::before {
    width: 23px;
    height: 23px;
}

.vacation-btn.info-btn {
    background-color: #2d9ef5;
    border-color: #2d9ef5;
}
.vacation-btn.info-btn:hover {
    color: #2d9ef5;
    border-color: #2d9ef5;
}

.white-main-box {
    background-color: var(--white);
    border-radius: 12px;
    padding: 20px 25px;
    border: solid 1px var(--B1B1B1-light);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.white-main-box h4 {
    color: var(--4A4A4A);
    font-weight: 600;
    font-size: var(--fontp-16);
    line-height: 1.5;
}

.gap-05 {
    gap: 5px;
}
.profile-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-title-thumb {
    max-width: 25px;
    max-height: 25px;
    width: auto;
    height: auto;
}
.change-password-btn{
    border: solid 1px var(--B1B1B1-light);
    background-color: var(--white);
  padding: 17px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 3px;
  font-weight: 600;
  font-size: var(--fontp-16);
  color: var(--DCBE10);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.change-password-btn:hover{
  border-color: var(--DCBE10);
  background-color: var(--DCBE10);
color: var(--black);
}



@media (max-width: 991px) {
    .profileUpdateBtn,
    .profile-frm-back{
        padding-right: 15px;
        padding-left: 15px;
    }
    .profileUpdateBtn button{
        padding: 15px;
    }
}