﻿/*TOP MENU LINKS*/
.top-nav-links {
    padding: 0;
    color: rgba(27, 46, 75, 0.75);
    background-color: #F5FBFC;
    padding: 8px;
    border-radius: 10px;
    margin-left: 10px;
    border: solid thin #d9ddde;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
}

.action-menu-container .action-menu-btn {
    background-color: #f4f4f4;
    padding: 5px 3px 5px 8px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.action-menu-container svg {
    stroke-width: 1.25px;
    margin-right:3px;
    align-content:center
}

.table-action-btn svg {
    stroke-width: 1.25px;
    margin-right: 3px;
    align-content: center;
    color: #00000070;
}

.custom-control-container {
    background-color: aliceblue;
    padding: 5px 15px;
    border-radius: 15px;
}

.top-nav-links svg {
    stroke-width:1.5px;
}

/*FACULTY CARD*/
.card-faculty {
    margin-bottom:20px;
}

.card-faculty .action-link {
    background-color: aliceblue;
    border-radius: 10px;
    display: block;
    padding: 0.75rem 0.75rem;
    color: #019AC6;
}

.card-faculty .action-link svg {
    stroke-width: 1.5;
}

.card-faculty .action-link-rounded {
    background-color: #efefef;
    border-radius: 50px;
    display: block;
    margin: 0px 10px 0px 0px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtl .card-faculty .action-link-rounded {
    margin: 0px 0px 0px 10px;
}

.card-faculty .action-link-rounded svg {
    width: 18px;
    height: 18px;
    color: #888;
    stroke-width: 1.5;
}

.card-faculty .card-title {
    margin-bottom: 0rem;
    font-weight:600;
    font-size:0.9rem;
}

.card-faculty .card-title a {
    color: #000;
}
/*FACULTY CARD*/

.btn svg{
    width: 25px;
    height: 25px;
    stroke-width: 1.5px;
    margin-top: -2px;
}

/*SWITCH CONTROL*/


div.btn-container i {
display: inline-block;
position: relative;
top: -9px;
}

.btn-color-mode-switch {
display: inline-block;
margin: 0px;
position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 110px;
    height: 40px;
    border-radius: 7px;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    background-color: #f4f4f4;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
content: attr(data-on);
position: absolute;
top: 3px;
right: 5px;
color: #333;
width: 25px;
height: 34px;
background-image: url(/img/grid.svg);
background-repeat: no-repeat;
width: 45px;
background-position: center;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
content: attr(data-off);
background: #fff;
border-radius: 5px;
position: absolute;
left: 4px;
top: 3px;
text-align: center;
transition: all 0.3s ease;
padding: 5px 0px;
font-size: 14px;
color: #fff;
height: 34px;
background-image: url(/img/list.svg);
background-repeat: no-repeat;
width: 55px;
background-position: center;
}

.btn-color-mode-switch > .alert {
display: none;
background: #FF9800;
border: none;
color: #fff;
}

.btn-color-mode-switch input[type="checkbox"] {
    cursor: pointer;
    width: 110px;
    height: 40px;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 1;
    margin: 0px;
    margin-left: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 52px;
    background-color: #fff;
    width: 25px;
    height: 34px;
    background-image: url(/img/grid.svg);
    background-repeat: no-repeat;
    width: 55px;
    background-position: center;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
    right: auto;
    left: 15px;
    background-image: url(/img/list.svg);
    width: 25px;
    background-repeat: no-repeat;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
/*background: #66BB6A; */
/*color: #fff;*/
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
display: block;
}

.card-faculty {
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.card-guardian {
    box-shadow: none;
}

.profile-img-container {
    border: solid thin #eee;
    padding: 5px;
}

@keyframes slider {
    0% {
        top: 10em
    }

    100% {
        top: -14em
    }
}

.btn-sm-custom {
    padding: 0.100rem 0.5rem;
    border-radius: 20px;
    height: 23px;
}

