@charset "utf-8";
html {
    direction: rtl;
    height: 100%;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
ul {
    display: list-item;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
input,
textarea,
button {
    outline: none;
}
a {
    color: #2e3192;
    outline: medium none;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #06bfec;
    text-decoration: none;
    outline: medium none;
}
body {
    background-color: #f2f2f2;
    font: 16px "Droid Arabic Kufi", "play", Arial, Helvetica, sans-serif !important;
    overflow-x: hidden;
}
.bg-red {
    background-color: red !important;
    color: white !important;
}
.bg-greey {
    background-color: #c0c0c0 !important;
}
.text-red {
    color: red !important;
}
.text-black {
    color: black !important;
}

.f-14 {
    font-size: 14px !important;
}
.f-13 {
    font-size: 13px !important;
}
.small-container {
    padding: 0 15px;
}
#inp-date {
    cursor: pointer;
}
.filter {
    font-size: 15px !important;
    font-weight: normal;
    color: black;
    width: fit-content;
    position: relative;
}
.filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    padding-left: 51px;
}
.filter .icon {
    color: #00abd8;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.filter .count {
    left: 30px;
    top: 50%;
    font-family: sans-serif;
    transform: translateY(-50%);
    position: absolute;
}
.table-btns {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-width: 120px;
}

.table-btns .btn {
    width: fit-content;
    padding: 5px;
}
.bg-orangered {
    background-image: linear-gradient(
        to bottom,
        rgb(255, 98, 41) 0%,
        orangered 100%
    );
    color: white;
}
.bg-orangered:hover {
    background-image: unset;
    background-color: rgb(235, 65, 3);
    color: white;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row-gap-24 {
    row-gap: 24px;
}
.fit-content {
    width: fit-content;
}
.table-no-border {
    border: none !important;
}
.table-no-border tr,
.table-no-border td {
    border: none !important;
    background-color: transparent !important;
}
.table-no-border td,
.table-no-border th {
    font-size: 13px;
}
.table-no-border td.bg-greey {
    background-color: #c0c0c0 !important;
}

.table-no-border td:first-of-type {
    white-space: nowrap;
    width: fit-content;
    border-left: 1px solid #9999 !important;
}
.table-no-border td {
    padding: 10px 20px;
    width: 100%;
}

.pop {
    position: fixed;
    left: 0;
    z-index: 2000;
    display: none;
    top: 0;
    background-color: rgba(0, 0, 0, 0.322);
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
.pop .show {
    display: block;
}
.pop .box-pop {
    width: fit-content;
    margin-left: auto;
    padding: 10px;
    margin-top: 5rem;
    max-width: 890px;
    margin-right: auto;
    background-color: white;
}
@media (max-width: 1199.98px) {
    .pop .box-pop {
        max-width: 90%;
    }
}

.pop .box-pop .pop-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    gap: 1rem;
}
.pop .box-pop .pop-title .title {
    color: black;
    font-size: 16x;
}
.pop .box-pop #close-pop {
    cursor: pointer;
}
.pop .pop-content {
    padding-top: 10px;
}
.pop .pop-content form input {
    width: 100%;
}
.modal .modal-title {
    font-size: 16px;
    font-weight: normal;
    color: black;
    float: right;
}
.modal .modal-header .close {
    float: left;
}
input,
select,
textarea {
    width: 100%;
    font-size: 13px;
    padding: 3px;
    color: black;
    border: 1px solid #bbb;
    font-weight: normal;
}
label {
    font-size: 13px;
    padding: 3px;
    font-weight: normal !important;

    margin-bottom: 0 !important;
}
textarea {
    min-height: 90px;
}
input[type="checkbox"] {
    width: fit-content;
}
.remove-inp {
    background-color: #e43949;
    cursor: pointer;
    color: white;
}
.inp-group {
    position: relative;
    width: 50px;
}
.inp-group .inp-group-btn {
    padding: 0;
    left: 0;
    display: flex;
    position: absolute;
    top: 0;
    border-radius: 0 !important;
    align-items: center;
    width: 100% !important;
    justify-content: center;
    color: white;
    background-color: #2c689d;
    height: 100% !important;
}
.box-border-greey {
    border: 1px solid #8f8f8f;
    padding: 8px 12px;
    border-radius: 9px;
}
.count {
    width: 19px;
    height: 19px;
    font-size: 13px;
    border-radius: 5px;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: sans-serif;
}

/* = Start Code
-------------------------------------------------------------- */

/* header */
header {
    background: -moz-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 ); /* ie6-9 */
    padding: 15px 0;
}
header .logo {
    float: right;
}
header a.controllink {
    background: -moz-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #352f84),
        color-stop(100%, #1e195f)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #352f84 0%, #1e195f 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352f84', endColorstr='#1e195f',GradientType=0 ); /* ie6-9 */
    display: block;
    float: left;
    height: 45px;
    padding: 0 40px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    margin: 2px auto;
}
header a.controllink:hover {
    background: -moz-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #352f84)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #1e195f 0%, #352f84 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#352f84',GradientType=0 ); /* ie6-9 */
}

.pop_aqarat .pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
    background-color: white;
    box-shadow: black 0 0 10px 0;
    padding: 35px;
    display: none;
}
.pop_aqarat .pop .close {
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    opacity: 1 !important;
    justify-content: center;
    color: white;
    width: 30px;

    height: 30px;
}

.pop_aqarat .pop input[type="text"] {
    display: block;
    padding: 7px;
    border: 1px solid #888;
    font-size: 18px;
    outline: none;
    border-radius: 4px;
}
.pop_aqarat .pop input[type="text"]::placeholder {
    color: #888;
}
.pop_aqarat .pop input[type="submit"] {
    margin: 15px auto 0;
    text-align: center;
    display: block;
}
.pop_aqarat.show .pop {
    display: block;
}
/* End header */

/* homepage */

.logo2 {
    margin: 15px auto 30px;
    text-align: center;
}
.logo2 img {
    max-width: 100%;
    height: auto;
}
#homepagearea {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(170, 179, 204, 0.23);
    border-radius: 4px;
    margin: 0 auto 50px;
}
#homepagearea li #tasdeed_count {
    background-color: red;
    position: absolute;
    left: 3px;
    top: 3px;
    color: white;
    width: 17px;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    height: 17px;
    border-radius: 50%;
}
#homepagearea li {
    position: relative;
}
#homepagearea nav {
    background: -moz-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 ); /* ie6-9 */
    border: 1px solid #c4c5d5;
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea nav ul li {
    float: right;
    border-left: 1px solid rgba(143, 154, 184, 0.27);
}
#homepagearea nav ul li a,
#homepagearea nav ul li button {
    display: block;
    margin: 0 auto;
    padding: 15px 25px 10px 25px;
    border: none;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.drop-down {
    display: block;
    margin: 0 auto;
    padding: 4px 16px 4px 16px;
    border: none;
    background-color: transparent;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
    line-height: normal;
    -webkit-transition: all 0s ease-in-out;
    cursor: pointer;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.drop-down:hover {
    background: -moz-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    );
    background: -webkit-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -o-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -ms-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 );
}
.drop-down > p {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
}
.drop-down > .arrow {
    margin: 0;
    height: fit-content;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 13px !important;
}

.drop-down .list-down {
    position: absolute;
    left: 0;
    display: none;
    z-index: 1000;
    background-color: #f3f5fa;
    top: 100%;
}
.drop-down .list-down.show {
    display: block;
}
.drop-down .list-down li {
    border: none !important;
    float: none !important;
}
.drop-down .list-down a {
    display: block;
    white-space: nowrap;
    padding: 7px !important;
}
.main-title {
    font-size: 16px;
    font-weight: bold;
}
#homepagearea nav ul li a:hover,
#homepagearea nav ul li a:active,
#homepagearea nav ul li a:focus,
#homepagearea nav ul li button:hover,
#homepagearea nav ul li button:active,
#homepagearea nav ul li button:focus {
    background: -moz-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 ); /* ie6-9 */
}
#homepagearea nav ul li.active a,
#homepagearea nav ul li.active a:hover,
#homepagearea nav ul li.active a:active,
#homepagearea nav ul li.active a:focus {
    background: #130f40;
    color: white;
}
#homepagearea nav ul li:nth-child(2n) span {
    background-position: -264px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(3n) span {
    background-position: -219px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(4n) span {
    background-position: -125px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(5n) span {
    background-position: -158px top;
    width: 36px;
}
#homepagearea nav ul li:nth-child(6n) span {
    background-position: -92px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(7n) span {
    background-position: -158px top;
    width: 36px;
}
#homepagearea nav ul li:nth-child(8n) span {
    background-position: 0px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(9n) span {
    background-position: 0 top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(1n).active span {
    background-position: right bottom;
}
#homepagearea nav ul li:nth-child(2n).active span {
    background-position: -264px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(3n).active span {
    background-position: -219px bottom;
    width: 47px;
}
#homepagearea nav ul li:nth-child(4n).active span {
    background-position: -125px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(5n).active span {
    background-position: -158px bottom;
    width: 36px;
}
#homepagearea nav ul li:nth-child(6n).active span {
    background-position: -92px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(7n).active span {
    background-position: -158px bottom;
    width: 36px;
}
#homepagearea nav ul li:nth-child(8n).active span {
    background-position: 0px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(9n).active span {
    background-position: 0 bottom;
    width: 33px;
}
#homepagearea nav ul li a span {
    height: 40px;
    background: url("../images/icons.png") no-repeat scroll right top;
    width: 37px;
    display: block;
    margin: 0 auto 5px;
}
#homepagearea nav ul li a p,
#homepagearea nav ul li button p {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
}
#homepagearea nav ul li.active a p,
#homepagearea nav ul li.active a:hover p,
#homepagearea nav ul li.active a:active p,
#homepagearea nav ul li.active a:focus p {
    color: #ffffff;
}
#homepagearea nav ul li i {
    font-size: 25px;
    color: #8f9ab8;
    margin-bottom: 5px;
    margin-top: 5px;
}

#homepagearea ul.nav-tabs {
    text-align: center;
    border: none;
    margin: 20px;
}
#homepagearea ul.nav-tabs li {
    display: inline-block;
    float: none;
    margin: auto 20px;
    width: 45%;
}
#homepagearea ul.nav-tabs li a {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border: 1px solid #c4c5d5;
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    color: #130f40;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
#homepagearea ul.nav-tabs li.active a,
#homepagearea ul.nav-tabs li.active a:hover,
#homepagearea ul.nav-tabs li.active a:active,
#homepagearea ul.nav-tabs li.active a:focus {
    background: #8f9ab8;
    color: #ffffff;
}
#homepagearea .tab-pane .block1 {
    margin: 15px auto 20px;
}
#homepagearea .tab-pane .block1 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block1 input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 10px auto;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block1 select {
    background: #ffffff url("images/selectarrow.png") no-repeat scroll left
        center;
    border: 1px solid #c4c5d5;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    margin: 0 auto;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    text-overflow: "";
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#homepagearea .tab-pane .block1 input:active,
#homepagearea .tab-pane .block1 input:focus,
#homepagearea .tab-pane .block1 select:active,
#homepagearea .tab-pane .block1 select:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .tab-pane .block2 {
    margin: 0 auto 20px;
    border: 1px solid #c4c5d5;
}
#homepagearea .tab-pane .block2 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block2 .content {
    padding: 15px 15px 0;
}
#homepagearea .tab-pane .block2 .content label {
    text-align: right;
    margin: 0 auto;
    line-height: 40px;
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content input:active,
#homepagearea .tab-pane .block2 .content input:focus,
#homepagearea .tab-pane .block2 .content textarea:active,
#homepagearea .tab-pane .block2 .content textarea:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .tab-pane .block2 .content textarea.addnote {
    margin: 0 auto 15px;
}
#homepagearea .tab-pane button {
    padding: 5px 60px;
    font-weight: bold;
    color: #fff;
    background-color: #130f40;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 0 auto 20px;
    display: block;
}
#homepagearea .tab-pane button:hover {
    background-color: #272354;
}
#homepagearea .tab-pane .block3 {
    margin: 0 auto 20px;
    border: 1px solid #c4c5d5;
}
#homepagearea .tab-pane .title {
    cursor: pointer;
}
#homepagearea .tab-pane .block3 .title {
    cursor: pointer;
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block3 .content {
    padding: 15px 15px 0;
}
#homepagearea .tab-pane .block3 .content label {
    text-align: right;
    margin: 0 auto;
    line-height: 40px;
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #000000;
}
#homepagearea .tab-pane .block3 .content .radioarea {
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 40px;
    padding: 6px 10px;
}
#homepagearea .tab-pane .block3 .content label.radio-inline {
    margin: 0 0 0 50px;
    display: inline-block;
    line-height: normal;
    height: auto;
}
#homepagearea .tab-pane .block3 .content label.radio-inline input {
    margin: 7px -20px 0 0;
}
#homepagearea .tab-pane .block3 .content textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block3 .content textarea:active,
#homepagearea .tab-pane .block3 .content textarea:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .block4 {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
#homepagearea .block4 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea > .toggle {
    cursor: pointer;
    width: fit-content;
    margin-right: auto;
    margin-left: 10px;
}
@media (min-width: 1200px) {
    #homepagearea > .toggle {
        display: none;
    }
    #homepagearea .ul-list .toggle i {
        display: none;
    }
}
#homepagearea > .toggle > i {
    font-size: 25px;
    color: black;
}
#homepagearea .ul-list {
    text-align: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    #homepagearea {
        background: transparent;
        box-shadow: none;
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        border: none;
        position: relative;
    }
    #homepagearea nav {
        background: transparent;
        box-shadow: none;
        border: none;
    }
    #homepagearea .ul-list {
        position: absolute;
        flex-direction: column;
        left: 0;
        top: calc(100% + 6px);
        gap: 0px;
        padding: 10px;
        justify-content: flex-start;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        overflow: auto;
        z-index: 1000;
        background-color: rgb(51, 51, 51);
        width: 50%;
        display: none;
    }
    #homepagearea .ul-list li {
        border-left: none;
        padding: 5px;
    }
    #homepagearea .ul-list i {
        font-size: 16px;
        color: white;
    }
    #homepagearea .ul-list .logut p {
        display: none;
    }
    #homepagearea .ul-list .toggle i {
        font-size: 25px;
        cursor: pointer;
        color: white;
    }
    #homepagearea .ul-list .toggle:hover {
        font-size: 25px;
        color: white;
        background: rgb(51, 51, 51);
    }
    #homepagearea .ul-list p {
        color: white;
        font-size: 13px;
    }
    #homepagearea .ul-list a {
        padding: 0;
    }
    #homepagearea .ul-list button {
        padding: 0;
    }
    #homepagearea .ul-list li > div {
        padding: 0;
    }
    #homepagearea .ul-list a:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
    }
    #homepagearea .ul-list button:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
    }
    #homepagearea .ul-list li > div:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
    }
    #homepagearea .ul-list .list-down {
        width: 100%;
    }
    #homepagearea .ul-list .list-down .list-item {
        background: rgba(83, 82, 82, 0.63);
        color: white;
    }
    #homepagearea .ul-list .list-down .list-item:hover {
        color: white;
        background: linear-gradient(
            180deg,
            rgba(83, 82, 82, 0.63) 0%,
            rgba(83, 82, 82, 0.63) 100%
        );
    }
}

#homepagearea .block4 .content {
    padding: 15px 15px 0;
}
#homepagearea .block4 .content .input-group {
    margin: 0 auto 15px;
}
#homepagearea .block4 .content .input-group span {
    padding: 0 10px;
    font-size: 21px;
}
#homepagearea .block4 .content .input-group input.form-control {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
#homepagearea .block4 .content button {
    height: 40px;
    border-radius: 4px;
    margin: 0 auto 20px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background-color: #130f40;
}
#homepagearea .block4 .content button:hover {
    background-color: #272354;
}
#homepagearea .block4 table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 13px;
}

.group_info .info {
    background-color: #1787e0;
    color: white;
    display: inline-block;
    margin: 5px 0px;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}
.homepagetable form .input-group {
    margin-bottom: 15px;
}
.homepagetable .table {
    overflow: scroll;
}
.homepagetable table.table {
    border-radius: 5px;
    overflow: hidden;
}
.homepagetable table.table caption {
    color: #000;
    font-size: 16px;
}
.homepagetable table.table thead th {
    color: black;
    font-size: 13px;
    background-color: white;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}
.homepagetable table.table thead th:last-child {
    text-align: center;
}
.block4 table.table tbody td {
    background-color: #f9f9f9;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: normal;
    vertical-align: middle;
    padding: 10px;
}

.homepagetable table.table tbody td img {
    max-width: 75px;
    cursor: pointer;
}

.homepagetable table.table tbody td .pop {
    position: fixed;
    left: 50%;

    width: 700px;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
}
.homepagetable table.table tbody td .pop {
    box-shadow: #555 0 0 10px 0, #777 0 0 25px 0;
}
.homepagetable table.table tbody td .pop img {
    max-width: unset;
    cursor: unset;

    width: 100%;
}

.homepagetable table.table tbody td .id .close {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: black;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: "play";

    top: 0;
    display: none;
}
.homepagetable table.table tbody td .pop .close {
    display: flex;
}
.homepagetable table.table tbody td input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.homepagetable table.table tr,
.homepagetable table.table th,
.homepagetable table.table td,
.homepagetable table.table {
    border: 1px solid #cecece;
}
.homepagetable .notice {
    background-color: white;
    border-radius: 5px;
    padding: 25px;
}
.homepagetable .notice p {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
    position: relative;
}
.homepagetable .notice p .notice_head {
    color: #0698cf;
}
.homepagetable .notice p .notice_footer {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.homepagetable .box {
    background-color: white;
    padding: 6px;
    border-radius: 5px;
}
.homepagetable .box-2 {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
}
.homepagetable .box .col {
    padding: 6px 6px !important;
}
.homepagetable .box .box-child {
    background-color: hsl(207deg 88% 90%);
    padding: 30px 0;
    text-align: center;
    border-radius: 5px;
}
.homepagetable .box .box-child i {
    color: hsl(207deg 32% 21%);
    font-size: 30px;
    margin-bottom: 5px;
}
.homepagetable .box .box-child h3 {
    font-size: 13px;
    color: #000;
}
.homepagetable .box .box-child .count {
    background-color: hsl(101deg 94% 39%);
    color: white;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 5px;
    margin: auto;
    margin-top: 5px;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

/* End homepage */
/* loginpage */
.loginpage {
    background-color: #fff;
    padding: 10px;
}
.loginpage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.loginpage .content {
    padding: 15px;
    background-color: #fff;
}
.loginpage .content .input-group span {
    padding: 0 15px;
    font-size: 20px;
}
.loginpage .content .input-group .form-control {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #191919;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.loginpage .content .fpass {
    line-height: 35px;
    font-size: 15px;
}
.loginpage .content button {
    height: 35px;
    padding: 0 30px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 15px;
    box-shadow: 0 3px 0 0 #1f2270;
    line-height: 35px;
}
/* End loginpage */

/* billspage */
.billspage {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
.billspage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.billspage .content {
    padding: 15px;
}
.billspage .content .buttonsarea {
    margin: 0 0 30px 0;
}
.billspage .content .buttonsarea a {
    display: inline-block;
    margin: 0 0 0 10px;
    height: 35px;
    padding: 0 20px;
    line-height: 33px;
    font-size: 15px;
}
.billspage .content .buttonsarea a.btn-danger {
    margin: 20px auto 0;
}
.billspage .content .buttonsarea a i.fa {
    margin: 0 0 0 5px;
}
#homepagearea .billspage .content .billsarea table.table thead tr th {
    background: #f5f5f5;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    border: 1px solid #eee;
}
.billspage .content .billsarea .clinic_name span {
    display: block;
    font-size: 17px;
    color: #191919;
    line-height: 26px;
}
.billspage .content .billsarea .clinic_name i {
    font-style: normal;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: block;
    margin: 5px auto;
}
.billspage .content .billsarea .clinic_name p {
    display: block;
    margin: 0 auto;
    direction: ltr;
    font-size: 16px;
    line-height: 23px;
    color: #666;
}
.billspage .content .billsarea .clinic_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.billspage .content .billsarea .clinic_logo img {
    max-height: 120px;
    max-width: 100%;
}
.billspage .content .billsarea .clinic_date {
    font-size: 17px;
    text-align: center;
    color: #444;
    margin: 43px auto;
}
.billspage .content .billsarea .billnum {
    margin: 30px auto;
    color: #130f40;
    padding: 15px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    background-color: #f5f6fa;
    border-color: #e6e7eb;
}
.content .billsarea .billnum p {
    color: red;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#homepagearea .billspage .content .billsarea table.table tbody tr td.info1,
#homepagearea .billspage .content .billsarea table.table tbody tr td.info2 {
    padding: 10px;
    font-size: 16px;
    color: #130f40;
    line-height: normal;
    vertical-align: middle;
}
/* End billspage */

/* datespage */
.datespage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.datespage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.datespage .content {
    padding: 15px;
}
.datespage .toparea {
    margin: 0 auto 20px;
}
.datespage .toparea a.btn {
    height: 40px;
    padding: 0;
    line-height: 38px;
    display: block;
}
.datespage .toparea label {
    height: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    display: block;
    color: #000;
}
.datespage .toparea input {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}
.datespage .toparea button {
    display: block;
    height: 40px;
    line-height: 38px;
    width: 100%;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
}
.datespage table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.datespage table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.datespage table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
.datespage table.table tbody td a {
    display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
}
.datespage table.table tbody td span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
}
.datespage .adddate label {
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.datespage .adddate input,
.datespage .adddate select {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
.datespage .adddate button {
    height: 40px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
}
.datespage table.table thead th.viewbg1 {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    padding: 5px 10px;
    vertical-align: middle;
}
.datespage table.table thead th.viewbg2 {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    direction: ltr;
    padding: 5px 10px;
    font-weight: normal;
}
.datespage table.table thead th.viewbg2 p {
    display: block;
    margin: 5px auto;
    font-size: 16px;
}
a.printico {
    display: inline-block;
    margin: 20px 15px 0 0;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 19px;
}
/* End datespage */

/* viewlogpage */
.viewlogpage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.viewlogpage .viewlogbut {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    padding: 10px;
}
.viewlogpage .viewlogbut button[type="submit"] {
    height: 35px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
    border: none;
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 0 15px;
    line-height: 35px;
}
.viewlogpage .viewlogbut button[type="submit"].edit {
    background-color: #00aeef;
    box-shadow: 0 3px 0 0 #0698cf;
}
.viewlogpage .viewlogbut button[type="submit"].edit:hover {
    background-color: #0698cf;
}
.viewlogpage .viewlogbut button[type="submit"].del {
    background-color: #ed1c24;
    box-shadow: 0 3px 0 0 #cf161d;
}
.viewlogpage .viewlogbut button[type="submit"].del:hover {
    background-color: #cf161d;
}
.viewlogpage .viewlogbut button[type="submit"] i.fa {
    margin: 0 0 0 5px;
}
.viewlogpage .content {
    padding: 15px;
}
.viewlogpage .content table.table tbody td {
    font-size: 15px;
    vertical-align: middle;
    color: #191919;
    padding: 10px;
    line-height: normal;
}
/* End viewlogpage */

/* footer */
.doctorepage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.doctorepage .sidebar {
    float: right;
    width: 20%;
}
.doctorepage .sidebar span {
    display: block;
    background-color: #333;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #fff;
}
.doctorepage .sidebar p {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    background-color: #555;
    color: #fff;
    padding: 5px;
}
.doctorepage .sidebar a {
    background: -moz-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 ); /* ie6-9 */
    display: block;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #c4c5d5;
}
.doctorepage .sidebar a:hover,
.doctorepage .sidebar a:active,
.doctorepage .sidebar a:focus {
    background: -moz-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 ); /* ie6-9 */
}
.doctorepage .sidebar a.active {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    color: #ffffff;
}
.doctorepage .content {
    float: right;
    width: 80%;
    padding: 15px;
    border-right: 1px solid #ddd;
    min-height: 400px;
}
.doctorepage .timetable table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.doctorepage .timetable table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.doctorepage .timetable table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
.doctorepage .content .blockone {
    margin: 0 auto 30px;
}
.doctorepage .content .blockone label {
    font-weight: normal;
    font-size: 16px;
    color: #000;
}
.doctorepage .content .blockone textarea.form-control {
    padding: 10px;
    font-size: 15px;
    color: #111111;
    background-color: #fcfcfc;
}
.doctorepage .content .blockone .docname {
    display: block;
    margin: 20px auto 0;
    font-size: 15px;
    color: #130f40;
}
.doctorepage .content .blockone .docname i.fa {
    margin: 0 0 0 5px;
    color: #00abd8;
}
/* End doctorepage */

/* footer */
.reports {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.reports .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.reports .content {
    padding: 15px;
}
.reports .content form {
    margin: 0 auto 30px;
}
.reports .content label {
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.reports .content input,
.reports .content select {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
.reports .content button {
    height: 40px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
}
.reports .content table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.reports .content table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.reports .content table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
/* End reports */

/* lastvisit */
.lastvisit {
    color: red;
    font-size: 14px;
    padding: 15px;
}
.lastvisit i.fa {
    color: #666;
    margin: 0 0 0 2px;
}
/* End lastvisit */

/* medicalforms */
.medicalforms {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
.medicalforms .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.medicalforms .content {
    padding: 15px;
}
.medicalforms .content table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.medicalforms .content table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.medicalforms .content table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
/* End medicalforms */

/* patientsshow */
#patientsshow .sidebar {
    margin: 20px auto;
    border: 1px solid #c4c5d5;
}
#patientsshow .sidebar ul li a {
    display: block;
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    padding: 10px;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #c4c5d5;
    color: #130f40;
}
#patientsshow .sidebar ul li:last-child a {
    border-bottom: none;
}
#patientsshow .sidebar ul li a:hover,
#patientsshow .sidebar ul li a:active,
#patientsshow .sidebar ul li a:focus {
    background: -moz-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    );
    background: -webkit-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -o-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -ms-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 );
}
#patientsshow .sidebar ul li.active a {
    background: #130f40;
    color: #fff;
    border-bottom-color: #130f40;
}
#patientsshow .tablearea {
    margin: 20px auto;
}
#patientsshow .tablearea table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 13px;
}
#patientsshow .tablearea table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: normal;
    padding: 8px;
}
#patientsshow .tablearea table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
#patientsshow .tablearea .showuserpage span {
    display: block;
    font-size: 15px;
    color: #444;
}
#patientsshow .tablearea .showuserpage span p {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #808ba9;
}
/* End patientsshow */
/* Start view-invoice */
.view-invoice .box-info p {
    margin-bottom: 0px;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    color: #777;
}
.view-invoice .title-inv {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.view-invoice .logo-inv {
    max-width: 100%;
    width: 70px;
    margin: 10px auto;
}
.view-invoice .num-invoice {
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.view-invoice .info-inv .info-content {
    margin-bottom: 15px;
    gap: 8px;
    align-items: flex-end;
    display: flex;
}
.view-invoice th {
    background-color: #444444 !important;
    color: white !important;
}
.view-invoice .info-inv .info-content .title-info {
    font-weight: bold;
    font-size: 14px !important;
}
.view-invoice .info-inv .info-content .title-info,
.view-invoice .info-inv .info-content .title-text {
    font-size: 15px;
}
.view-invoice .info-inv .info-content .title-text {
    font-size: 13px !important;
}
.view-invoice .notes {
    margin-bottom: 0;
    font-size: 14px;
    margin-bottom: 8px;
}
.view-invoice .box-notes p {
    margin-bottom: 0;
    font-size: 13px;
}
.view-invoice .box-info .title {
    font-size: 16px;
}
.view-invoice .status-invoice {
    width: fit-content;
    color: #413bff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}
.view-invoice .boxes-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}
.view-invoice .boxes-info .box {
    display: flex;
    width: calc(100% / 5 - 8px);

    align-items: center;
    gap: 5px;
}
.view-invoice .boxes-info .box .title {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100% / 3 - 7px);
    }
}
@media (max-width: 767.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 575.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100%);
    }
}
.view-invoice .footer-invoice {
    color: #413bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* End view-invoice */
/* Start reports */
section.page-reports p {
    font-size: 14px;
}
section.page-reports th {
    font-size: 13px !important;
}
section.page-reports th {
    font-size: 12px !important;
}
@media print {
    #printTable td,
    #printTable p,
    #printTable th {
        font-size: 12px;
        padding: 3px;
    }
    #printTable .box-total-info {
        font-size: 12px !important;
        padding: 3px;
    }
    #printTable .box-total-info .item {
        margin-bottom: 0px !important;
    }
}
/* End reports */
/*start view-project */
.view-project .btn-item {
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    color: #3a3c42;
    border: 1px solid #c4c5d5;
    border-radius: 4px;
    outline: none;

    font-size: 14px;
    padding: 15px 0;
    transition: 300ms;
    width: 100%;
    position: relative;
}
.view-project .btn-item:hover {
    background: #c4c5d5;
}
.view-project .btn-item .count {
    left: -10px;
    transition: 300ms;
    top: -3px;
}

/*end view-project */
/* Start Login */
section.login {
    min-height: 100vh;
    width: 100%;
    background-color: #1b155f;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.login .form-login {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
    padding: 25px 55px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
section.login .form-login .title {
    color: #7b71c9;
    font-weight: bold;
    margin-bottom: 15px;
}
section.login .form-login .text {
    color: #8f8f8f;
}
section.login .box-login {
    align-items: stretch;
    border-left: 5px solid #7b71c9;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    section.login .box-login {
        max-width: 70%;
    }
}
section.login .form-login .input-group {
    margin-bottom: 15px;
}
section.login .form-login .input-group input {
    padding: 20px 5px;
}
section.login .form-login .input-group .input-group-addon {
    padding: 0px 18px;
}
section.login .form-login .reset-password {
    color: #7b71c9;
    font-size: 16px;
    align-self: flex-start;
    font-weight: bold;
    text-align: start;
}
section.login .form-login .sub {
    background-color: #7b71c9;
    color: white;
    align-self: flex-start;
    margin-bottom: 15px;

    padding: 1rem 2rem !important;
}
section.login .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    margin-top: 15px;
    color: white;
}
section.login .footer img {
    width: 50px;
}
/* End Login */
/* start notifications */

section.notifications .notification-wrapper {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.15);
    padding: 20px;
}
section.notifications .notification-wrapper .notification-day {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 10px;
}
section.notifications .notification-wrapper .notification-day:first-of-type {
    margin: 0 0 10px;
}

section.notifications .notification-wrapper .notification-message {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    color: #333;
    padding: 10px 0;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-title {
    font-weight: bold;
    margin-bottom: 5px;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-info {
    line-height: 1.4;
    margin-bottom: 5px;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-time {
    color: #999999;
    line-height: 1;
}
section.notifications
    .notification-wrapper
    .notification-message
    .more-details {
    justify-content: center;
    padding: 0;
    width: 24px;
}
section.notifications .notification-wrapper .notification-message:hover {
    background-color: #f8fff8;
}

section.notifications .notification-header-title {
    align-items: center;
    color: #666666;
    display: flex;
    font-family: Roboto;
    font-size: 24px;
    line-height: 28px;
}

/* End notifications */
/* Satrt view-contract */
.view-contract .box-info p {
    margin-bottom: 0px;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    color: #777;
}
.view-contract .title-box {
    color: black !important;
    font-weight: bold;
}
.view-contract .box-info .title {
    font-size: 16px;
}
.view-contract .status-invoice {
    width: fit-content;
    color: #413bff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}
.view-contract .boxes-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}
.view-contract .boxes-info .box {
    display: flex;
    width: calc(100% / 5 - 8px);

    align-items: center;
    gap: 5px;
}
.view-contract .boxes-info .box .title {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .view-contract .boxes-info .box {
        width: calc(100% / 3 - 7px);
    }
}
@media (max-width: 767.98px) {
    .view-contract .boxes-info .box {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 575.98px) {
    .view-contract .boxes-info .box {
        width: calc(100%);
    }
}
.view-contract .footer-invoice {
    color: #413bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* End view-contract */
/* Start customers */
section.customers #modalShow p {
    color: black;
    margin: 0;
    background-color: #dddcdc;
    padding: 1px 7px;
    font-size: 14;
}
section.customers #modalShow label {
    color: black !important;
    font-size: 14px !important;
    padding: 0 !important;
    font-weight: bold !important;
}
/* End customers */
/* Start login-clintes */
section.login-clintes {
    min-height: 100vh;
    background: white;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.login-clintes .container {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.login-clintes .login {
    width: fit-content;
    margin: 16px auto;
    font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
section.login-clintes .login-header,
section.login-clintes .login p {
    margin-top: 0;
    margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
section.login-clintes .login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #7c71c2;
}

section.login-clintes .login-header {
    background: #7c71c2;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

section.login-clintes .login-container {
    background: #ebebeb;
    padding: 12px;
}

/* Every row inside .login-container is defined with p tags */
section.login-clintes .login p {
    padding: 12px;
}

section.login-clintes .login input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 9px;
    outline: 0;
    font-family: inherit;
    font-size: 13px;
}
section.login-clintes .login input::placeholder {
    font-size: 13px !important;
}
section.login-clintes .login input[type="email"],
section.login-clintes .login input[type="password"] {
    background: #fff;
    border-color: #bbb;
    color: #555;
}

/* Text fields' focus effect */
section.login-clintes .login input[type="email"]:focus,
section.login-clintes .login input[type="password"]:focus {
    border-color: #888;
}

section.login-clintes .login input[type="submit"] {
    background: #7c71c2;
    border-color: transparent;
    width: fit-content;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

/* Buttons' focus effect */
section.login-clintes .login input[type="submit"]:focus {
    border-color: #05a;
}
section.login-clintes .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    gap: 10px;
    margin-top: 15px;
}
section.login-clintes .footer img {
    width: 50px;
}
/* end login-clintes */
/* Start tax-invoice */
section.tax-invoice {
    font-size: 15px;
    height: 100%;
    background-color: white;
}
section.tax-invoice .top-bar .one-bar {
    background-color: #4068e1;
    color: white;
    padding: 1px;
    text-align: center;
}
section.tax-invoice .top-bar .two-bar {
    background-color: #e4e5e9;
    color: #4068e1;
    text-align: start;
}
section.tax-invoice .top-bar .three-bar {
    background-color: #e4e5e9;
    padding-right: 15px;
    background-color: #ebecf0;
    font-size: 12px;
}
section.tax-invoice .top-bar .three-bar .small-container {
    display: flex;
}
section.tax-invoice .top-bar .three-bar .client {
    display: flex;
    gap: 5px;
    align-items: center;
}
section.tax-invoice .top-bar .three-bar select {
    max-height: 30px;
    padding: 3px;
    font-size: 12px;
}
section.tax-invoice .top-bar .three-bar select {
    max-height: 30px;
    padding: 3px;
    font-size: 12px;
}
section.tax-invoice .top-bar .three-bar .btn-client {
    width: fit-content;
    white-space: nowrap;
    outline: none;
    border: 1px solid #bbb;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-weight: bold;
    padding: 2px;
}
section.tax-invoice .top-bar .three-bar .btn-client i,
section.tax-invoice .top-bar .three-bar .btn-client svg {
    font-size: 17px;
    color: #43a250;
}
section.tax-invoice .top-bar .three-bar .date {
    display: flex;
    gap: 5px;
    align-items: center;
}
section.tax-invoice .content {
    border-bottom: 1px solid #9999;
    border-right: 1px solid #9999;
    border-left: 1px solid #9999;
    margin: 3px;
}

section.tax-invoice table,
section.tax-invoice th,
section.tax-invoice td {
    border: 1px solid;
    font-size: 14px;
    border: 1px solid #9999;
}
section.tax-invoice table {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #9999;
}
section.tax-invoice th:first-of-type {
    min-width: 150px;
}
section.tax-invoice th {
    white-space: nowrap;
    font-weight: bold;
    padding: 0 7px;

    border-bottom: 1px dashed #9999;
    background-color: #f4f4f6;
    width: 60px;
}
section.tax-invoice td {
    border-bottom: 1px dashed #9999;
    border-top: 1px dashed #9999;
}
section.tax-invoice td input {
    padding: 17px 7px;
}
section.tax-invoice td .remove {
    cursor: pointer;
    padding: 3px;
}

section.tax-invoice td .remove i,
section.tax-invoice td .remove svg {
    color: white;
    font-size: 14px;
}
section.tax-invoice th,
section.tax-invoice td,
section.tax-invoice td input {
    text-align: center;
}
section.tax-invoice .content .box {
    min-height: 40vh;
}
section.tax-invoice .content .bar-bottom {
    background-color: #e5e6ea;
    padding: 3px;
    border-top: 1px solid #9999;
    font-size: 14px;
    display: flex;
    color: #5a72cd;
    font-weight: bold;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 200px;
}
@media (max-width: 575.98px) {
    section.tax-invoice .content .bar-bottom {
        padding-left: 0;
        flex-direction: column;
    }
}

@media (max-width: 1199.98px) {
    section.tax-invoice .content .bar-bottom {
        padding-left: 0;
        justify-content: center;
    }
}

section.tax-invoice .content .bar-bottom .total {
    background-color: white;
    padding: 0px 30px;
    border-radius: 4px;
}
section.tax-invoice .info {
    margin-bottom: 5px;
}
section.tax-invoice .info-text {
    background-color: #e8edee;
    display: flex;
    align-items: center;
}
section.tax-invoice .info-text .title {
    width: fit-content;
    text-align: center;
}
section.tax-invoice .info-text .inp-text {
    min-height: 60px !important;
}
section.tax-invoice .instructions {
    background-color: #e8edee;
}
section.tax-invoice .instructions .btns {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 7px 0;
    flex-wrap: wrap;
    margin-top: 3px;
}
section.tax-invoice .instructions .btns .btn-parint {
    outline: none;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px !important;
    font-weight: bold;
    padding: 5px;
}
section.tax-invoice .instructions .btns .btn-parint img {
    width: 16px;
}
/* modal */
.modal.tax-invoice .cont-btn {
    width: fit-content;
    white-space: nowrap;
    outline: none;
    border: 1px solid #bbb;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 13px;
    padding: 2px 10px;
}
.modal.tax-invoice .cont-btn-red {
    border: none;
    color: white;
    background-color: #e3322d;
}
.modal.tax-invoice .cont-btn i {
    font-size: 16px;
    color: #f08510;
}

.modal.tax-invoice .top-bar {
    border: 1px solid #bbb;
    border-radius: 3px;
    margin: 5px 0;
}
.modal.tax-invoice .modal-body {
    padding: 0 5px !important;
}
.modal.tax-invoice .one-bar {
    background-color: #4068e1;
    color: white;
    padding: 1px;
    text-align: center;
}
.modal.tax-invoice .top-bar .one-bar {
    background-color: #4068e1;
    color: white;
    padding: 1px;
    text-align: center;
}

.modal.tax-invoice .top-bar .two-bar {
    background-color: #e4e5e9;
    color: #4068e1;
    text-align: start;
}
.modal.tax-invoice .top-bar .three-bar {
    background-color: #ebecf0;
    font-size: 15px;
}
.modal.tax-invoice .top-bar .three-bar input[type="text"] {
    max-height: 30px;
    padding: 3px 5px;
    color: black;
    font-size: 15px;
}
.modal.tax-invoice input[readonly] {
    background-color: #f5f5f7;
    text-align: center;
    cursor: not-allowed;
}
.modal.tax-invoice .top-bar .three-bar.btns .small-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.modal.tax-invoice .top-bar .three-bar .small-container .title {
    white-space: nowrap;
}
.modal.tax-invoice .top-bar .three-bar .client {
    display: flex;
    gap: 5px;
    align-items: center;
}
.modal.tax-invoice .top-bar .three-bar select {
    max-height: 30px;
    padding: 3px;
    font-size: 12px;
}
.modal.tax-invoice .top-bar .three-bar select {
    max-height: 30px;
    padding: 3px;
    font-size: 12px;
}
.modal.tax-invoice .top-bar .three-bar .btn-client {
    width: fit-content;
    white-space: nowrap;
    outline: none;
    border: 1px solid #bbb;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-weight: bold;
    padding: 2px;
}
.modal.tax-invoice .top-bar .three-bar .btn-client i,
.modal.tax-invoice .top-bar .three-bar .btn-client svg {
    font-size: 17px;
    color: #43a250;
}
.modal.tax-invoice .top-bar .three-bar .date {
    display: flex;
    gap: 5px;
    align-items: center;
}
.modal.tax-invoice .content {
    border-bottom: 1px solid #9999;
    border-right: 1px solid #9999;
    border-left: 1px solid #9999;
    margin: 3px;
}

.modal.tax-invoice table,
.modal.tax-invoice th,
.modal.tax-invoice td {
    border: 1px solid;
    font-size: 14px;
    border: 1px solid #9999;
}
.modal.tax-invoice table {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #9999;
}
.modal.tax-invoice th:first-of-type {
    min-width: 150px;
}
.modal.tax-invoice th {
    white-space: nowrap;
    font-weight: bold;
    padding: 0 7px;

    border-bottom: 1px dashed #9999;
    background-color: #f4f4f6;
    width: 60px;
}
.modal.tax-invoice td {
    padding: 17px 7px;
    border-bottom: 1px dashed #9999;
    border-top: 1px dashed #9999;
}
.modal.tax-invoice td .remove {
    cursor: pointer;
    padding: 3px;
}

.modal.tax-invoice td .remove i,
.modal.tax-invoice td .remove svg {
    color: white;
    font-size: 14px;
}
.modal.tax-invoice th,
.modal.tax-invoice td {
    text-align: center;
}
.modal.tax-invoice .content .box {
    min-height: 40vh;
}
.modal.tax-invoice .content .bar-bottom {
    background-color: #e5e6ea;
    padding: 3px;
    border-top: 1px solid #9999;
    font-size: 14px;
    display: flex;
    color: #5a72cd;
    font-weight: bold;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 200px;
}
@media (max-width: 575.98px) {
    .modal.tax-invoice .content .bar-bottom {
        padding-left: 0;
        flex-direction: column;
    }
}

@media (max-width: 1199.98px) {
    .modal.tax-invoice .content .bar-bottom {
        padding-left: 0;
        justify-content: center;
    }
}

.modal.tax-invoice .content .bar-bottom .total {
    background-color: white;
    padding: 0px 30px;
    border-radius: 4px;
}
.modal.tax-invoice .info {
    margin-bottom: 5px;
}
.modal.tax-invoice .info-text {
    background-color: #e8edee;
    display: flex;
    align-items: center;
}
.modal.tax-invoice .info-text .title {
    width: fit-content;
    text-align: center;
}
.modal.tax-invoice .info-text .inp-text {
    min-height: 60px !important;
}
.modal.tax-invoice .instructions {
    background-color: #e8edee;
}


.modal.tax-invoice .instructions .btns {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 7px 0;
    flex-wrap: wrap;
    margin-top: 3px;
}
.modal.tax-invoice .instructions .btns .btn-parint {
    outline: none;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px !important;
    font-weight: bold;
    padding: 5px;
}
.modal.tax-invoice .instructions .btns .btn-parint img {
    width: 16px;
}
/* End tax-invoice */
/* Start Footer */
.footer-bottom {
    margin-top: 4rem;
    background-color: #032b43;
    color: white;
}
.footer-bottom p {
    margin: 0;
    font-size: 14px;
}
/* End Footer */

/* Scrollup */
a.scrollup {
    background-color: #367338;
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    display: none;
    font: 20px/33px FontAwesome !important;
    height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 35px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.scrollup:hover {
    background-color: #225f24;
}
/* End Scrollup */
.box-grrey {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
.bg-white {
    background-color: white;
}

/* Start Show Infovie */

.d-none {
    display: none;
}

@media print {
    #print_invoice {
        display: block !important;
    }
    table {
        -webkit-print-color-adjust: exact !important;
    }
    .print-invoice .table th {
        font-weight: bold !important;
    }
    .not-print {
        display: none !important;
    }
    .col-sm-4 {
        width: 33.33333333% !important;
    }
    .col-sm-8 {
        width: 66.66666667% !important;
    }
    .col-sm-10 {
        width: 83.33333333% !important;
    }
    .col-sm-2 {
        width: 16.66666667% !important;
    }
}
.print-invoice {
    font-size: 14px;
}

.print-invoice .logo {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 16px;
}
.print-invoice .logo-img {
    width: 90px;
}
.print-invoice .logo p {
    margin: 0;
    font-weight: bold;
}
.print-invoice .title-info {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.print-invoice .info-invoice .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 13px;
}
.print-invoice .info-invoice .title {
    font-weight: bold;
}
.print-invoice .qr-code svg {
    width: 70px !important;
}
.print-invoice .table {
    text-align: center !important;
}

.print-invoice .table th,
.print-invoice .table td {
    vertical-align: middle !important;
    font-size: 13px;
    padding: 5px !important;
}
.print-invoice .table td .td-bord {
    max-width: 277px;
    text-align: center;
}
.table .table-dark {
    background: #212529;
    color: white !important;
}
/* End Show Infovie */
.fw-bold {
    font-weight: bold;
}
