/* pc start */
.btn.radius-cus{
  border-radius: 0px !important; 
}
.menu-prakun-shortcut {
  width: 92px;
  top: 20vh;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .35s, z-index .5s;
}
.menu-prakun-shortcut.show{
  display: block;
  z-index: 10;
  opacity: 1;
}


.menu-prakun-shortcut-sub {
margin-left: -2px;
}

.fs-cb-12 {
font-size: 12px;
}
.btn.btn-cb-shortcut {
display: block;
background-color: #868686;
}
.btn.btn-cb-shortcut-mobile {
display: none;
width: 95px;
height: 122px;
}
.btn.btn-cb-shortcut:hover,
.btn.btn-cb-shortcut:focus {
background-color: #03256c;
}

.btn.btn-cb-shortcut.btn-config {
width: 95px;
height: 122px;
}
.dropdown-menu.cb-config {
width: 220px !important;
background-color: #777777 !important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
left: -1px !important;
}

.dropdown-menu.cb-config-2 {
width: 206px !important;
background-color: #777777 !important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
right: 99% !important;
}

.dropdown-item.text-white.config {
color: #fff !important;
padding: 0.8rem 1rem;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: rgba(255, 255, 255, 0.5);
}

.dropdown-item.text-white.config:hover {
background-color: #03256c;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: rgba(255, 255, 255, 0);
}

.dropdown-item.text-white.config:focus {
background-color: #03256c;
}

.caret-position {
top: 50%;
left: 10%;
transform: translate(-50%, -50%);
}

.text-shortcut-cb {
display: inline-block;
width: 31.7px;
overflow-wrap: normal;
overflow: hidden;
transition: opacity 0.3s;
}

.close-tab-cb {
display: none;
}

.dropdown-item.text-white.config .svg-caret-down {
display: none;
}

.title-cb-shortcut {
display: none;
}
.dropdown-menu.cb-config .box-kaidee{
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #DC3545;;
  padding: 0 5px;
  line-height: 20px;
  background-color: #DC3545;
  color: #FFFFFF;
  border-radius: 4px;
  animation: blink-animation-cb 1s steps(5, start) infinite;
  -webkit-animation: blink-animation-cb 1s steps(5, start) infinite;
}
@keyframes blink-animation-cb {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation-cb {
  to {
    visibility: hidden;
  }
}

/* mobile start */

@media screen and (max-width: 991px) {
.btn.radius-cus{
  border-radius: 0px !important; 
}
.menu-prakun-shortcut {
  width: 261px;
  top: 70vh;
  right: -190px;
  opacity: 0;
  transition: right 0.3s, width 0.1s opacity 0.4s;
  
}

/* เกี่ยวกับเมนูตอนขยาย mobile showwwwww */
.menu-prakun-shortcut.show {
  width: 261px;
  right: -190px;
  opacity: 1;
  transition: right 0.3s, width 0.1s;
}

.menu-prakun-shortcut.expand {
  width: 231px;
  right: 0;
  transition: right 0.3s, width 0.1s;
}


.menu-prakun-shortcut.expand .btn-cb-shortcut-mobile {
  width: 40px;
}

/* .menu-prakun-shortcut.show .btn-cb-shortcut-mobile{

    } */

.cb-spin {
  transform: rotate(0);
  transition: all 0.3s;
}

.menu-prakun-shortcut.expand .text-shortcut-cb {
  display: none;
}

.menu-prakun-shortcut.expand .cb-spin {
  transform: rotate(-180deg);
}

.menu-prakun-shortcut.show .close-tab-cb {
  display: block;
}

/* เกี่ยวกับเมนูตอนขยาย mobile showwwwww*/

.menu-prakun-shortcut-sub {
  margin-left: 1px;
}
.fs-cb-12 {
  font-size: 12px;
}
.btn.btn-cb-shortcut {
  background-color: rgba(55, 55, 55, 0.75);
}
.btn.btn-cb-shortcut-mobile {
  padding: 0px;
  font-size: 13px;
  font-weight: 200 !important;
  color: #fff;
  display: block;
  width: 70px;
  height: 100px;
  background-color: rgba(55, 55, 55, 0.75);
  transition: width 0.1s;
}
.btn.btn-cb-shortcut:hover,
.btn.btn-cb-shortcut:focus {
  background-color: #383838b3;
}
.btn.btn-cb-shortcut.btn-config {
  width: 95px;
  height: 100px;
}
.dropdown-menu.cb-config {
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  /* font-size: 1.3rem !important; */
  background-color: #ffffff !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow-y: scroll;
  /* padding: 0 2rem !important; */
  font-size: 20.25px !important;
}

.dropdown-menu.cb-config-2 {
  position: static !important;
  width: 100% !important;
  background-color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 16px !important;
  /* top:  50% !important; */
  /* left: 50% !important; */
  /* transform: translate(-50%, -50%) !important; */
  /* padding: 0 2rem !important; */
}

.dropdown-menu.cb-config-2 .dropdown-item {
  padding-left: 4rem !important;
 
}

.dropdown-menu.cb-config-2 .dropdown-item:after {
    width: 0px !important;
    height: 0px !important;
}

.dropdown-item.text-white.config {
  position: relative;
  color: #373737 !important;
  padding: 0.8rem 3rem;
  width: 100%;   
}
.dropdown-item.text-white.config:after{
    content: "";
    width: 80%;
    height: 1px;
    background: #dee3f3;
    position: absolute;
    bottom: -4px;
    left: 5%;
}



.dropdown-item.text-white.config:hover {
  background-color: transparent;
  /* border: none; */
  /* border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dee3f3; */
}

.dropdown-item.text-white.config:focus {
  background-color: transparent;
}

.caret-position {
  display: none;
}

.dropdown-item.text-white.config .svg-caret-left {
  display: none;
}

.dropdown-item.text-white.config .svg-caret-down {
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(-50%, -50%);
}

.title-cb-shortcut {
  display: block;
  width: 90%;
  margin: 0 10px;
  border-width: 0px 0px 1px 0px;
  border-style: dashed;
  border-color: #dee3f3;
  font-weight: 500;
  font-size: 20px;
}

}

/* mobile end */