/* rgba(255, 255, 255, 0.822); */


/* #app {
    margin-top: 35px;
    height: 96%;
} */

body {
    height: 100%;
}

.page-content {
    /* margin: 8% auto !important; */
}

.navbar,
.navbar-inner,
.subnavbar {
    /* background: none !important; */
    background: white !important;
}

.panel-open {
    box-shadow: none !important;
    background: none !important;
}

#menu1 {
    margin-top: 25px;
    padding: 0px;
}

#menu1 .col-50 {
    padding-bottom: 15px;
    text-align: center;
}

#menu1 a {
    border-radius: 10px;
    color: white;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    /* padding: 10px 10px 10px 10px; */
    background: white;
    text-align: center;
    border: 2px solid white;
    box-shadow: 0 10px 20px rgba(140, 140, 140, 0.212), 0 6px 6px rgba(132, 131, 131, 0.212);
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
    transition: 0.4s;
}

#menu1 p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #aaaaaa !important;
    color: rgb(245, 224, 192);
    border-top: 2px solid rgb(221, 193, 151);
    margin-bottom: 0px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar-inner i {
    /* background-image: linear-gradient(60deg, #2AAA8A, #4169E1) !important; */
    font-size: 25px;
    border-radius: 100%;
    padding: 3px;
    color: #803232;
    margin-left: -7px;
    /* border: 2px solid rgb(221, 193, 151); */
}

#menu2 {
    margin-top: 25px;
    padding: 0px;
}

#menu2 .col-50 {
    padding-bottom: 15px;
}

#menu2 .col-20 {
    border-right: 1px solid black;
}

#menu2 a {
    border-radius: 10px;
    color: black;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 8px 8px 8px;
    background: rgba(221, 221, 221, 0.9);
    text-align: center;
    font-weight: 500;
    border: 2px solid rgb(112, 73, 47);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.212), 0 6px 6px rgba(0, 0, 0, 0.212);
    transition: 0.4s;
}


/* rgba(0, 0, 0, 0.082); */


/* #menu1 a:hover,
#menu2 a:hover {
    background: rgb(9, 158, 163);
    border-radius: 5px;
    color: white;
    transform: scale(0.9, 0.9);
} */

#menu1 i {
    background-image: linear-gradient(60deg, #2AAA8A, #4169E1) !important;
    font-size: 10px;
    border-radius: 100%;
    padding: 3px;
    color: rgb(245, 224, 192);
    border: 2px solid rgb(221, 193, 151);
    padding: 10px;
    /* background: radial-gradient(circle farthest-corner at 35% 100%, rgb(118, 98, 84), transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, rgb(112, 73, 47), transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, rgb(112, 73, 47), transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, rgb(112, 73, 47), transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, rgb(112, 73, 47), transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, rgb(112, 73, 47), transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, rgb(112, 73, 47), transparent), linear-gradient(rgb(112, 73, 47), rgb(112, 73, 47) 30%, rgb(112, 73, 47) 50%, rgb(112, 73, 47) 70%, rgb(112, 73, 47) 100%);
    font-size: 60px !important;
    color: #fff;
    border-radius: 50%; */
    margin-top: 20px;
}

#labeling {
    margin-top: px;
    text-align: left;
    color: rgb(112, 73, 47);
    /* text-shadow: 1px 1px 1px black; */
    font-size: 13px;
    font-weight: 500;
}

hr {
    height: 1px;
    background: rgba(155, 155, 155, 0.91);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
    border-radius: 1px;
}

#panel-reveal {
    background: #6d4444;
}


/* onhover styles */

#menu_text1 {
    margin-top: 8px;
    color: rgb(0, 0, 0);
    width: 100%;
    font-size: 12px;
    /* background: #524040; */
    border-radius: 4px;
    text-align: center;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-shadow: 0px 0px 0px 0px white;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size:8px;
}

.blink {
    animation-name: blinker;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    
    /* Decimal not necessary, 0 and 1 is enough */
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

table {
    background: white;
    text-align: center;
    color: rgba(92, 57, 36, 0.84);
}

#tr1 {
    width: 100%;
    padding: 0px;
}

#td1 {
    border: 1px solid black;
    text-align: center;
    padding: 5px;
}

#tr3 {
    width: 20%;
}

#td3 {
    border: none;
    text-align: center;
    font-size: 10px;
    background: linear-gradient(#5c3924, rgba(255, 255, 255, 0.96), rgb(131, 114, 103));
    /*{a-bup-background-color}*/
    ;
}

#td3:hover {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 5px;
}

#t4 {
    border-spacing: 0;
}

#tr4 {
    width: 100%;
    padding: 0;
}

#th4 {
    background-color: hsla(48, 9%, 89%, 0.97);
    color: #76563b;
    text-align: center;
    border-radius: 0px;
    transition: padding .25s;
    font-size: 10px;
    border-bottom: none;
    width: 100%;
    padding: 0;
}

#td4 {
    /* border: 1px solid rgba(168, 168, 168, 0.15); */
    text-align: center;
    color: #61676c;
    font-size: 12px;
    border: 1px solid #803232;
    /* padding: 10px 1px 10px; */
}

#tr4:nth-child(even) {
    background-color: #eee;
}

#tr4:nth-child(odd) {
    background-color: rgba(219, 203, 203, 0.62);
}

#myModal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 6px;
    border: 1px solid #d6ab67;
    width: 100%;
    border-radius: 10px;
    margin-left: -1.4%;
}

#myModal_assessment {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#myModal-content1 {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    border-radius: 10px;
    text-align: center;
    width: 87%
}

#myModal2 {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.47);
}

#myModal-content2 {
    background-color: #fefefe;
    margin: 55% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    width: 80%;
    border-radius: 20px;
}

#myModal_edit {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.47);
}

#myModal-contentedit {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    width: 88%;
    border-radius: 20px;
}

#myModal_promote {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.47);
}

#myModal-contentpromote {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    width: 80%;
    border-radius: 20px;
}

#myModal_remark {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.47);
}

#myModal-contentremark {
    background-color: #fefefe;
    margin: 40% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    width: 80%;
    border-radius: 20px;
}

#myModal_report {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.47);
}

#myModal-contentreport {
    background-color: #fefefe;
    margin: 40% auto;
    padding: 20px;
    border: 1px solid #d6ab67;
    width: 80%;
    border-radius: 20px;
}

#reasons {
    width: 50%;
    text-align: center;
    font-size: 17px;
    border-radius: px;
}

#panel_form {
    width: 100%;
    border-color: antiquewhite;
    margin-left: 0%;
    margin-top: 1%;
    background: white;
    overflow-y: auto;
}

.card-header {
    justify-content: center;
}

#panelheading {
    background-color: antiquewhite;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.61);
    border-color: #b3d0a4;
    color: rgba(131, 103, 103, 0.66);
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px;
    width: 100%;
    margin: 0% auto;
}

#logout {
    color: #b94f88
}

#asstab {
    font-family: Calibri;
    color: white;
    font-size: 11pt;
    font-style: normal;
    background-color: #eff3f6;
    color: #000;
    border-collapse: collapse;
    width: 100%;
    border-collapse: collapse;
    margin-right: 10px;
    height: 35px;
    margin-bottom: 0px;
}

#td {
    border: none;
    text-align: left;
    background-color: white;
    font-size: 15px;
    color: rgba(92, 57, 36, 0.67);
}

#td input {
    color: black;
}

#tdin {
    border: none;
    border-bottom-style: dotted;
    width: 100%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
    color: rgba(69, 27, 3, 0.85);
}

#tdin1 {
    border: none;
    margin-left: 10px;
    border-bottom-style: ridge;
    width: 86%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
}

#tdin2 {
    border: none;
    margin-left: 32px;
    border-bottom-style: ridge;
    width: 86%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
}

#tacc {
    background: none;
    color: wheat;
}

#tmodal {
    text-align: center;
}

#thmodal {
    font-size: 12px;
    text-align: center;
}

#trmodal {
    font-size: 12px;
    text-align: center;
}

#tdmodal {
    padding: 1px 1px 1px;
    text-align: center;
    font-weight: 800;
}

#table1 {
    font-family: Calibri;
    color: white;
    font-size: 11px;
    font-style: normal;
    background-color: #eff3f6;
    color: #000;
    border-collapse: collapse;
    border: none;
    width: 100%;
    border-collapse: collapse;
    margin-right: 10px;
    height: 35px;
    margin-bottom: 0px;
}

#tab1hd {
    color: #76563b;
    border: 1px solid rgba(92, 57, 36, 0.7);
    text-align: left;
    box-shadow: 0px 0px 2px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    font-size: 11px;
}

#tdin {
    border: none;
    margin-left: 10px;
    border-bottom-style: dotted;
    width: 90%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
}

#tdin1 {
    border: none;
    margin-left: 10px;
    width: 80%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
}

#tdin2 {
    border: none;
    margin-left: 10px;
    width: 80%;
    text-align: center;
    font-family: monospace;
    font-weight: 900;
}

#button1 {
    height: 40px;
    background: #c4bd98;
    border-color: #b5a78f;
}

#buttonn {
    height: 40px;
    background: #c4bd98;
    border-color: #b5a78f;
}

#button_addstudent {
    height: 40px;
    background: #c4bd98;
    border-color: #b5a78f;
}

#button2 {
    border-color: #b5a78f;
    background: #c4bd98;
    width: 100px;
}

#button_notification {
    height: 20px;
    background: #c4bd98;
    border-color: #b5a78f;
}

#trmodal:nth-child(even) {
    background-color: #eee;
}

#trmodal:nth-child(odd) {
    background-color: #fdfdfd;
}

#colspan {
    width: 50px;
    text-align: center;
    float: left;
}

#task {
    transform: rotate(-90deg);
}

#tasktab {
    width: 100%;
}

#panelfooter {
    color: #9d9d9d;
    text-transform: uppercase;
    width: 100%;
    background: none;
    text-align: center;
    font-size: 10px;
    /* background: rgb(141, 137, 118); */
}

#links a {
    color: #219393;
    font-size: 18px;
}

#divi_school_logo {
    height: 250px;
    width: 250px;
    border-style: groove;
    border-top: 3px dashed #ffcc00;
    border-right: 3px dashed #ffcc00;
    border-left: 3px dashed #000000;
    border-bottom: 3px dashed #000000;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-radius: 50%;
    margin-top: 0px;
    background-position: center;
}

img {
    text-indent: -100000px;
}

#tab_orientation {
    overflow-y: auto;
}

#jclose {
    height: 30px;
    width: 30px;
    margin-left: 245px;
    margin-top: -20px;
    margin-bottom: -3px;
    background: #d3aeae;
}

#close {
    height: 30px;
    width: 30px;
    margin-left: 145px;
    background: #d3aeae;
}

#closee {
    height: 30px;
    width: 30px;
    margin-top: -2px;
    margin-bottom: -3px;
    background: #d3aeae;
}

#closeee {
    height: 30px;
    width: 30px;
    margin-top: -2px;
    margin-bottom: -3px;
    background: #d3aeae;
    margin-left: 110px;
}

#userImage {
    margin-top: 0px;
}

.upload-preview {
    border-radius: 4px;
}

#body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#body-overlay div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

#stuimg {
    width: 20px;
}

#tport {
    font-family: Calibri;
    color: white;
    font-size: 11px;
    font-style: normal;
    background-color: #ffffff;
    color: #000;
    border-collapse: collapse;
    width: 100%;
    border-collapse: collapse;
    margin-right: 10px;
    height: 35px;
    margin-bottom: 0px;
    text-align: center;
}

#thport {
    text-align: center;
    border-radius: 4%;
    background: rgba(206, 189, 152, 0.59);
}

#tdd {
    text-align: center;
    color: #61676c;
    font-size: 12px;
    padding: 1px 9px 10px;
}

#tdd:nth-child(even) {
    background-color: #eee;
}

#tdd:nth-child(odd) {
    background-color: rgba(219, 203, 203, 0.62);
}

.image-upload {
    display: none;
}

#remarkk {
    height: 25px;
    width: 100%;
    text-align: center;
}

#header_buttons {
    height: 25px;
    background: rgba(255, 255, 255, 0.26);
    border: none;
    border-radius: 55px;
}

#myModal_load {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#myModal-content-load {
    background-color: rgba(254, 254, 254, 0);
    margin: 100% auto;
    padding: 6px;
    width: 100%;
    border-radius: 10px;
    margin-left: -1.4%;
}

.error {
    color: red;
}

#assess_input {
    text-align: center;
    width: 100%;
}

#input,
submit {
    background: rgb(73, 152, 152);
    border: 1px solid #fff5e8;
    border-bottom: 1px solid #8d4d30;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 30px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    border-radius: 6px;
    width: 100%;
}

#input:hover {
    opacity: .85;
    cursor: pointer;
}

input {
    padding: 3px;
    border: 1px solid #9b4545;
    box-shadow: 0px 0px 2px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    margin: 0.5%;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Customize the label (the container) */

.containner {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.containner input {
    position: absolute;
    opacity: 0;
}


/* Create a custom radio button */

.checkmarkk {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.containner:hover input~.checkmarkk {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.containner input:checked~.checkmarkk {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmarkk:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.containner input:checked~.checkmarkk:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.containner .checkmarkk:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* The CSS */

#select {
    padding: 10px;
    margin-top: -25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    background: #ffffff;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #select {
        padding-right: 18px
    }
}

#llabel {
    position: relative
}

#llabel:after {
    content: '<>';
    font: 19px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

#llabel:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#containe {
    margin-top: -35px;
    background: none;
    box-sizing: border-box;
    color: #847f7f;
}

#containe h1 {
    text-align: center;
    margin: 0 0 40px;
    padding: 0;
    color: rgb(136, 108, 90);
    letter-spacing: 1px;
    font-size: 14px;
}

#containe input {
    padding: 5px;
    margin-bottom: 30px;
    width: 98%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #726767;
}

#containe input[type="submit"] {
    border-radius: 2px;
    font-size: 20px;
    height: 40px;
    cursor: pointer;
    background: #8b704e;
    color: #fff;
    margin-bottom: 0;
}

#containe input[type="button"],
#containe input[type="submit"],
#containe button[type="button"],
#containe button[type="submit"] {
    border-radius: 2px;
    font-size: 20px;
    height: 40px;
    cursor: pointer;
    background: #8b704e;
    color: #fff;
    margin-bottom: 0;
}

#containee input[type="button"]:hover,
#containe input[type="submit"]:hover {
    background: #34F458;
    color: #fff;
}

#containe form div {
    position: relative;
}

#containe form div #label {
    position: absolute;
    top: 3px;
    pointer-events: none;
    left: 0;
    transition: .10s;
}

#containe input:focus~#label,
#containe input:valid~#label {
    left: 0;
    top: -20px;
    color: rgb(113, 113, 113);
    font-size: 14px;
    font-weight: bold;
}

#container input:focus,
#container input:valid {
    border-bottom: 2px solid rgb(66, 133, 244);
}

#a {
    padding: 9px 100px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #999;
    text-decoration: none;
}

#a {
    border-radius: 25px;
    font-size: 13px;
    height: 40px;
    cursor: pointer;
    background: rgb(66, 133, 244);
    color: #fff;
    margin-bottom: 0;
}

#a :hover {
    background: #34F458;
    color: #fff;
}

.logins {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


/* .login-screen #addst {
    margin: 15% auto !important;
} */

.navbar-first {
    background: white !important;
}

h1 {
    margin: 0 0 0.25em;
}


/* Reset Select */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #e8e8e8;
    background-image: none;
    font-size: 17px;
    border: 1px solid rgba(98, 69, 28, 0.21);
}


/* Remove IE arrow */

select::-ms-expand {
    display: none;
}


/* Custom Select */

.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 4em;
    line-height: 3;
    background: #b4b9be;
    overflow: hidden;
    border-radius: .25em;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: rgb(98, 69, 28);
    cursor: pointer;
}

.select::before {
    color: #ffffff;
}


/* Arrow */

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6em 1em;
    background: rgb(112, 73, 47);
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #e5e5e5;
}


/* Transition */

.select:hover::after {
    color: #ffffff;
}

.custom02 {
    border: 1px solid #F1F1F1;
    /* padding-left: 20px; */
}

.custom02 input[type="radio"],
.custom02 input[type="checkbox"] {
    display: none;
}

.custom02 label {
    position: relative;
    display: inline-block;
    padding: 25px 0px 25px 42px;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.custom02 input:checked+label {
    background: #F9F9F9;
    /* text-decoration: line-through; */
    width: 90%;
    text-decoration: line-through;
}

.custom02 label::before,
.custom02 label::after {
    position: absolute;
    content: '';
    top: 29px;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.custom02 label::before {
    left: 0;
    width: 31px;
    height: 31px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.custom02 label:hover::before {
    background: #fff;
}

.custom02 label::after {
    opacity: 0;
    left: 4px;
    width: 25px;
    height: 25px;
    margin-top: -4px;
    background: rgb(142, 98, 38);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.custom02 input[type="radio"]:checked+label::before,
.custom02 input[type="checkbox"]:checked+label::before {
    background: #fff;
    border: 1px solid rgb(142, 98, 38);
}

.custom02 input[type="radio"]:checked+label::after,
.custom02 input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  
}

.tab-link {
    font-size: 10px;
}

#btnSaveSign {
    color: #fff;
    background: #f99a0b;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -30px;
    width: 304px;
}

#signArea {
    width: 304px;
    margin: 50px auto;
}

.sign-container {
    width: 60%;
    margin: auto;
}

.sign-preview {
    width: 304px;
    height: 104px;
    border: solid 1px #CFCFCF;
    margin: 10px 5px;
}

.tag-ingo {
    font-family: cursive;
    font-size: 12px;
    text-align: left;
    font-style: oblique;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

.image-circle {
    width: 250px;
    border-radius: 50%;
    border-top: 2px dashed #ffcc00;
    border-right: 2px dashed #ffcc00;
    border-left: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
}

.image-circle img {
    width: 100%;
    border-radius: 50%;
}

#td1 img {
    border: 2px solid black;
    border-radius: 100%;
    background: white;
}

.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    text-align: center;
}

.card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    width: 120px;
    height: 120px;
}

.card .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: -80px;
    height: 40px;
}

.card-menu:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.103), -5px -5px 30px 7px rgba(0, 0, 0, 0.116);
}

.title-white {
    color: white;
}

.title-black {
    color: black;
}

@media all and (max-width: 500px) {
    .card-list {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
}

.internet-connectiion-toast {
    opacity: 1;
    animation: toast 500ms cubic-bezier(.23, .82, .16, 1.46);
    animation-iteration-count: 1
    /* position: fixed;
    bottom: 0;
    
    border-radius: 4px;
    padding: 10px;
    margin: 0% auto; */
    /* box-shadow: #310808 1px 1px 5px; */
    /* background-color: black;
    color: white;
    ; */
}

@keyframes internet-connectiion-toast {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.wrapper-connectivity.hide {
    animation: hide_toast 1s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%,
    100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.wrapper-connectivity {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: show_toast 1s ease forwards;
}

.wrapper-connectivity .internet-connectiion-toast {
    background: black;
    padding: 5px 10px 10px 5px;
    /* border-radius: 10px; */
    border-left: 5px solid #2ecc71;
    border-bottom: 2px solid #ccc;
    border-right: 4px solid #2ecc71;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-connectivity .internet-connectiion-toast.offline {
    border-color: #ccc;
}

.internet-connectiion-toast .content1 {
    display: flex;
    align-items: center;
}

.content1 .icon {
    font-size: 25px;
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #2ecc71;
}

.internet-connectiion-toast.offline .content1 .icon {
    background: #ccc;
}

.content1 .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
}

.details p {
    color: #d6d6d6;
}

.internet-connectiion-toast .close-icon {
    color: #878787;
    font-size: 23px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #f2f2f2;
    transition: all 0.3s ease;
}

.close-icon:hover {
    background: #efefef;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 15px;
    background-color: white;
    /* margin: 10px auto; */
    /* margin-top: 60px; */
    text-align: center;
    margin-bottom: -55px;
    transition: 0.4s;
}



.card img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background-image: linear-gradient(60deg, #2AAA8A, #4169E1) !important;
    padding: 5px !important;
    margin-top: -45px !important;
    margin: 0% auto;
}

.signin-card img {
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    background-image: linear-gradient(60deg, #2AAA8A, #4169E1) !important;
    padding: 5px !important;
    margin-top: -45px !important;
    margin: 0% auto;
}


/* @mixin respond-to
------------------------------------------------------------------- */


/* line 6, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene .scene_element {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* line 17, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene .scene_element--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* line 22, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene .scene_element--fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* line 27, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene .scene_element--fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/* line 32, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene .scene_element--delayed {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}


/* line 37, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene.is-exiting .scene_element {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}


/* line 42, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene.is-exiting .scene_element--delayed {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


/* line 47, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */

.m-scene.is-exiting .scene_element--noexiting {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
    /* line 58, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
    .m-scene .scene_element--fadeinright-wide {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }
}

.is-loading,
.is-loading a {
    cursor: progress;
}

.inbox {
    width: 100%;
    margin: 50px auto;
    border-radius: 5px;
    color: black !important;
}

.item {
    display: flex;
    align-items: center;
    border: 1px solid #F1F1F1;
    color: black !important;
    text-align: left;
}

input:checked+.p {
    background: #F9F9F9;
    text-decoration: line-through;
}

input[type="checkbox"] {
    margin: 20px;
    margin-top: 25px;
    width: 30px !important;
}

.p {
    margin: 0;
    padding: 20px;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    border-left: 1px solid #D1E2FF;
    color: black !important;
}

.inbox input {
    accent-color: green;
    width: 27px !important;
    height: 27px !important;
    border-radius: 100% !important;
    vertical-align: middle !important;
    border: 1px solid black !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.inbox input:checked {
    appearance: auto;
    clip-path: circle(50% at 50% 50%);
}

.select-class {
    margin-top: -20px;
}

.article {
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    padding-bottom: 12px;
    cursor: pointer;
}

.div {
    position: relative;
    height: 150px;
    width: 100%;
    background-color: #A9C9FF;
    background-image: linear-gradient(45deg, #e09d93 0%, #e07768 100%);
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: 0.3s ease-in-out;
}

.div:hover {
    transform: scale(1.00);
    box-shadow: 0 15px 20px rgba(169, 201, 255, .6);
    background: #be6659;
}

.h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.media-list img {
    margin-top: 0px !important;
}

.media-list .item-inner {
    text-align: left !important;
}

.pay-li li {
    width: 100%;
    height: 94px;
    color: white;
    text-align: center;
    border-radius: 10px;
    line-height: 94px;
    font-weight: bold;
    border: 1px solid white;
    list-style-type: none;
}

.pay-li li:nth-child(1) {
    margin-top: 17px;
    left: 0;
    background: #2f4f4f;
}

.pay-li li:nth-child(2) {
    top: 100px;
    left: 0;
    background: rgb(186, 80, 80);
}

.pay-lii li {
    width: 100%;
    height: 210px;
    color: white;
    text-align: center;
    border-radius: 10px;
    line-height: 200px;
    font-weight: bold;
    border: 1px solid white;
    list-style-type: none;
}

.pay-lii li:nth-child(1) {
    top: 0;
    left: 0;
    background: #2f4f4f;
}


/* 
.pay-lii li:nth-child(2) {
    top: 100px;
    left: 0;
    background: rgb(186, 80, 80);
} */

.h1 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 20px;
}

.h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
}

.avatar-upload {
    position: relative;
    max-width: 350px;
    margin: 5px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-preview {
    width: 350px;
    height: 350px;
    position: relative;
    border-radius: 5%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.listt {
    width: 100%;
    margin: -3% auto;
    margin-left: -20px;
}

.listt li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    list-style: none;
}

.scan-button {
    font-family: Source Sans Pro;
    font-size: 1rem;
    line-height: 3.5em;
    padding: 0 1.5em;
    background: #2f4f4f;
    color: white;
    border-radius: 0em;
    width: 320px;
    cursor: pointer;
    border: 1px solid #2f4f4f;
    margin-top: 30px;
}

.item-inner {
    text-align: left;
    margin-top: 15px;
    padding: 5px;
}

.cont {
    width: 90%;
    text-align: left !important;
    transition: all 0.6s ease;
    margin: 0% auto;
}

th,
td {
    width: 50px;
    padding: 0px !important;
    text-align: center;
}

.main {
    display: flex;
    padding: 0em;
    justify-content: center;
    align-items: middle;
}

.clockbox,
#clock {
    width: 100%;
}


/* Clock styles */

.circle {
    fill: none;
    stroke: #404040;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.mid-circle {
    fill: #404040;
}

.hour-marks {
    fill: none;
    stroke: #404040;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.hour-arm {
    fill: none;
    stroke: #404040;
    stroke-width: 17;
    stroke-miterlimit: 10;
}

.minute-arm {
    fill: none;
    stroke: #404040;
    stroke-width: 11;
    stroke-miterlimit: 10;
}

.second-arm {
    fill: none;
    stroke: #404040;
    stroke-width: 4;
    stroke-miterlimit: 10;
}


/* Transparent box ensuring arms center properly. */

.sizing-box {
    fill: none;
}

#dateAndTime {
    color: red
}


/* Make all arms rotate around the same center point. */


/* Optional: Use transition for animation. */

#hour,
#minute,
#second {
    transform-origin: 300px 300px;
    transition: transform .7s ease-in-out;
}

#clock2 h2 {
    position: static;
    display: block;
    color: #404040;
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 0.8em;
}

h3 {
    position: static;
    display: block;
    color: #404040;
    text-align: center;
    margin: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 1em;
}

#clock2 #time {
    display: flex;
    justify-content: center;
}

#clock2 #time div {
    position: relative;
    margin: 0 5px;
}

#clock2 #time div span {
    position: relative;
    display: block;
    width: 100px;
    height: 80px;
    background: #2196f3;
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    z-index: 10;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
}

#clock2 #time div span:nth-child(2) {
    height: 30px;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    font-weight: 500;
    z-index: 9;
    box-shadow: none;
    background: #127fd6;
    text-transform: unset;
}

#clock2 #time div:last-child span {
    background: #ff006a;
}

#clock2 #time div:last-child span:nth-child(2) {
    background: #ec0062;
}

button {
    font-family: Source Sans Pro;
    font-size: 1rem;
    line-height: 3.5em;
    padding: 0 1.5em;
    background: #2f4f4f;
    color: white;
    border-radius: 0em;
    width: 320px;
    cursor: pointer;
    border: 1px solid #2f4f4f;
    margin-top: 30px;
}

#countdown {
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#countdown-number {
    color: black;
    display: inline-block;
    line-height: 40px;
}

.svgg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.svgg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: black;
    fill: none;
    animation: countdown 10s linear infinite forwards;
}



.formmFieldset {
    margin-top: 5px;
    background: #f4f7f8;
    border-radius: 8px;
}



.formFieldset input[type="text"],
.formFieldset input[type="password"],
.formFieldset input[type="date"],
.formFieldset input[type="datetime"],
.formFieldset input[type="email"],
.formFieldset input[type="number"],
.formFieldset input[type="search"],
.formFieldset input[type="tel"],
.formFieldset input[type="time"],
.formFieldset input[type="url"],
.formFieldset textarea,
.formFieldset select {
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #f4f3f3;
    color: black;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    border:1px solid rgb(128, 128, 128);
    margin-bottom: 30px;
}

.formFieldset select {
    padding: 15px;
    border-radius: 2px;
}

.formFieldset {
    border: none;
}

.formFieldset legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.formFieldset label {
    display: block;
    margin-bottom: 8px;
    text-align: left !important;
}

.formFieldset label .light {
    font-weight: 300;
    display: inline;
}

.formFieldset .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}


@media screen and (min-width: 480px) {
    .formFieldset form {
        max-width: 480px;
    }
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -30px;
}