

.img-svg-icon{
    width: 25px;
}

.header-title{
    width: 100%;
    text-align: center;
}


.header-title h1{
    font-size: 38px;
}


/* עיצוב הכפתורים */
.custom-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 34px;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* אנימציה תלת-ממדית בעת מעבר עכבר */
.custom-btn:active {
    transform: translateY(4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* אייקונים */
.custom-btn i svg {
    width: 24px;
    height: 24px;
    stroke: white;
}

/* אפקט זוהר בעת מעבר עכבר */
.shine {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-out;
    border-radius: 50%;
}


/* צבעים שונים לכל כפתור */
.upload-file-btn {
    background: linear-gradient(135deg, #7fbdff, #186ae3);
}

.bootstrap-select .btn:not(:disabled):not(.disabled){
    line-height: unset;
    /* outline: none!important; */
    color: black;
}

.nav-tabs{
    border: unset;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff!important;
    background-color: #265286!important;
}

.nav-tabs .nav-link{
    color: #265286;
    border-radius: 0.25rem;
}

.nav-tabs .nav-item{
    width: 50%;
    text-align: center;
    margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner:focus{
    border-color: red;
}


#main-register{
    margin: 0 auto;
}

#main-register-wrapper{
    width: 100%; 
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#form-box{
    display: flex;
    margin-top: 20px;
}

.form-box-parts > p{
    font-size: 27px;
    text-align: center;
}

.part-desc-text{
    text-align: center;
    font-size: 27px; 
    font-weight: 600;
}

#form-box-parts-right-img{
    width: 150px; 
    height: 150px; 
    margin: 20px auto;
}

#image-preview{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#upload-img-btn{
    width: 50%; 
    max-width: 300px;
    margin: 0 auto; 
    background-color: #fff;
}

#upload-img-btn label{
    border-color: #545b62;
}

#upload-img-btn label:focus-within{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.upload-img-btn-icon{
    font-size: 14px;
}

.main-register-box{
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 1px 3px 9px -3px rgb(0 0 0 / 69%);
    padding: 29px 36px 48px 36px;
}

.inputs-wrapper{
    text-align: right;
}

.main-register-box label{
    font-weight: 600;
    margin-bottom: 5px;
}

#checkbox-privacy-box{
    width: 95%;
    display: flex;
    align-items: center;
    text-align: right;
    margin: 0 auto;
    margin-top: 10px;
}

#checkbox-privacy-box label{
    margin-right: 9px;
    margin-bottom: 4px;
}

#checkbox-privacy{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom; 
    margin-left: 2px;
}

#checkbox-privacy-a{
    text-decoration: underline;
}

#register-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#register-btn i{
    margin-left: 4px;
    font-size: 17px;
}

#register-btn p{
    margin: 0;
}

#register-user-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#register-user-btn i{
    margin-left: 4px;
    margin-top: 2.6px;
    font-size: 17px;
}

#register-user-btn p{
    margin: 0;
}

.dropdown-menu li{
    margin: 0;
}


.select2-dropdown{    
    text-align: right;
    padding: 20px;
}

.select2-container--default .select2-selection--single{
    height: 39px;
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left: 18px;
    right: auto;
    top: 6px;
}

.select2-container{
    width: 100%!important;
}

.table-condensed{
    width: 290px;
}


/* mobile design */
@media screen and (min-width: 321px) and (max-width: 414px) {

    #form-box{
        display: block;
    }

    .form-box-parts{
        width: 95%;
        margin: 0 auto;
        margin-top: 27px;
    }

    #upload-img-btn{
        width: 90%;
    }

    #checkbox-privacy-box{
        width: 90%;
    }

    #checkbox-privacy{
        width: 20px;
        height: 20px;
    }
}
/* mobile design */


/* tablet design */
@media screen and (min-width: 415px) and (max-width: 700px) {

    #form-box{
        display: block;
    }

    .form-box-parts{
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    #upload-img-btn{
        width: 90%;
    }

    #checkbox-privacy-box{
        width: 90%;
    }

    #checkbox-privacy{
        width: 20px;
        height: 20px;
    }

    
}

/* tablet design */
@media screen and (min-width: 601px) and (max-width: 896px) {

    #upload-img-btn{
        width: 90%;
    }
    
}
/* tablet design */

/* mobile design */
@media screen and (min-width: 0px) and (max-width: 700px) {

    .header-title{
        margin-top: 25px;
    }

}