*,
* button:focus {
    outline: 0
}

body {
    font-family: 'Roboto', sans-serif;
    direction: ltr;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background: #f9f9f9;
}

body p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
} */

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.main-color {
    color: #5D89B6 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

form .form-group {
    position: relative;
}

button {
    background: transparent;
    border: 0;
}

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(-135deg, #183f78, #0073b6);
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container {
    position: relative;
    z-index: 20;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #000;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.text {
    font-size: 16px;
    color: #888;
    margin: 15px 0;
    line-height: 2;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 10vh 0;
}

.light {
    color: #fff;
}

.block {
    display: block;
}

.butn {
    padding: 12px 35px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 10px;
    background: #052A98;
    font-size: 14px;
    letter-spacing: 1px;
}

.butn span {
    color: #fff;
    position: relative;
    z-index: 5;
}

.butn.color {
    background: linear-gradient(135deg, #7E3ACA, #5D89B6);
}

.butn.light {
    background-color: #fff;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #9993;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.butn.light span {
    color: #5D89B6;
}

.butn.small {
    padding: 7px 15px;
    min-height: unset;
}

form .form-control {
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #9993;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

form label {
    color: #031b4e;
}


/* ----------------------------------------------------------------
     [ Start datepicker ]
-----------------------------------------------------------------*/

.ui-widget.ui-widget-content {
    min-width: 350px;
    z-index: 999 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: transparent;
    border: 0;
    padding: 15px;
}

.ui-widget.ui-widget-content {
    border-color: #eee;
}

.ui-widget-header {
    background: #fafafa;
    border: 0;
    padding: 5px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #555;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-next:after {
    content: "\f054";
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "\f053";
}

.ui-datepicker .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-next:hover:after {
    color: #fff;
}

thead {
    border-bottom: 1px solid #f5f5f5;
    color: #031b4e;
}

.ui-datepicker th {
    padding: 12px;
}

tbody {
    padding: 10px;
}

tbody tr {
    display: table-row;
}

tbody tr:nth-of-type(odd) {
    background: #fbfbff;
    border-top: 1px solid #F6F7FB;
    border-bottom: 1px solid #F6F7FB;
}

tbody tr th,
tbody tr td {
    padding: 0 15px;
    vertical-align: middle;
    font-size: 13px;
    position: relative;
    color: #6c757d;
}

.ui-state-default {
    text-align: center !important;
    color: #888 !important;
}

.ui-state-hover {
    background: #5D89B6 !important;
    color: #fff !important;
}

.ui-state-highlight.ui-state-active {
    color: #fff !important;
    background: #031b4e !important;
}


/* -------------- border-item ------------------ */

.border-item {
    padding: 30px;
    border: 1px solid #9995;
    border-radius: 10px;
    margin-top: 30px;
    height: 100%;
    background-color: #fff;
}


/* -------------- datatitle ------------------ */

.datatitle h6 {
    color: #5D89B6;
    margin-bottom: 10px;
}

.datatitle p {
    color: #888;
    font-size: 12px;
    margin-bottom: 20px;
}

.side-title {
    border-bottom: 1px dashed #9995;
    margin-bottom: 30px;
}

.side-title h3 {
    color: #222;
    padding: 15px 0;
    text-transform: capitalize;
}


/* -------------- loader ------------------ */

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0009;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #09f;
    border-top-color: #09f;
    box-sizing: border-box;
    height: 20vmin;
    left: calc(50% - 10vmin);
    position: fixed;
    top: calc(50% - 10vmin);
    width: 20vmin;
    z-index: 1;
}

.loader:before {
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #3cf;
    border-top-color: #3cf;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

.loader:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #6ff;
    border-top-color: #6ff;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* -------------- sidemenu ------------------ */

.sidemenu {
    /* position: fixed; */
    position: absolute;
    left: 0;
    top: 0;
    /* height: 100%; */
    min-height: 100%;
    width: 18vw;
    background: #062A97;
    background: linear-gradient(135deg, #062A97, #041D69);
    /*padding: 30px 0;*/
    transition: all 0.1s ease-in-out;
    z-index: 100;
    overflow: auto;
    overflow-x: hidden;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #f5f5f5 #f5f5f5;
}

.sidemenu::-webkit-scrollbar {
    height: 5px;
    width: 3px;
    background: #f5f5f5;
}

.sidemenu::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    -webkit-border-radius: 0;
}

.sidemenu::-webkit-scrollbar-corner {
    background: #f5f5f5;
}

.sidemenu .logo {
    text-align: center;
    padding-bottom: 40px;
    background: #FFf;
    padding: 30px 3vw;
    margin: 2vw;
    border-radius: 20px;
}

.sidemenu .logo img {
    width: 200px;
}

.sidemenu-links {
    /*border-top-left-radius: 30px;*/
    /*border-bottom-left-radius: 30px;*/
    overflow: hidden;
}

.sidemenu-links a {
    padding: 15px 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    border-top: 1px solid #fff1;
}

.sidemenu-links a.linkItem-head {
    position: relative;
}

.sidemenu-links a.linkItem-head:after {
    position: absolute;
    content: "\f078";
    right: 15px;
    top: 22px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 11px;
}

.sidemenu-links a.linkItem-head:hover:after,
.sidemenu-links li.active a.linkItem-head:after {
    color: #5D89B6;
}

.sidemenu-links .linkItem-body a {
    padding: 10px 30px;
}

.sidemenu-links a span {
    color: #fff;
}

.sidemenu-links a:hover,
.sidemenu-links li.active a {
    background-color: #fff;
}

.sidemenu-links li .linkItem-body a {
    background-color: #f5f5f5;
    padding: 10px 15px 10px 50px;
    font-size: 13px;
    border-bottom: 1px solid #9993;
    position: relative;
    color: #666;
}

.sidemenu-links li .linkItem-body a::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid #666;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sidemenu-links .linkItem-body a:hover::before {
    background-color: #5D89B6;
    border: 2px solid #5D89B6;
}

.sidemenu-links .linkItem-body a:hover {
    color: #5D89B6;
}

.sidemenu-links li.active a span,
.sidemenu-links li:hover a span {
    color: #333;
}

.sidemenu-links a img {
    width: 30px;
    margin-right: 2.5vw;
}

.sidemenu-links a i {
    margin-right: 2vw;
    font-size: 18px;
    color: #fff;
}

.sidemenu-links a:hover i,
.sidemenu-links li.active a i {
    color: #5D89B6;
}

.sidemenu-links a:hover img,
.sidemenu-links li.active a img {
    filter: invert(26%) sepia(99%) saturate(1607%) hue-rotate(165deg) brightness(91%) contrast(88%);
}


/* -------------- sidemenu smallmenu ------------------ */

.sidemenu.smallmenu {
    padding: 30px 0;
    width: 80px;
    overflow: auto;
    overflow-x: hidden;
}

.sidemenu.smallmenu .sidemenu-links {
    border-radius: 0;
}

.sidemenu.smallmenu .sidemenu-links a {
    padding: 20px 0;
    text-align: center;
}

.sidemenu.smallmenu .sidemenu-links a span {
    display: none;
}

.sidemenu.smallmenu .sidemenu-links a img {
    margin-right: 0;
}

.sidemenu.smallmenu .sidemenu-links a i {
    margin: 0;
    font-size: 30px;
}

.sidemenu.smallmenu .logo{
    margin: 5px;
    padding: 8px;
}


/* -------------- top nav ------------------ */

.top-nav {
    position: relative;
    top: 0;
    right: 0;
    left: 18vw;
    width: calc(100% - 18vw);
    border-bottom: 1px solid #9993;
    padding-left: 6vw;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    z-index: 100;
}

.top-nav.tallnav {
    left: 80px;
    width: calc(100% - 80px);
}

.top-nav .title {
    padding: 30px 0;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #272424;
}

.top-nav .search-bar {
    padding: 30px 0;
}

.top-nav .search-bar .form-group {
    margin-bottom: 0;
}

.top-nav .search-bar .form-group button {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    color: #5D89B6;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.top-nav .search-bar .form-control {
    border-radius: 0;
    border: 0;
    padding-left: 40px;
    box-shadow: none;
}

.top-nav .search-bar .form-control:focus {
    border-bottom: 1px solid #9993;
}

.top-nav .search-bar .form-group .form-control:focus~button {
    color: #fff;
    background-color: #5D89B6;
}

.top-nav .notivacations {
    text-align: right;
}

.top-nav .notivacations .items {
    padding: 20px 0;
    display: inline-block;
    text-align: left;
}

.top-nav .notivacations .items .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #5D89B6;
    font-size: 17px;
    position: relative;
}

.top-nav .notivacations .items .icon .num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    background-color: orangered;
    color: #fff;
    font-size: 10px;
}

.top-nav .profile-nav {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.top-nav .profile-nav .dropdown-menu {
    padding: 0;
    left: unset !important;
    right: -110px !important;
    width: 200px;
    border: 0;
    box-shadow: 0 0 20px #0002;
    border-radius: 15px;
}

.top-nav .profile-nav .dropdown-menu .pic {
    width: 100%;
    background: linear-gradient(135deg, #7E3ACA, #5D89B6);
    padding: 30px 15px 15px;
}

.top-nav .profile-nav .dropdown-menu .pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9995;
    margin-bottom: 15px;
    object-fit: contain;
}

.top-nav .profile-nav .dropdown-menu .pic h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
}

.top-nav .profile-nav .dropdown-menu .dropdown-item {
    line-height: 2.5;
    border-bottom: 1px solid #9993;
    font-size: 13px;
    color: #031b4e;
    text-transform: capitalize;
}

.top-nav .profile-nav .dropdown-menu .dropdown-item i {
    font-size: 11px;
    margin-right: 5px;
}

.top-nav .profile-nav .info {
    text-align: center;
    width: 70%;
    border-left: 1px solid #9993;
}

.top-nav .profile-nav .info h5 {
    font-size: 14px;
    color: #332e2e;
    text-transform: capitalize;
    margin: 0;
}

.top-nav .profile-nav .info p {
    font-size: 12px;
    color: #726c6c;
}

.top-nav .profile-nav .user-img {
    /* width: 30%; */
}

.top-nav .profile-nav .user-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: contain;
    padding: 2px;
    border: 1px dashed #9993;
}


/* --------------- toggelmenu -------------- */

.top-nav .toggelmenu {
    width: 35px;
    position: absolute;
    left: 15px;
    top: 30px;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

.top-nav .toggelmenu span {
    width: 35px;
    height: 3px;
    border-radius: 5px;
    background-color: #777;
    margin: 4px 0;
    float: left;
    transition: all 0.2s ease;
}

.top-nav .toggelmenu i {
    display: none;
}

.top-nav .toggelmenu.arrow {
    border: 1px dashed #9993;
}

.top-nav .toggelmenu.arrow i {
    display: block;
    line-height: 35px;
    color: #777;
    font-size: 25px;
}

.top-nav .toggelmenu.arrow span {
    opacity: 0;
    transform: scale(0);
    position: absolute;
}


/* -------------- main ------------------ */

main {
    margin-left: 18vw;
    /* margin-top: 105px; */
    transition: all 0.1s linear;
    padding: 10vh 5vw 10vh 6vw;
    background-color: #f9f9f9;
}

main.fullwidth {
    margin-left: 80px;
}

main.main {
    padding: 5vh 2vw 5vh 2vw;
    min-height: calc(100vh - 100px);
}


/* -------------- new-users ------------------ */

.new-users .number {
    font-size: 40px;
}

.progress-item .info {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.progress-item .progress {
    height: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.progress-item .progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 1s ease-in-out;
}


/* -------------- login page ------------------ */
.login{
    position: relative;
    min-height: 100vh;
}

.login::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, #062A98, #041D69, #062A98);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.login .border-item{
    /*box-shadow: 0 5px 15px #0002;*/
    border-radius: 20px;
    padding: 0;
    /*overflow: hidden;*/
    border: 0;
    border: 30px solid #f9f9f9;
    position: relative;
    background: #f9f9f9;
}

.login .border-item::before{
    position: absolute;
    content: "";
    right: -30px;
    bottom: -30px;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, #062A98, #041D69, #062A98);
    border-radius: 30px;
}

.login .logo{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    /*background: linear-gradient(135deg, #5A489D, #5A489D);*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 30px #0001;
}

.login .logo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-image: url(../images/sub_shap2.png);
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  pointer-events: none;
  background-repeat: no-repeat;
  filter: invert(28%) sepia(61%) saturate(1182%) hue-rotate(224deg) brightness(84%) contrast(83%);
  display: none;
}

.login .logo img{
    max-width: 250px;
}

.login .border-item form{
    padding: 5vw 3vw;
    background: #e1e1e1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-head {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     background: linear-gradient(-135deg, #755C98, #CB2262); 
    color: #fff;
    margin-bottom: 50px;
}

.blurback {
    position: relative;
    min-width: 100vw;
    height: 100vh;
}

.blurback:after {
    position: absolute;
    content: "";
    background: url(../images/login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
    pointer-events: none;
}


/* -------------- login page ------------------ */

.login form {
    position: relative;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
    background-color: #fff;
}

.form-head {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #7E3ACA, #5D89B6);
    color: #fff;
    margin-bottom: 50px;
}


/* -------------- table ------------------ */

.table form .form-control {
    min-height: 40px;
    font-size: 13px;
    min-width: 4.8vw;
}

.table th form .form-control {
    min-width: unset;
    width: 40px;
}


/* .table form .form-control:focus {
    width: 150px !important;
} */

.table-bordered thead th,
.table-bordered thead td {
    font-size: 13px;
}

.table .icon img {
    width: 17px;
    margin: 0 3px;
}

.table th,
.table td {
    vertical-align: middle;
}

.table-bordered tbody tr td:last-of-type {
    display: flex;
    justify-content: center;
}

.table .custom-control-label::before,
.table .custom-control-label::after {
    top: 1px;
}

.table-hover tbody tr.active {
    background-color: #f1f1f1;
}


/* -------------- sidemenu ------------------ */

.linkItem-body {
    display: none;
}

.active .linkItem-body {
    display: block;
}


.active .linkItem-body {
    display: block;
}


a.before{
    color: #5D89B6 !important;
}

a.before:before{
    background: #5D89B6 !important;;
    border: 2px solid #5D89B6 !important;;
}

.nav-tabs .module_nav_link.active{
    background-color: #5D89B6 !important;
    color: #fff !important;
}

/* -------------- users ------------------ */

#imgModal .modal-dialog {
    max-width: 350px;
}

#imgModal .modal-dialog .modal-body .img {
    position: relative;
    text-align: center;
}

#imgModal .modal-dialog .modal-body .img input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
}

#imgModal .modal-dialog .modal-body .img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #0004;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}

#imgModal .modal-dialog .modal-body .img:hover span {
    opacity: 1;
}

#imgModal .modal-dialog img {
    width: 100%;
    border-radius: 10px;
}


/* -------------- editor ------------------ */

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 30px;
    min-height: 200px;
}

.note-editor.note-frame,
.note-editor.note-airframe {
    border-radius: 10px;
}


/* -------------- gallery ------------------ */

.photos #add {
    padding: 15px 50px;
    font-size: 18px;
    border-radius: 15px;
    border: 2px dashed #0073b690;
    margin-top: 30px;
    cursor: pointer;
}

.photos .items {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #9993;
    margin-bottom: 50px;
    position: relative;
}

.photos .items .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #5D89B6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0;
    z-index: 30;
}

.photos .items:hover .close {
    opacity: 1;
}

.photos .items .img {
    height: 200px;
}

.photos .items .img a {
    width: 100%;
    height: 100%;
}

.photos .items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.photos .items .info {
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #9993;
    border-radius: 10px;
    position: relative;
    top: 30px;
    width: 90%;
    left: 5%;
}

.photos .items .info input {
    border: 0;
    border-bottom: 1px solid #9993;
    padding: 10px;
    width: calc(100% - 50px);
}

.photos .items .info button {
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 11px;
    background-color: #5D89B6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.photos .items .info .preview {
    position: absolute;
    width: 100%;
    min-height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #9993;
    border-radius: 10px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
}

.photos .items .info .preview.show {
    visibility: visible;
    opacity: 1;
}

form.add-title button {
    position: absolute;
    top: 2px;
    right: 2px;
}

.photos .add-photo {
    position: relative;
    margin-top: 50px;
    background-color: #f5f5f5;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.photos .add-photo span {
    padding: 50px 30px;
    display: block;
    border-radius: 30px;
    border: 1px dashed #5D89B6;
    color: #5D89B6;
    font-weight: 600;
    font-size: 21px;
    background-color: #fff;
}

.photos .add-photo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    opacity: 0;
}

.photos #thumb-output {
    display: flex;
    flex-wrap: wrap;
}

.photos #thumb-output img {
    width: 23%;
    height: 200px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #9993;
    margin: 30px 1% 0;
}


/* -------------- users ------------------ */


/* -------------- users ------------------ */


/* -------------- users ------------------ */


/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {}


/* ======== */

@media screen and (max-width: 787px) {
    main {
        margin-left: 80px;
    }
    .top-nav {
        position: relative;
        padding: 0 20px 0 55px;
        left: 80px;
        width: calc(100vw - 100px);
        /* overflow: hidden; */
    }
    .sidemenu {
        padding: 30px 0;
        width: 80px;
        overflow: hidden;
    }
    .sidemenu .sidemenu-links {
        border-radius: 0;
    }
    .sidemenu .sidemenu-links a {
        padding: 20px 0;
        text-align: center;
    }
    .sidemenu .sidemenu-links a span {
        display: none;
    }
    .sidemenu .sidemenu-links a img {
        margin-right: 0;
    }
    .top-nav .profile-nav .dropdown-menu {
        right: 0 !important;
    }
    .border-item {
        padding: 10px;
    }
}


/* ======= */

@media screen and (max-width: 480px) {}





/** Updates done to fit programming */
.status_0, .hide{
    display: none
}

.reply_card {
    position:relative;
}
.reply_card>.card-header:after,.card>.card-header:before{
    position:absolute;
    top:11px;left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none;
}
.reply_card>.card-header:after{
    border-width:7px;
    border-right-color:#f7f7f7;
    margin-top:1px;
    margin-left:2px;
}
.reply_card>.card-header:before{
    border-right-color:#ddd;
    border-width:8px;
}

.user_photo{
    width: 63px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196F3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



/*------------- */

.form-group .box {
    display: none;
    min-width: 300px;
    height: 300px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.form-group .upload-options {
    position: relative;
    height: 75px;
    background-color: #0C62AD;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}

.form-group .upload-options:hover {
    background-color: #7fb1b3;
}

.form-group .upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-group .upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.form-group .upload-options label::after {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 2.5rem;
    color: #e6e6e6;
    top: calc(50% - 2rem);
    left: calc(50% - 1.25rem);
    z-index: 0;
}

.form-group .upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.form-group .upload-options label span:hover i.material-icons {
    color: lightgray;
}

.form-group .js--image-preview {
    height: 225px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group .js--image-preview::after {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 4.5em;
    color: #00000005;
    top: 30%;
    right: 45%;
    z-index: 0;
}

.form-group .js--image-preview.js--no-default::after {
    display: none;
}

.form-group .js--image-preview:nth-child(2) {
    background-image: url("http://bastianandre.at/giphy.gif");
}

.form-group i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

/*------------- noti_search_box -------------*/
.noti_search_box{
    display: flex;
}

.noti_search_box .search-input{
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #9993;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
}

.noti_search_box .search-button{
    width: 50px;
    height: 50px;
    background-color: #5D89B6;
    color: #fff;
    border-radius: 10px;
    margin: 0 10px;
}

/*  Collapse */
.weekCard .card-header {
  background-color: #f9f9f9;
}

.weekCard .card-header .btn-link {
  color: #202020;
  font-weight: bold;
  text-decoration: none !important;
}

.weekCard .card-header .btn-link:hover {
  color: #062A97;
}

.dayCard {
  padding: 10px 0;
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  margin-bottom: 10px;
}

.dayCard .card-header {
  background: transparent !important;
  padding: 0rem 1.25rem;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

.dayCard .card-header .btn-link {
  color: #444;
}



/* -------------- home ------------------ */

.general-report .items {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    transition: all 0.4s ease;
}

.general-report .items:hover {
    background-color: #062A97;
}

.general-report .items .top {
    display: flex;
    justify-content: space-between;
}

.general-report .items .top p {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}

.general-report .items .top h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.general-report .items .top .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #B1232210;
    color: #B12322;
    font-size: 18px;
    padding: 12px;
}

.general-report .items:hover .top .icon {
    background: #fff2;
}

.general-report .items .top .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: invert(78%) sepia(57%) saturate(4606%) hue-rotate(360deg) brightness(104%) contrast(105%);
}

.general-report .items:hover .top .icon img {
    filter: invert(78%) sepia(57%) saturate(4606%) hue-rotate(360deg) brightness(104%) contrast(105%);
}

.general-report .items .bottom {
    display: flex;
    margin-top: 5px;
}

.general-report .items .bottom .item {
    width: 50%;
}

.general-report .items .bottom .item span {
    font-weight: 500;
}

.general-report .items .bottom .item small {
    display: block;
    color: #afafaf;
    width: 100%;
}

.general-report .items .bottom .fa-sort-down {
    color: red;
}

.general-report .items .bottom .fa-sort-up {
    color: green;
    position: relative;
    top: 5px;
}

.general-report .items:hover p,
.general-report .items:hover h2,
.general-report .items:hover i,
.general-report .items:hover small,
.general-report .items:hover span {
    color: #fff !important;
}

/*.general-report .items:hover .top .icon i {*/
/*    background: #fff2;*/
/*}*/

/*------- show_hide_password -------*/
.show_hide_password{
    position: relative;
}

.show_hide_password .show_pass{
    position: absolute;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
}







