label {
    font-weight: 200 !important;
}
.contrl-input {
  position: relative;
  width: 100%;
  padding: unset;
}

.contrl-input input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  color: #CECECE;
  font-weight: 200;
  /* padding: 3px; */
  padding: 5px 0px;
}

.contrl-input label {
  position: absolute;
  left: 0;
  bottom: 5px;
  /* top: 0; */
  font-weight: 200;
  
  /* color: rgba(105, 105, 105, 0.7); */
  color: #CECECE;
  text-transform: uppercase;
  pointer-events: none;
  transition: .5s;
  font-weight: bold;
}

.contrl-input input:valid ~ label,
.contrl-input input:focus ~ label {
  /* color: #CECECE; */
  color: orange;
  transform: translateY(-15px);
  font-size: 14px;
}

.contrl-input i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #222;
}

.contrl-input i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #ff1b69, #ff0, #2196f3, #9c27b0, #ff1b69); */
  background: #CECECE;
  animation: animate 3s linear infinite;
}

.row {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  /* margin-top: 3vh; */
  margin-left: unset;
  margin-right: unset;
}
/*button {
    background: transparent;
    position: relative;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #CECECE;
    border-radius: 100px;
    outline: none !important;
    overflow: hidden;
    color: #CECECE;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
    height: 45px;
    z-index: 3 !important;
}

button span {
  margin: 10px;
  letter-spacing: 1;
}*/
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    border: 2px solid #CECECE;
    border-radius: 20px;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-confirm::before, .swal2-styled.swal2-confirm::after {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #CECECE;
  color: #fff;
  font-size: 1em;
  outline: none !important;
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;500&display=swap');
* {margin: 0; padding: 0; box-sizing: border-box;}
.d-flex {display: flex;}
.justify-content-start {justify-content: flex-start;}
.justify-content-end {justify-content: flex-end;}
.justify-content-center {justify-content: center;}
.justify-content-around {justify-content: space-around;}
.justify-content-between {justify-content: space-between;}
.align-items-center {align-items: center;}
.mt-0 {margin-top: 0} .mt-3 {margin-top: 10px;}
.mb-0 {margin-bottom: 0} .mb-3 {margin-bottom: 10px;}
.ms-0 {margin-left: 0} .ms-3 {margin-left: 10px;}
.me-0 {margin-right: 0} .me-3 {margin-right: 10px;}
.w-50 {width: 50% !important;}
.w-100 {width: 100% !important;}
.cursor-pointer {cursor: pointer;}
.text-dark {color: #000;}
.text-secondary {color: #adadad;}
.text-white {color: #fff;}
.text-danger {color: #e74c3c;}
.text-warning {color: #f1c40f;}
.text-success {color: #2ecc71;}
.text-info {color: #3498db;}
.text-center {text-align: center;}
.bg-primary {background: #2ecc71;}
/* .container {padding: 20px; height: 85vh; overflow: scroll;} */
.form-control {padding: 10px; border-radius: 10px; border: 1px solid #bcbcbc; width: 100%; font-size: 16px; transition: .2s; outline: none; font-family: 'Kanit', sans-serif !important; font-weight: 300;}
.form-control:focus {box-shadow: 0 0 10px  #7e894a8b; border: 1px solid #CECECE;}
.fs-1 {font-size: 24px;} .fs-2 {font-size: 22px;} .fs-3 {font-size: 20px;} .fs-4 {font-size: 18px;} .fs-5 {font-size: 16px;} .fs-6 {font-size: 14px;}
.fw-500 {font-weight: 500;}
.card {width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #bcbcbc;}
.btn {width: 100%; height: 45px; border: none; border-radius: 10px; display: flex; justify-content: center; align-items: center; cursor: pointer; font-size: 16px;}
.btn-sm {padding: 10px 12px; border: none; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; font-size: 14px;}
.btn-info {background: #3498db; color: #fff;}
.btn-primary {background: #2ecc71; color: #fff;}
.btn-warning {background: #f1c40f; color: #000;}
.btn-danger {background: #e74c3c; color: #fff;}
.btn-secondary {background: #adadad; color: #fff;}
.is-invalid {border: 1px solid #e74c3c}
.overlayedd { position: fixed; width: 100%; height: 100%; top: 0vh; left: 0; background: #fff;  background-size: cover; z-index: 100; overflow: scroll;} 
.overlayedd * { box-sizing: border-box !important; -ms-overflow-style: none !important; scrollbar-width: none !important; } 
.overlayedd *::-webkit-scrollbar { display: none !important; }
.overlay-edd { visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s; transition: transform 0.4s ease-in-out, visibility 0s 0.4s; }
.overlay-edd.open { z-index: 20 !important; overflow: hidden !important; visibility: visible; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: -webkit-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; }

p, span, h3, h4, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #ffff;
    z-index: 100;
    transition: all 0.5s ease;
    box-shadow: -6px 3px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
.sidebar.close {
    width: 60px;
}
.sidebar .logo-details {
    /* height: 60px;
    width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.sidebar .logo-details i {
    font-size: 30px;
    color: #CECECE;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}
.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #CECECE;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links {
    height: 100%;
    padding: 30px 0 150px 0;
    overflow: auto;
}
.sidebar.close .nav-links {
    overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}
.sidebar .nav-links li:hover {
    /* background: rgb(11 157 88 / 15%); */
    background: rgb(233 227 203 / 40%);
    border-radius: 13px;
}
.sidebar .sub-menu li:hover {
    background: none;
    color: #CECECE;
}
.sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link {
    display: block;
}
.sidebar .nav-links li i {
    height: 50px;
    min-width: 40px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow {
    display: none;
}
.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 300;
    color: white;
    transition: all 0.2s ease;
}
.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 60px;
    margin-top: 0px;
    background: #fff;
    display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}
.sidebar .nav-links li .sub-menu a {
    color: #CECECE;
    font-size: 14px;
    padding: 10px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}
a:hover{
    color: unset;
    text-decoration:unset;
}
.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
}
.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .profile-details {
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 260px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    /* padding: 12px 0; */
    transition: all 0.5s ease;
}
.sidebar.close .profile-details {
    background: none;
}
.sidebar.close .profile-details {
    width: 78px;
}
.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}
.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #CECECE;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 5s ease;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}
.sidebar .profile-details .job {
    font-size: 12px;
}
.home-section {
    position: absolute;
    background: #82ed002b;
    height: 100vh;
    left: 0;
    width: 0;
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 60px -8px);
}
.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #CECECE;
    font-size: 35px;
}
.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}
.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}
@media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
    .sidebar {
        width: 78px;
    }
    .sidebar.close {
        width: 0;
    }
    .home-section {
        left: 78px;
        width: calc(100% - 60px -8px);
        z-index: 100;
    }
    .sidebar.close ~ .home-section {
        width: 100%;
        left: 0;
    }
}

h3 {
    color: #499947;
    font-weight: 500;
}
h4 {
    color: #499947;
    font-weight: 500;
}


/* Table */
h1{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
  }


  .border-tb {
    border: 1px solid #499947;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .tbl-header{
    background-color: #f2f2f2;
   
   }
  .tbl-content{
    max-height: 430px;
    overflow-x: auto;
    margin-top: 0px;
    /* border: 1px solid rgba(255,255,255,0.3); */
  }
  /* thead {
    background: #fff;
    height: 60px;
  } */

  /* th {
    padding: 5px 15px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: rgba(45,55,72,var(--text-opacity));
    text-transform: uppercase;
  }

  td {
    padding: 10px;
    text-align: left;
    vertical-align:middle;
    font-weight: 300;
    font-size: 14px;
    color: #000;
  } */
  /* tr > th, tr > td { */
    /* border: 1px solid #f2f2f2; */
    /* border: 0.5px solid #0c1a1347 */
  /* } */

  /* tr > td:nth-child(even) {background: #CCC} */
  /* tr:nth-child(even) {background: #49994738} */

  /* .switch {
    width: 50px;
    height: 24px;
    display: flex;
    position: relative;
} */
.chk {
    width: 0;
    height: 0;
    opacity: 0;
}
/* 
.chk:checked + .slider {
    background: #2ecc71;
}
.chk:checked + .slider:before {
    transform: translateX(24px);
} */
.sidebar-items {
    font-weight: 700;
}

.custom-select
{
    font-family: kanit!important;
    font-weight: 200;
}
#reportrange{
    font-size: 0.8vw!important;
}
.active-sidebar {
    background: linear-gradient(45deg, #89C440,  #28B24A) !important;
    font-weight: 700;
    color: #fff !important;
}
.input-green {
    height: 40px;
    width: 80%;
    background: #f2f2f2;
    padding: 0px 10px;
    border-radius: 7px;
    border: 1px solid #CECECE;
    margin-bottom: 10px;
    outline: none;
}

.input-gray {
    height: 100%;
    width: 80%;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 7px;
    border: unset;
    outline: none;
    color: #000;
}

.btn-green {
    height: 40px;
    width: 40%;
    color: #f2f2f2;
    padding: 10px;
    border-radius: 7px;
    background: #CECECE;
    margin: 15px 0px;
    text-align: center;
    border: unset;
    cursor: pointer;
}

.validate {
    border: 1px solid red;
}

.field-icon {
    float: right;
    right: 9px;
    top: 9px;
    position: relative;
    z-index: 2;
    position: absolute;
}

/* .container{
    padding-top:50px;
    margin: auto;
} */


/* noom */
body{
    font-family: Kanit;
}

.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.font_size_icon{
    font-size: 1.5vw;
}
.div_menu_left{
    width: 60px;
    height: 100vh;
    color: white;
    background-color: #499947;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    border-radius: 0 26px 0 0;
    overflow: scroll;
}
.div_icon_menu{
    width: 100%;
    height: 7% !important;
    /* background-color: #3498db; */
}
.div_text_menu{
    width: 100%;
    height: 7%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.div_text_menu:hover{
    color: white;
    /* font-weight: 400; */
    background-color: #489947d5;
    cursor: pointer;
    padding-left: 25px;
    transition: 0.8s;
}
.div_text_menu_active{
    background-color: #499947;
    color: white;
    /* font-weight: 500; */
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 25%);
}

.div_text_menu.active {
    color: #499947;
}

.div_icon_menu:hover{
    color: white;
    /* font-weight: 400; */
    /* background-color: #489947d5; */
    cursor: pointer;
    /* padding-bottom: 10px; */
    transition: 0.6s;
    /* transform: scale(1.3); */
}

.div_icon_menu_logo{
    width: 100%;
    height: 15%;
    /* background-color: #3498db; */
}

.saka-css {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* background-color: #e9eef6; */
    color: #2CB66A;
    display: flex;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.saka-css.active {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #2CB66A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.saka-css:hover {
    background-color: #e9eef6;
    color: #2CB66A;
}

.div_menu_right{
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    transition: 1s;
    /* box-shadow: 8px 3px 6px -3px rgb(0 0 0 / 10%); */
}
.right_on_active{
    right: 260px !important;
}

.div_menu{
    width: 260px;
    height: 100%;
    /* overflow: scroll; */
    position: relative;
    transition: 1s;
    background-color: #f8fafc;
}
.div_menu_active{
    width: 60px;
    transition: 1s;
}


/* Sliding tabs */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
:root {
  --primary-color: #000000;
  --secondary-color: #e6eef9;
}

body {
  font-family: "Inter", sans-serif;
  background-color: rgba(230, 238, 249, 0.5);
}

.container-sliding-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.tabs-sliding-tabs {
  display: flex;
  position: relative;
  /* background-color: #fff; */
  /* box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15); */
  padding: 0.75rem;
  /* border-radius: 9px; */
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.tabs-sliding-tabs * {
  z-index: 2;
}

input[type=radio] {
  /* display: none; */
}

.tab-sliding-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  margin-bottom: unset;
  padding-top: 3px;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: 0.15s ease-in;
}

input[type=radio]:checked + label {
  color: var(--primary-color);
}
input[type=radio]:checked + label > .notification {
  background-color: var(--primary-color);
  color: #fff;
}

input[id=radio-1]:checked ~ .glider {
  transform: translateY(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateY(50px);
}

input[id=radio-3]:checked ~ .glider {
  transform: translateY(100px);
}

.glider {
  position: absolute;
  display: flex;
  height: 54px;
  width: 200px;
  background-color: var(--secondary-color);
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

@media (max-width: 700px) {
  .tabs {
    transform: scale(0.6);
  }
}
/* Sliding tabs End */


.faqhover{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.faqhover:hover{
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    background: #dcdcdc29 !important;
}

.hover_sup_menu_contact{
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    height: 60%;
    display: flex;
    align-items: center;
}

.sup_menu_contact{
    width: 140px;
    border-radius: 5px;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 9;
    background-color: #2f2f2f;
    display: none;
}
#taphome-7:hover .sup_menu_contact {
    display: block !important;
}

.sup_menumec_land{
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}
.sup_menumec_land:hover{
    padding-left: 15px;
    background-color: #dcdcdc29;
}

.hover_login{
    width: 100%;
    transform: rotate(270deg);
    object-fit: contain;
    cursor: pointer;
}
.sup_login_contact{
    width: 140px;
    border-radius: 5px;
    position: absolute;
    top: 70px;
    right: -20px;
    z-index: 9;
    background-color: #2f2f2f;
    display: none;
}
#login_hover:hover .sup_login_contact {
    display: block !important;
}

/* checkbox */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: #F9FAFB;
    border: 1px solid #AFBACA;
    border-radius: 4px;
    margin-top: 3px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input~.checkmark {
    background: #F9FAFB;
    border: 1px solid #AFBACA;

}
/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked~.checkmark {
    background-color: orange;
    border: none;

}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container_checkbox input:checked~.checkmark:after {
    display: block;
}

.slick-prev, .slick-next{
    width: 2vw !important;
    height: 4vw !important;
    background-color: #fff !important;
}

.slick-prev:before, .slick-next:before{
    color: transparent !important;
    font-size: 2vw !important;
    -webkit-font-smoothing: antialiased;
}

.slick-next{
    right: -4% !important;
}
.slick-prev{
    left: -4% !important;
}

.slick-dots li.slick-active button:before{
    color: white !important;
}
.slick-dots li button:before{
    color: white !important;
    font-size: 10px !important;
}


.slick-next:before{
    background: url('https://api.iconify.design/eva/arrow-left-fill.svg?rotate=180deg') no-repeat center center / contain;
}
.slick-prev:before{
    background: url('https://api.iconify.design/eva/arrow-left-fill.svg') no-repeat center center / contain;
}

@media screen and (max-width: 820px){
    .slick-prev, .slick-next {
        width: 8vw !important;
        height: 14vw !important;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 7vw !important;
    }
    
}
@media screen and (max-width: 1920px){
    .sup_menu_contact{
        width: 180px;
    }
    
}

/* outline */
#outline {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
  }
  @-webkit-keyframes anim {
    12.5% {
      stroke-dasharray: 33.98873px, 242.77666px;
      stroke-dashoffset: -26.70543px;
    }
  
    43.75% {
      stroke-dasharray: 84.97183px, 242.77666px;
      stroke-dashoffset: -84.97183px;
    }
  
    100% {
      stroke-dasharray: 2.42777px, 242.77666px;
      stroke-dashoffset: -240.34889px;
    }
  }
  @keyframes anim {
    12.5% {
      stroke-dasharray: 33.98873px, 242.77666px;
      stroke-dashoffset: -26.70543px;
    }
  
    43.75% {
      stroke-dasharray: 84.97183px, 242.77666px;
      stroke-dashoffset: -84.97183px;
    }
  
    100% {
      stroke-dasharray: 2.42777px, 242.77666px;
      stroke-dashoffset: -240.34889px;
    }
  }
  /* END outline */


/* ENDnoom */



/* nice  start*/
.shadow-butshae{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);

}
/* nice  end*/