/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* Language Dropdown Styles */
.language-select {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    margin-right: 15px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    outline: none !important;
}

.language-select:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.language-select option {
    background: #333 !important;
    color: #fff !important;
}

body.rtl .language-select {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

/* Fix Header Height and Logo Size */
.footer__header__custom {
    padding: 5px 0 !important;
}

.footer__header__custom .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__header__custom .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.craftoriaLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px !important;
    max-width: 100% !important;
    transform: translateX(0) !important;
    margin-left: 20px;
}

.craftoriaLogo img {
    max-height: 40px !important;
    width: auto !important;
    object-fit: contain;
}

.main__menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.main__menu > li > a {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
}

.main__menu__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.htc__header__top {
    padding: 5px 0 !important;
}

.heaher__top__left,
.header__top__right {
    height: 30px !important;
}

.heaher__top__left li,
.login-register li a {
    font-size: 11px !important;
}

/* Center align navigation items */
.footer__header__custom .row {
    margin: 0;
}

.footer__header__custom .col-md-12 {
    padding: 0 15px;
}

/* Login Page Input Fields Styling */
#username,
#password {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #8e8e8e;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #686868;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

#username:focus,
#password:focus {
    outline: none;
    border-bottom-color: #fcc236;
}

#username {
    margin-top: 0;
}

#password {
    margin-top: 40px;
}
