/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.profile-image {
    width: 70px;
    float: left;
}
.profile-image img {
    width: 64px;
    height: 64px;
}


.error{
    color:red;
    font-weight:500;
    letter-spacing: 3px;
}

.preField{
    font-size:11px;
    letter-spacing: 3px;
}


.controls input {
    letter-spacing: 3px;
    font-weight:700;
}


#sig-image {
    height: 100px;
    border: 1px solid ;
    border-style: dotted;
    border-radius: 12px;
}


.nav-item:hover {
    color : blue;
}


.waves-effect:hover {
    color:#305382;
}

.waves-dark:hover {
    color:#305382;
}


.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
    color: #305382; }


.tooltip-term {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #00bcd4;
    text-decoration: none;
}

/*My sitt profile */
.custom-form-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.info-actions-section {
    display: flex;
    gap: 5px;
    flex-direction: column;
    line-height: 1.7rem;
    margin-left: 0.5rem;
    margin-top: 10px;
    width: 100%;
}

/* Tablet and up */
@media (min-width: 769px) {
    .custom-form-section {
        flex-direction: row;
        align-items: center;
    }

    .info-actions-section {
        margin-top: 0;
        width: auto;
    }
}

/* Large desktop */
@media (min-width: 1701px) {
    .info-actions-section {
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
    }
}
