@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

@font-face {
  font-family: JF_font;
  src: url(../fonts/JF-Flat-regular.ttf);
}

:root {
  --mainColor: #007A61;
}

.main-color {
  color: var(--mainColor) !important;
}

*,
* button:focus {
    outline: 0
}

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

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


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

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

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

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

.main-color {
    color: var(--mainColor) !important;
}

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

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

form .form-group {
    position: relative;
}

button {
    background: transparent;
    border: 0;
}

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

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

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

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

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


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

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

a:hover {
    color: #000;
}

ul {
    padding: 0;
}

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

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

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

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

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

.light {
    color: #fff;
}

.block {
    display: block;
}

.butn {
  padding: 11px 30px;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 10px;
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
  font-size: 12px;
}

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

.butn.color {
  background: linear-gradient(135deg, var(--mainColor), var(--mainColor));
}

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

.butn.light span {
  color: var(--mainColor);
}

.butn.btn_line {
  border: 1px solid var(--mainColor);
  background: transparent;
}

.butn.btn_line span {
  color: var(--mainColor);
}

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


.form .form-group {
  position: relative;
}

.form-control {
  min-height: 45px;
  border-radius: 12px;
  border: 1px solid #9993;
}

.form-control.input_gray {
  border: 1px solid transparent;
  background-color: #f9f9f9;
}

button {
  background: transparent;
  border: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}


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

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

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

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

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

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

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

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

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

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

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

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

/*tbody {*/
/*    padding: 10px;*/
/*}*/

/*tbody tr {*/
/*    display: table-row;*/
/*}*/

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

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

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

.ui-state-hover {
    background: var(--mainColor) !important;
    color: #fff !important;
}

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


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

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


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

.datatitle h6 {
    color: var(--mainColor);
    margin-bottom: 10px;
}

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

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

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


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

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

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

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

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

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


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

.sidemenu {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 18vw;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 100;
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: #f5f5f5 #f5f5f5;
  border-left: 1px solid #9993;
  padding: 15px;
}

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

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

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

.sidemenu .logo {
  text-align: center;
  padding: 30px;
}

.sidemenu .logo img {
  width: 140px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidemenu-links {
  overflow: hidden;
}

.sidemenu-links a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #007A61;
  border-radius: 12px;
  margin: 5px 0;
}

.sidemenu-links a img.icon {
  height: 17px;
  width: 17px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  -webkit-filter: invert(62%) sepia(12%) saturate(591%) hue-rotate(192deg) brightness(94%) contrast(86%);
          filter: invert(62%) sepia(12%) saturate(591%) hue-rotate(192deg) brightness(94%) contrast(86%);
}

.sidemenu-links li.active a {
  color: #fff;
  background-color: var(--mainColor);
}

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

.sidemenu-links li.active a .icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(86deg) brightness(1000%) contrast(107%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(86deg) brightness(1000%) contrast(107%);
}

.sidemenu-links li.active a.linkItem-head:after {
  color: #fff;
}

.sidemenu-links li:hover a {
  color: #fff;
  background-color: var(--mainColor);
}

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

.sidemenu-links li:hover a .icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(86deg) brightness(1000%) contrast(107%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(86deg) brightness(1000%) contrast(107%);
}

.sidemenu-links li .linkItem-body {
    padding: 5px 0 0px 40px;
}

.sidemenu-links li .linkItem-body a {
  background-color: transparent;
  padding: 5px;
  font-size: 12px;
  position: relative;
  color: #007A61;
}

.sidemenu-links li .linkItem-body a.icon {
  display: none;
}

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

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

.sidemenu-links a.linkItem-head:hover:after {
  color: #fff;
}

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

.sidemenu-links .linkItem-body a:hover {
  color: var(--mainColor);
}

.sidemenu-links .linkItem-body a:hover::before {
  background-color: var(--mainColor);
  border: 2px solid var(--mainColor);
}

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

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

.sidemenu.smallmenu .sidemenu-links a {
  padding: 20px 0;
  text-align: center;
  width: 80%;
  -webkit-margin-start: 10%;
          margin-inline-start: 10%;
}

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

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

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

.sidemenu.smallmenu .sidemenu-links li a.linkItem-head::after {
  top: 25px;
}

.sidemenu.smallmenu .sidemenu-links li .linkItem-body {
  padding: 0;
}

.sidemenu.smallmenu .sidemenu-links li .linkItem-body .icon {
  display: inline-block;
  padding: 5px;
}

.sidemenu.smallmenu .sidemenu-links li .linkItem-body .icon i {
  font-size: 13px;
}

.sidemenu.smallmenu .sidemenu-links li .linkItem-body .text_link {
  display: none;
}

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



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

.top-nav {
  position: relative;
  z-index: 100;
  text-align: right;
  margin-bottom: 50px;
}

.top-nav .title {
  padding: 30px 0;
  font-size: 25px;
  font-weight: bold;
  color: #272424;
}

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

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

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

.top-nav .search-bar .form-group .form-control:focus ~ button {
  color: #fff;
  background-color: var(--mainColor);
}

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

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

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

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

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

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

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

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

.top-nav .profile-nav .dropdown-menu .pic {
  width: 100%;
  background: linear-gradient(135deg, var(--mainColor), var(--mainColor));
  padding: 30px 15px 15px;
}

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

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

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

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

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

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

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

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

.top-nav .toggelmenu {
  width: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: none;
}

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

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

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

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

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


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


main {
  margin-left: 18vw;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 30px;
}

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

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


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

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

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

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

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


/* -------------- login page ------------------ */
.login{
    background: #F1F3F7;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.login:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/pattern-1.png);
    background-size: 120%;
    display: none;
}

.login .form_logo{
    padding: 30px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
}

.login .form_logo img{
    height: 100px;
}

.login .border-item{
    /*box-shadow: 0 5px 15px #0002;*/
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.login .logo{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--mainColor);
    /*background: linear-gradient(-45deg, var(--mainColor), var(--mainColor));*/
    background: linear-gradient(-45deg, var(--mainColor), #6f8add);
}

.login .logo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-image: url(../images/sub_shap2.png);
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  pointer-events: none;
  background-repeat: no-repeat;
}

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

.login .border-item form{
    padding: 3vw;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

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

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

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


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

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

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


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

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

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


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

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

.table .icon img {
    width: 17px;
    margin: 0 3px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(320deg) brightness(0%) contrast(104%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.table .icon img:hover {
    opacity: 1;
}

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

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

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

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


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

.linkItem-body {
    display: none;
}

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


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


a.before{
    color: var(--mainColor) !important;
}

a.before:before{
    background: var(--mainColor) !important;;
    border: 2px solid var(--mainColor) !important;;
}

.nav-tabs .module_nav_link.active{
    background-color: var(--mainColor) !important;
    color: #fff !important;
}

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* -------------- new style ------------------ */
.btn-primary {
    color: #fff;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.btn-primary:hover {
    color: #fff;
    background-color: #73778b;
    border-color: #73778b;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #73778b;
    border-color: #73778b;
}

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


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


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

@media screen and (max-width: 991px) {
    .top-nav .toggelmenu{
        display: block;
    }
}


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

@media screen and (max-width: 787px) {
    
    main.fullwidth{
        margin: 0 !important;
    }
    
  .sidemenu {
    padding: 30px 0;
    width: 100% !important;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding-top: 60px !important;
  }
  .sidemenu.smallmenu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sidemenu .sidemenu-links {
    border-radius: 0;
  }
  .sidemenu .sidemenu-links a {
    padding: 20px !important;
    text-align: start !important;
    width: 80%;
    -webkit-margin-start: 10%;
            margin-inline-start: 10%;
  }
  .sidemenu .sidemenu-links a span {
    display: inline-block !important;
    font-size: 15px;
  }
  .sidemenu .sidemenu-links a img {
    margin-right: 0;
  }
  .sidemenu .sidemenu-links a i {
    margin-inline-end: 10px !important;
    font-size: 18px !important;
  }
  .sidemenu .sidemenu-links li a.linkItem-head::after {
    top: 25px;
  }
  .sidemenu .sidemenu-links li .linkItem-body {
    padding: 0;
  }
  .sidemenu .sidemenu-links li .linkItem-body .icon {
    display: inline-block;
    padding: 5px;
  }
  .sidemenu .sidemenu-links li .linkItem-body .icon i {
    font-size: 13px;
  }
  .sidemenu .sidemenu-links li .linkItem-body .text_link {
    display: none;
  }
  .sidemenu .logo {
    margin: 5px;
    padding: 8px;
  }
  .chart_box {
    padding: 10px;
    margin: 15px 0;
  }
  .table_select_filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table_select_filter .form-group {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .table_select_filter .form-group .form-control {
    width: 100%;
  }
  .table_box .table_title h6 {
    margin-bottom: 20px;
  }
  .table td, .table th {
    min-width: 110px;
  }
  .table .custom-control {
    min-height: auto;
  }
  .border-item {
    padding: 10px;
  }
  .table_head_edit .butn {
    padding: 11px 20px;
  }
}


/* ======= */

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





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

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

.user_photo{
    width: 63px;
}

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noti_search_box .search-button{
    width: 50px;
    height: 50px;
    background-color: var(--mainColor);
    color: #fff;
    border-radius: 10px;
    margin: 0 10px;
}

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

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

.weekCard .card-header .btn-link:hover {
  color: var(--mainColor);
}

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

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

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



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

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

.general-report .items:hover {
  background-color: var(--mainColor);
}

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

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

.general-report .items:hover p {
  color: #fff !important;
}

.general-report .items:hover h2 {
  color: #fff !important;
}

.general-report .items:hover i {
  color: #fff !important;
}

.general-report .items:hover small {
  color: #fff !important;
}

.general-report .items:hover span {
  color: #fff !important;
}

.general-report .items .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.general-report .items .top .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.general-report .items .top .icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

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

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

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

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

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


/*--------*/
.select2-container{
    margin-top: 30px;
}

.select2-container .selection {
    height: 100%;
    width: 100%;
}

.select2-container .selection .select2-selection{
    height: 100%;
    width: 100%;
    border: 1px solid #9993;
    border-radius: 6px;
    height: 50px;
    padding-top: 10px;
    margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 2px;
    right: auto;
    top: 42px !important;;
}


/*------------------- new dashboard style ---------------------*/


.chart_box {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #00000007;
          box-shadow: 0 0 20px #00000007;
  border-radius: 20px;
  overflow: hidden;
}

.daterangepicker {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(65, 188, 133, 0.2);
          box-shadow: 0 5px 10px rgba(65, 188, 133, 0.2);
}

.daterangepicker .drp-buttons .btn {
  border-radius: 50px;
  border: 0;
  padding: 7px 20px;
}

.daterangepicker .drp-buttons .btn.btn-primary {
  background: var(--mainColor);
}

.daterangepicker td.active {
  background: var(--mainColor);
}

.daterangepicker td.active:hover {
  background: var(--mainColor);
}

.daterangepicker select.monthselect {
  border: 1px solid #9993;
  color: #777;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 5px;
}

.daterangepicker select.yearselect {
  border: 1px solid #9993;
  color: #777;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 5px;
}

.daterangepicker tbody tr th {
  padding: 5px 10px;
}

.daterangepicker tbody tr td {
  padding: 5px 10px;
}

.datarange.form-control {
  font-size: 12px;
}

.table_box {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
  border-radius: 20px;
  overflow: hidden;
}

.table_box .table_title h6 {
  font-weight: bold;
}

.table .dropdown {
  padding-right: 4px;
}

.table .dropdown .icon_dots {
  font-size: 16px;
}

.table .dropdown .icon_dots::after {
  display: none;
}

.table .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  border-radius: 10px;
  font-size: 12px;
  border: 0;
}

.table .dropdown .dropdown-menu .dropdown-item {
  padding: 7px 10px;
}

.table .dropdown .dropdown-menu .dropdown-item i {
  font-size: 10px;
}

.table_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #888;
}

.table_pagination .next_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .next_btn:hover {
  color: var(--mainColor);
}

.table_pagination .prev_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .prev_btn:hover {
  color: var(--mainColor);
}

.table_pagination .numbers a {
  margin: 5px;
}

.table_select_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_select_filter .form-control {
  font-size: 13px;
  min-width: 150px;
}

.table_select_filter .search_input {
  position: relative;
}

.table_select_filter .search_input button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.form_box {
  -webkit-box-shadow: 0 0 20px #00000005;
          box-shadow: 0 0 20px #00000005;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}

.form_box .form_head {
  padding: 30px;
  border-bottom: 1px solid #9993;
}

.form_box .form_head > * {
  margin: 0;
}

.form_box .form_head h3 {
  margin: 0;
}

.form_box .form_body {
  padding: 30px;
}

.form_box .form_body .form-group {
  position: relative;
}

.form_box .form_body .form-group label {
  font-weight: bold;
  margin-bottom: 10px;
}

.form_box .form_body .form-group .form-control {
  min-height: 50px;
}

.form_box .form_body .form-group .small_hint {
  display: block;
  font-size: 10px;
}

.table_head_edit {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
}

.table_head_edit label {
  font-weight: bold;
}

.table_head_edit .form-control {
  font-size: 12px;
}


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

.table th {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 12px;
}

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

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

.table td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 12px;
}

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

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

.table thead {
  border: 0;
  background-color: #f9f9f9;
}

.table thead th {
  border: 0;
}

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

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

.table-bordered tbody tr td:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.bi-arrow-right,
.bi-arrow-left,
.bi-box-arrow-right{
    transform: rotate(180deg);
    display: inline-block;
}

/*------- */
.butn.bg-warning,
.butn.bg-primary{
    border: 0 !important;
}

.table thead th {
    vertical-align: middle;
}

.form_box .form_body .form-group .form-control {
    min-height: 50px;
    border: 0;
    background-color: #f9f9f9;
}






