﻿.resumerTabImages {
    height: 30px;
    width: 30px;
    position: relative;
    top: -10px;
    left: 0px;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: white;
    border: 1px solid gray;
}

.activeColor {
    background-color: #59b2ff !important;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        color: #ddd;
        font-size: 24px;
        padding: 0 2px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .star-rating label:hover,
        .star-rating label:hover ~ label,
        .star-rating input:checked ~ label {
            color: #ffc107;
        }

.register-inputs {
    padding: 12.5px 20px !important;
    background-color: #fff !important;
    width: 80% !important;
    margin-right: 1em;
}

.register-inputs-only {
    padding: 12.5px 20px !important;
    background-color: #fff !important;
    width: 80% !important;
    margin-right: 1em;
}

.register-labels {
    margin-top: 8px;
}

hr {
    border: 1px solid;
}

.margin-padding-l-0 {
    margin-left: 0;
    padding-left: 0;
}

.margin-padding-r-0 {
    margin-right: 0;
    padding-right: 0;
}

.mds-bs-dtp-container.rtl table:not([dir=ltr]) {
    direction: rtl;
    font-family: 'peyda';
}

.nav-tabs {
    position: relative;
    border: none;
    margin-bottom: 20px;
}

    .nav-tabs .nav-item {
        width: 20%;
        text-align: center;
    }

    .nav-tabs .nav-link {
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #ddd;
        color: #fff;
        font-size: 22px;
        transition: all 0.3s;
        margin: 0 auto;
    }

        .nav-tabs .nav-link.active {
            background: #68d2ff;
            color: #fff;
            transform: scale(1.1);
        }

.tab-content {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.round-tabs {
    display: inline-block;
    border-radius: 50%;
}

.liner {
    height: 2px;
    background: #428bca;
    position: absolute;
    top: 50px;
    width: 80%;
    left: 10%;
    z-index: 0;
}

.button-1:hover {
    border: 1px solid #fff;
    background-color: #0e8abf;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.alert-warning-new {
    background-color: #e7e6e6;
    border: unset !important;
}

#StepTitle {
    padding: 15px 10px 0px;
    color: white !important;
} 

#Image1Preview {
    height: 80px;
    width: 80px;
    position: relative;
    top: 0;
    right: 25%;
    border-radius: 50%;
    border: 1px solid black;
    margin-bottom: 10px;
}

.table > thead {
    vertical-align: bottom;
    background-color: #c7e5ff !important;
}

.nav-tabs .nav-link:disabled {
    background-color: #d7d7d7 !important;
}

.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    opacity: 0;
    z-index: 99;
    color: #fff;
    width: 190px;
    display: block;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -70px;
    bottom: 60px;
}

    .tooltip:before, .tooltip:after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(51,51,51,0.9);
        position: absolute;
        bottom: -10px;
        left: 43%;
    }

.tooltip-container:hover .tooltip, a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgb(255 252 252 / 5%);
    color: var(--bs-table-striped-color);
    font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    font-size: 12px;
}

#tab1Subtitle {
    font-size: 12px;
    width: 100px;
    position: relative;
    top: -23px;
    left: 35px;
    color: black;
}

#tab2Subtitle {
    font-size: 14px;
    width: 100px;
    position: relative;
    top: -23px;
    left: 35px;
    color: black;
}

#tab3Subtitle {
    font-size: 14px;
    width: 100px;
    position: relative;
    top: -23px;
    left: 35px;
    color: black;
}

#tab4Subtitle {
    font-size: 14px;
    width: 100px;
    position: relative;
    top: -82px;
    left: 35px;
    color: black;
}

#tab5Subtitle {
    font-size: 14px;
    width: 140px;
    position: relative;
    top: -23px;
    left: 54px;
    color: black;
}

@@media screen and (max-width: 380px) {
    #tab1Subtitle {
        display: none;
    }

    #tab2Subtitle {
        display: none;
    }

    #tab3Subtitle {
        display: none;
    }

    #tab4Subtitle {
        display: none;
    }

    #tab5Subtitle {
        display: none;
    }

    #Image1Panel {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    #Image1Preview {
        height: 80px;
        width: 80px;
        position: relative;
        top: 0;
        right: 35%;
        border-radius: 50%;
        border: 1px solid black;
        margin-bottom: 10px;
    }


    input[type="file"] {
        background-color: transparent;
        padding: 4px;
        margin: 0;
        position: relative;
        right: 20%;
        margin-bottom: 2em;
        margin-top: 1em;
    }

    .tab-content {
        background-color: transparent;
        padding: 0 !important;
        box-shadow: unset !important;
    }

    .input-group {
        max-width: 60%;
    }

    .form-select {
        max-width: 80%;
    }
}

.border-danger {
    border: 2px solid #ffa0bb !important;
}

.border-success {
    border: 2px solid green !important;
}

.text-danger-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    position: relative;
    top: -10px;
    left: -20px;
}

.custom-number-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .custom-number-input input {
        width: 80px;
        text-align: center;
    }

    .custom-number-input .btn-plus,
    .custom-number-input .btn-minus {
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 5%;
        background-color: #f1f1f1;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        transition: background-color 0.2s ease;
        position: relative;
        top: -5px;
        left: 0;
        border: 1px solid lightgrey;
        border-radius: 5px;
    }

        .custom-number-input .btn-plus:hover,
        .custom-number-input .btn-minus:hover {
            background-color: #d9d9d9;
        }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.profile-image {
    display: block;
    max-width: 70px;
    margin: 5px auto;
    min-height: 90px;
}