body {
  color: #566787;
  background: #f5f5f5;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
}
.table-responsive {
  margin-top:50px;
  margin-bottom: 10px;

  overflow-x: hidden;
}
.table-wrapper {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-data {
  max-width: 100%;
  overflow: auto;
}

.table-data-2 {
  max-height: calc(100vh - 350px);
  overflow: auto;
}

.table-title {
  padding-bottom: 15px;
  background: #299be4;
  color: #fff;
  padding: 10px 20px;
  margin: -10px -25px 10px;
  border-radius: 3px 3px 0 0;
}
.table-title h2 {
  margin: 5px 0 0;
  font-size: min(24px, 4vw);
}
.table-title .btn {
  color: #566787;
  float: right;
  font-size: 13px;
  background: #fff;
  border: none;
  min-width: 50px;
  border-radius: 2px;
  border: none;
  outline: none !important;
  margin-left: 10px;
}
.table-title .btn:hover, .table-title .btn:focus {
  color: #566787;
  background: #f2f2f2;
}
.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-title .btn span {
  float: left;
  margin-top: 2px;
}
table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}
table.table tr th:first-child {
  width: 60px;
}
table.table tr th:last-child {
  width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
/* table.table th{
  min-width: 100px;
}	

table.table td{
  min-width: 100px;
}	 */
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}	
table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 0 5px;
}
table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
}
table.table td a:hover {
  color: #2196F3;
}
table.table td a.settings {
  color: #2196F3;
}
table.table td a.delete {
  color: #fe1505;
}
table.table td a.assign {
  color: #45e73a;
}
table.table td a.reload {
  color: #e2ce1f;
}
table.table td a.disable {
  color: #d8dad8;
  pointer-events: none;
}

table.table td i {
  font-size: 19px;
}
table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.status {
  font-size: 30px;
  margin: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}
.text-success {
  color: #10c469;
}
.text-info {
  color: #62c9e8;
}
.text-warning {
  color: #FFC107;
}
.text-danger {
  color: #ff5b5b;
}
.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
  background: #03A9F4;
}
.pagination li.active a:hover {        
  background: #0397d6;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px
}
.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.popup-create {
  z-index: 999998;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  visibility: hidden;
}

.form-create {
  width: 35%;
  margin: auto;
  margin-top: 18vh;
  position: relative;
  background-color: white;
  border: 1px solid rgb(26, 170, 237);
  border-radius: 15px;
  overflow: hidden;
}

.div-title {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #299be4, #336fd2);
  width: 100%;
  height: 8vh;
}

.div-title label {
  font-size: 3vmin;
  margin: auto;
  color: white;
}

.title {
  float: left;
  margin-right: 5px;
}

form {
  width: 75%;
  margin: 10px auto;
}

form div {
  height: 20%;
  width: 100%;
  align-items: center;
  display: flex;
}

form input {
  height: 40px;
  display: block;
  padding: 10px;
  flex: 1.0;
  margin-right: 10px;
  margin-top: 10px;
  width: 15vw;
}

form input[type="submit"] {
  margin: 10px 0;
}

form label {
  padding: 5px;
  flex: 1.5;
  text-align: left;
  font-size: 1.9vmin;
  margin-bottom: 0;
  margin-top: 10px;
}

form select {
  height: 40px;
  margin-top: 10px;
  display: block;
  padding: 10px;
  flex: 2;
  margin-right: 10px;
  background-color: white;
}

.btn_confirm_create {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: right;
}

.btn-cancel {
  color: black;
  border: none;
  height: 40px;
  font-size: 1.9vmin;
  border-radius: 20px;
  border: 1px solid rgb(86, 186, 237);
  color: rgb(86, 186, 237);
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.btn-confirm {
  background-color: rgb(86, 186, 237);
  color: white;
  border: none;
  height: 40px;
  font-size: 1.9vmin;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;  
  margin-right: 10px;
  cursor: pointer;
}

.btn-cancel:hover {
  background-color: #ccc;
}

.btn-confirm:hover {
  background-color: #ccc;
}

.wait_div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  backdrop-filter: blur(2px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;

  z-index: 1000;
}

.loader-outside {
  background-color: white;
  border: 1px solid rgb(2, 179, 249);
  margin: auto;
  border-radius: 20px;
  padding: 5px;
}

.loader {
  margin: auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.hide {
  animation: fadeOut 2s forwards;
}

.action {
  animation: fadein_notify 2s forwards;
}

.alert-error {
  z-index: 999999;
  padding: 10px;
  background-color: rgba(255, 255, 0, 0.98);
  color: black;
  font-weight: bold;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  align-items: center;
}

.alert-success {
  padding: 10px;
  background-color: rgba(0, 255, 0, 0.1);
  color: black;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  align-items: center;
}

.alert_icon {
  width: 20px;
  height: 20px;
  margin: 0px 10px;
}

.alert-header {
  font-size: 20px;
}

.alert-text {
  display: inline;
  font-size: 20px;
  margin: 0 5px;
  /* width: 600px; */
  overflow-wrap: anywhere;
}

.popup_confirm {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  backdrop-filter: blur(0px);
  visibility: hidden;
}

.popup_confirm_background {
  width: 25%;
  min-width: 250px;
  max-width: 500px;
  height: 35%;
  min-height: 150px;
  margin: auto;
  margin-top: 18vh;
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.header_popup_confirm {
  display: flex;
  align-items: center;
  height: 8vh;
  width: 100%;
  background-image: linear-gradient(to right, rgb(232, 23, 48), rgb(233, 133, 145));
  color: white;
  font-size: 3vmin;
}

.header_popup_confirm p {
  margin: auto;
}

.content_popup_confirm {
  display: flex;
  align-items: center;
  height: 18vh;
  width: 100%;
}

.content_popup_confirm p {
  margin: auto;
}

.btn_new_folder {
  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn_new_folder button {
  width: 100px;
  height: 100%;
}

.btn_new_folder button:hover {
  background-color: #ccc;
  color: black;
}

.btn_new_folder .btn_cancel {
  border-radius: 20px;
  border: 1px solid rgb(86, 186, 237);
  color: rgb(86, 186, 237);
}

.btn_new_folder .btn_confirm {
  border-radius: 20px;
  border: none;
  background-color: rgb(86, 186, 237);
  color: white;
}

.popup-program-list {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  backdrop-filter: blur(2px);
  border-radius: 10px;
  visibility: hidden;
}

.popup-program-content {
  width: 50vw;
  max-width: 600px;
  margin: auto;
  margin-top: 18vh;
  position: relative;
  border: 2px solid #cfe2f3;
  border-radius: 15px;
  background-color: white;
}

.program-list-table {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.header-program-table {
  width: 100%;
  height: 14%;
  min-height: 70px;
  background-image: linear-gradient(to right, #07386f, #336fd2);
  display: flex;
  align-items: center;
  border-radius: 15px 15px 0 0;
}

.header-program-table p {
  margin: auto;
  color: white;
  font-size: 3vmin;
}

.header-program-table a {
  width: 50px;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  color: white;
}

.header-program-table a i {
  margin: auto;
}

.header-program-table a:hover {
  background-color: #f2f2f2;
  color: rgb(133, 233, 231);
}

.tree_folder {
  width: 100%;
  height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.tree_folder table {
  width: 100%;
}

.tree_folder table .head td {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.tree_folder table td a {
  width: 25px;
  display: flex;
  align-items: center;
}

.tree_folder table td a i {
  margin: auto;
}

.tree_folder table .head td:hover {
  background-color: #cfe2f3;
  border-left: 2px solid rgb(1, 53, 103);
}

.tree_folder table .brach td:hover {
  background-color: #cfe2f3;
  border-left: 2px solid rgb(1, 53, 103);
}

.tree_folder table .brach td {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.tree_folder table .brach td p {
  margin-left: 50px;
}

.tree_folder .brach {
  display: none;
  animation: fadein 1s forwards;
}

.program-table {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.program-table table {
  width: 100%;
}

.program-table table tr {
  width: 100%;
}

.program-table table tr th {
  text-align: center;
  height: 50px;
  background-color: white;
  font-size: 15px;
}

.program-table table tr td {
  text-align: center;
}

.program-table table tr:hover {
  background-color: #c1c1c1;
  cursor: pointer;
}

.program-table-select {
background-color: #c1c1c1;
}

.btn_program_list {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
  border-radius: 0 0 15px 15px;
}

.container {
  display: flex;
  max-height: 35vh;
  overflow-x: hidden;
  overflow-y: auto;  
}
.column {
  flex: 1;
  padding: 10px;
}
.checkbox-item {
  margin-bottom: 5px;
}

.prevent-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.tab {
  overflow: hidden;
  background-color: #ddd;
  box-shadow: 0 0 10px #f2f9ff;
  border-radius: 15px 15px 0 0;
  margin: -20px -25px 10px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  height: 50px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-image: linear-gradient(to right, #07386f, #336fd2);
  color: white;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

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

@keyframes fadein_notify {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}