﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 130%;
  }
}
@keyframes shrink2 {
  0% {
    background-size: 95%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateYmoveup {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateYmovedown {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
@font-face {
  font-family: "manrope";
  src: url("../../fonts/manrope/manrope-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.page-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 59px);
  position: relative;
}

.page-left {
  z-index: 1;
  background: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 0px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 100vh;
  position: sticky;
  top: 0;
  width: calc(20vw + 1px);
  padding: 10px;
}

.page-right {
  background: #f9fafb;
  width: calc(80% - 1px);
  padding: 20px;
}

.list-group-item {
  border-radius: 3px;
  border-bottom: solid 1px #ccc;
  font-weight: 600;
}
.list-group-item.active {
  color: #1A52CD;
  background-color: #f9fafb;
}

#myTabContent .tab-pane {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  animation: opacitymove 1.5s;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

#btnFormSearchDVDL {
  font-size: 14px;
  background-color: #1A52CD;
  font-weight: 500;
  color: #fff;
}

#dmcsdl .dmcsdl-filter .txt-tukhoa {
  font-size: 14px;
  height: 42px;
  padding-left: 20px;
}
#dmcsdl .dmcsdl-filter .nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
#dmcsdl .dmcsdl-filter .nice-select span.current {
  color: #6c757d;
}
#dmcsdl .dmcsdl-filter .box-phantrang {
  float: right;
  margin-bottom: -15px;
}
#dmcsdl .dmcsdl-filter .box-phantrang .pagination > li > a, #dmcsdl .dmcsdl-filter .box-phantrang .pagination > li > span {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
#dmcsdl .dmcsdl-filter .box-phantrang .pagination > .active > a {
  background-color: #1A52CD;
  border-color: #1A52CD;
  color: #fff;
}
#dmcsdl .dmcsdl-content table thead tr {
  background-color: #1A52CD;
  color: #fff;
}
#dmcsdl .dmcsdl-content table tbody {
  font-size: 14px;
}
#dmcsdl .dmcsdl-content table tbody tr .see-more {
  cursor: pointer;
}
#dmcsdl .dmcsdl-content .box-thongbao {
  padding: 20px 10px;
  color: #fff;
  background-color: rgba(0, 46, 137, 0.6);
  border-radius: 5px;
}

#dksddvdl .form-row .form-group .wrapper .toggle-next {
  border-radius: 0;
}
#dksddvdl .form-row .form-group .wrapper label {
  cursor: pointer;
  padding: 4px 0;
  margin: 4px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  opacity: 0.7;
}
#dksddvdl .form-row .form-group .wrapper .ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
#dksddvdl .form-row .form-group .wrapper .apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
#dksddvdl .form-row .form-group .wrapper .apply-selection .ajax-link {
  display: none;
}
#dksddvdl .form-row .form-group .wrapper .checkboxes {
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 5px #ebe9e9;
}
#dksddvdl .form-row .form-group .wrapper .checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 150px;
  overflow: auto;
}
#dksddvdl .form-row .form-group textarea, #dksddvdl .form-row .form-group input {
  font-size: 14px;
}

#dknttcn table thead tr {
  background-color: #1A52CD;
  color: #fff;
}
#dknttcn table tbody tr td i {
  cursor: pointer;
  padding: 0 12px;
}
