html {
  scroll-behavior: smooth;
}
body{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}
.no-border{
    border: 0 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0,123,255,.25);
}
.form-group {
    margin-bottom: 10px;
}
.formgroup select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow.png) no-repeat;
    background-position: center right 7px;
    padding-right: 35px;
    background-size: 20px;
}

.form-control::-webkit-input-placeholder {
color: #AEAEAE !important;
font-weight: 400;
}
 
.form-control:-moz-placeholder { /* Firefox 18- */
color: ;#AEAEAE !important; 
font-weight: 400;
}
 
.form-control::-moz-placeholder {  /* Firefox 19+ */
color: #AEAEAE !important;
font-weight: 400;
}
 
.form-control:-ms-input-placeholder {  
color: #AEAEAE !important; 
font-weight: 400;
}
.copyright {
    font-size: 8px;
    text-align: center;
    display: block;
    margin-bottom: 23px;
    margin-top: 10px;
}

.input-group-prepend {
    margin-right: 0px;
}
b, strong {
    font-weight: 900;
}
h3 {
    font-size: 30px;
    color: #333;
    font-weight: 900;
}
h3 span{
    font-weight: 400;
}
h5 {
    font-size: 16px;
    color: #333;
    font-weight: 900;
}
h5 span {
    font-weight: 400;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 130px;
    border: 0;
}
.login-wrapper {
    width: 436px;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.login-wrapper h3 {
    font-weight: 400;
    color: #fff;
}
.forgot{
        font-size: 10px;
}
.login-wrapper a{
    color: #fff;
    text-decoration: none;
}
.login-wrapper a:hover{
    text-decoration: underline;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #303030;
}

.froup-group-leftright {
    justify-content: space-between;
    align-items: center;
}
.login{
    background: #000;
    min-height: 100vh;
}

.sidemenu-left{
    background: #000;
    max-width: 270px;
    /*min-height: 100vh;*/
    position: fixed;
    z-index: 1;
    
    height: 100vh;
}
.scroll{
    overflow-y: scroll;
    height: calc(100vh - 62px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.sidemenu{
    /*min-height: 100vh;*/
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    color: #fff;
    line-height: normal;
}

.sidemenu a{
    color: #fff;
        font-weight: bold;
}
.sidemenu .small {
    font-size: 11px;
    color: grey;
}
.sidemenu hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #3c3c3c;
}
.main-logo {
    max-width: 100%;
}
.main-logo-wrapper{
   /* height: 100px;*/
}
.welcome-wrapper {
    padding-top: 12px;
    padding-bottom: 14px;
}
.break {
     display: block;
 }
 b, strong {
    font-weight: 600;
}

.ul-sideadmin-list {
    padding-left: 0;
    list-style: none;
}
.icon-menu {
    margin-right: 15px;
}
.li-sideadmin-list.active .icon-menu {
    /*content:url("https://evada-lab.my/ExamediaHelpdesk/img/ticket-white.png");*/
}
.active .dashboard, [aria-expanded="true"] .dashboard {
    content: url(../img/dashboard-active.png);
}
.active .profile, [aria-expanded="true"] .profile {
    content: url(../img/avatar-white.png);
}
i.icon-menu {
    width: 24px;
    height: 24px;
    text-align: center;
    position: relative;
}
i.icon-menu:before {
    content: '';
    background: #5C5C5C;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border-style: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.li-sideadmin-list{
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
        border-bottom: 1px solid #3c3c3c;
    
}
.li-sideadmin-list:hover {
    background: #333333;
}
.li-sideadmin-list.active {
    border-bottom: 1px solid transparent;
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
}
.li-sideadmin-list[aria-expanded="true"]{
    background: #333;

}
.li-sideadmin-list b{
    cursor: default;
}
    
.li-sideadmin-list.has-child:after{
    content: url(../img/arrow-white.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    transition: all .25s ease;
}
.li-sideadmin-list.has-child[aria-expanded="true"]:after{
    transform: rotate(180deg);
}

.submenu {
    background: #333;
}
.submenu ul{
 padding-left: 0;
    list-style: none;
}
.ul-submenu >li{
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    padding-left: 53px;
    padding-right: 15px;
    border-bottom: 1px solid #3c3c3c;
    
}
.ul-submenu >li a{
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.ul-submenu >li a span{
    font-weight: 300;
}
.sidemenu a:hover{
    text-decoration: none;
}
.ul-submenu >li:hover {
    border-bottom: 1px solid transparent;
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
}
.ul-submenu >li.active {
    border-bottom: 1px solid transparent;
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
}
.sidemenu-bottom {
    flex: 1;
    align-items: flex-end;
}
.content{
    padding: 15px;
    background: #f2f2f2;
        max-width: calc(100% - 270px);
            margin-left: auto;
                 min-height: calc(100vh - 0px);
}
.layout-login .content{
    max-width: calc(100% - 0px);
}
.content-wrapper{
    background: #FFFFFF;
    border-radius: 5px;
    min-height: calc(100vh - 30px);
    padding: 20px 15px;
    
    box-shadow: 0 2px 2px 0 rgba(12,18,28,.12);
}
.content-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    padding: 0px 0px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
        height: 70px;
    align-items: center !important;
}
.page-title-section.active {
    position: fixed;
    top: 0;
    background: #fff;
    width: calc(100% - 270px);
    z-index: 1;
    padding-top: 1rem;
    margin-left: -35px;
    padding-bottom: 1rem !important;
    box-shadow: 0px 4px 10px -9px #000;
    padding-left: 20px;
}
.page-title{
    /*font-size: 25px;*/
    font-size: 20px;
    color: #333;
    font-weight: 900;
    margin-bottom: 0;
}
.page-subtitle{
    font-size: 12px;
    color: #BDBDBD;
    margin-bottom: 0;
    margin-top: 0px;
}
.page-title a{
    color: #333;
}
.link-edit,.link-edit:hover {
    font-size: 12px;
    color: #E82B2B;
    margin-left: 11px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 12px;
}
.link-edit:hover {
   color: #FF006A;
   text-decoration: none;
}

.link-edit i{
   /* margin-right: 3px;
    font-size: 12px;*/
    margin-right: 5px;
    font-size: 15px;
}
.date {
    color: #BDBDBD;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
}
.box{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 7px;
    /* text-align: center; */
    position: relative;
        margin: 0 -6px;
}
.box.box-cta{
      background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: #f2f2f2;
}
.box label,
.card label{
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    color: #000;
    display: block;
}
.box-large h2{
    text-align: center;
    font-weight: 900;
    /*font-size: 80px;*/
    font-size: 40px;
    background: -webkit-linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    
}
.box-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.box.box-large{
    height: 130px;
}
.btn-exa{
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
    color: #fff;
    font-weight: 500;
    padding:10px 20px;
    line-height: 12px;
    font-size: 12px;
    min-width: 130px;
    transition: linear .25s ease-out;
    border: none;
}
.btn-exa:hover {
    color: #fff;
    text-decoration: none;
    background: #E82B2B;
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A  50%);
}

.btn-cancel{
     padding:10px 20px;
     line-height: 12px;
    border: 1px solid #000000;
    border-radius: 100px;
    transition: all .25s ease;
    font-size: 12px;
    height: 32px;
}
.btn-cancel:hover{
    background: rgb(224,224,224);
    /*background: linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 144%);*/
    background: linear-gradient(0deg, rgba(224,224,224,1) -13%, rgba(255,255,255,1) 50%);
}
.btn-yesno {
    padding: 10px 20px;
    line-height: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 100px;
    transition: all .25s ease;
    font-size: 14px;
    height: 38px;
}
.btn-tab{
    color: #333;
    padding:10px 20px;
    line-height: 12px;
    border: 1px solid #BDBDBD;
    border-radius: 100px;
    transition: all .25s ease;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
}
.btn-tab.active,.btn-tab:hover{
    color: #fff;
    background: #BDBDBD;
} 
.btn-width-80{
    min-width: 80px;
}
.box-wrapper {
    padding: 20px 6px;
}
.box-wrapper .card{
    margin: 0 -6px
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    padding: 7px;
}
.card .row{
    margin-left: -7px;
    margin-right: -7px;
}
div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow.png) no-repeat;
    background-position: center right 2px;
    padding: .375rem .75rem;
    padding-right: 23px;
    background-size: 20px;
    height: 30px;
    border: none;
    /* line-height: 30px; */
    color: #000;
    margin-left: 0px;
    font-size: 12px;
}
.dataTables_length {
    font-size: 11px;
    color: #828282;
    display: flex;
    position: absolute;
    /* padding: 5px; */
    /* border: 1px solid #f2f2f2; */
    /* border-radius: 5px; */
    align-items: center;
    justify-content: center;
    height: 30px;
        border-bottom: 2px solid #e0e0e0;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
    line-height: 30px;
    display: flex;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #828282;
    font-size: 11px;
}
.text-date{
    color: #AEAEAE;
}
.text-grey{
    color: #AEAEAE !important;
}
.dataTables_filter .form-control-sm, div.dataTables_wrapper div.dataTables_filter input {
     width: 300px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    background: #f2f2f2 url(../img/icon-search.png) no-repeat;
    background-position: top 4px right 1px;
    line-height: normal;
    height: 30px;
    background-color: transparent;
    border-bottom: 2px solid #E0E0E0;
}
div.dataTables_wrapper div.dataTables_filter input:focus {
    background: #fff;
}
.dt-buttons {
    position: absolute;
    right: 287px;
}
.search-left .dt-buttons {
    right: 325px;
}
.dt-buttons .btn-secondary {
  
    background-color: transparent;
    border-color: #A8055D;
    padding: 6px 8px;
    line-height: normal;
    min-width: unset;
    /* width: 92px; */
    height: 28px;
    padding: 6px 15px;
    line-height: 12px;
    border: 1px solid #000000;
    border-radius: 100px;
    transition: all .25s ease;
    font-size: 12px;
    /* height: 32px; */
    color: #000;
}
.table thead th {
    vertical-align: bottom;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 11px;
}
.table td{
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #F2F2F2;
}
.table {
    color: #333;
    font-size: 12px;
}

.table thead th:first-child {
    border-left: 1px solid #e0e0e0;
    border-radius:  10px  0 0 10px;
    
    
}
.table thead th:last-child {
    border-right: 1px solid #e0e0e0;
    border-radius: 0 10px 10px 0;
    padding-right: 0;
    
}

.table tbody td:last-child {
    padding-right: 0;
    
}

 .table .dropdown-menu a:hover {
    text-decoration: underline;
}
 .table .dropdown-menu a {
    font-size: 12px;
    line-height: normal;
    color: #222;
    padding: 3px 0;
    display: block;
    transition: all .25s ease;
    display: block;
    text-decoration: none;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 20px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: auto;
    display: block;
    opacity: 0.3;
    top: 47%;
    transform: translateY(-50%);
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-size: 12px;
    color: #828282;
}

.page-link {
position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #828282;
    background-color: #fff;
    border: 0px solid #d6d6d6;
    font-size: 12px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #222;
    background-color: transparent;
    border-color: #f2f2f2;
    font-weight: 700;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.page-link:hover {
    color: #222;
    font-weight: 700;
}
.page-item.disabled .page-link {
    color: #bbb;
}
.dataTables_wrapper{
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-size: 12px;
    color: #888;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
}
.smaller{
    font-size: 90%;
}
.small{
    font-size: 11px;
}
.text-red{
    color: #E82B2B !important;
}
.text-green {
    color: #28a745!important;
}
.text-light{
    /*color: #BDBDBD !important;*/
    color: #999 !important;
}
.text-medium{
    font-weight: 500 !important;
}

.dataTable a {
    color: #4f4f4f;
    display: block;
    text-decoration: underline;
}
.main-link{
    font-size: 12px !important;
    margin-bottom: 10px;
}
.dataTable a:hover {
    color: #000;
}
.context-menu {
    /* float: right; */
    /* position: absolute; */
    /* right: 6px; */
    /* top: 4px; */
    z-index: 10;
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
    position: relative;
}
 .table td .context-menu::after {
    content: "•••";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%) rotate(90deg);
    font-size: 15px;
    float: none;
    transition: all 0.1s ease-in 0s;
    margin: 0px auto;
}
.dropdown-menu.contextmenu {
    margin-top: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    min-width: 110px;
    border-radius: 1px;
    box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.2);
}


.formgroup{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    padding: 0px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
        /* box-shadow: 1px 3px 3px -2px #00000073;*/
}
.formgroup.danger{
    border-width: 2px;
    border-color: #E82B2B;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    /*white-space: nowrap;*/
    white-space: inherit;
    color: #000;
    font-weight: 500;
    font-size: 11px;
    background: none;
    border: none;
    text-align: left;
}
.formgroup:not(.flex-column) .input-group-text {
    width: 90px;
}
.labelwide .formgroup:not(.flex-column) .input-group-text{
    width: 120px;
}
.btn-add {
    border: 1px solid #8a8a8a;
    /* height: 40px; */
    /* border-radius: 8px; */
    color: #333;
}
.login-wrapper .input-group-text {
    width: 45px;
    background: #fff;
    text-align: center;
    justify-content: center;
}
.formgroup.danger .input-group-text{
    color: #E82B2B;
    font-weight: normal;
}
.formgroup.vertical .input-group-text {
    /*font-weight: normal;*/
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
.formgroup.vertical .input-group-text p{
    font-weight: normal;
}
.formgroup.textarea .form-control {
    height: 100%;
    padding: 10px;
    height: 160px;
    border-radius: 0 0 9px 9px;
}
.formlabel {
    display: flex;
    align-items: center;
    border-right: 1px solid #e0e0e0;
}
.forminput{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*width: 1%;*/
    margin-bottom: 0;
    padding: 0;
    height: 40px;
    border-radius: 0 10px 10px 0;
    color: #000;
}
.formgroup.vertical .forminput{
    height: auto;
}

.formgroup.vertical .formlabel {
    padding: 15px 0;
    align-items: flex-start;
}
.formmiddle {
    max-width: 75px;
        border-right: 1px solid #e0e0e0;
            border-radius: 0;
}
.formmiddle.forminput .form-control{
    border-radius: 0;
} 

.form-info{
    font-size: 11px;
    line-height: normal;
    padding: 15px 10px;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 10px 10px 0 0;
}
.form-info span{
    font-weight: 400;
}
    
.form-info p{
    margin: 0;
}
.danger .form-info{
    color: #E82B2B;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 0 10px 10px 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    min-width: unset;
    font-size: 14px;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
}
.bootstrap-select .dropdown-menu li a {
    padding-left: 10px;
    padding-right: 10px;
}
.formgroup .dropdown-menu .form-control {
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

.dropdown-toggle:not(.note-btn)::after {
    content: url(../img/arrow.png);
    border: 0;
    vertical-align: unset;
    margin: 0;
    height: 24px;
    width: 24px;
    
    transition: all .25s ease;
    
}

.dropup .dropdown-toggle::after{
    content: url(../img/arrow.png);
    border: 0;
    vertical-align: unset;
    margin: 0;
    height: 24px;
    width: 24px;
    transform: rotate(-180deg);
    transition: all .25s ease;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.dropup .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.formmiddle.forminput .bootstrap-select>.dropdown-toggle{
    border-radius: 0;
} 
.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #aeaeae;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 7px 0 7px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: 2px 5px 12px -7px rgba(0, 0, 0, 0.7);
}
.dropdown-item {
    font-size: 14px;
}
.dropdown-item:hover {
    font-size: 14px;
}
:focus {
    outline: none !important;
}
.dropdown-item.active, .dropdown-item:active{
    background: transparent;
    color: #000    ;
}
.dropdown-item:hover {
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
    color: #fff !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(0,123,255,.25);
}
.formgroup .form-control {
   
    padding: 0 10px;
    height: 40px;
    border-radius: 0 10px 10px 0;
    color: #000;
}
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}
.form-control[readonly]:focus {
    background-color: transparent;
    opacity: inherit;
    border-color: inherit;
    box-shadow: none;
}
.login-wrapper .form-control[readonly] {
    opacity: .7;
}
.form-control[readonly]:focus{
    color: inherit;
}
    
.form-control:disabled,.formgroup p.form-control.disabled{
    color: #BDBDBD;
}
.formgroup p.form-control {
    line-height: 40px;
    color: #333333 
}
.formgroup article{
    padding: 15px 10px;
        color: #333;
            line-height: 1.75;
}
.formwrapper hr,hr {
    border-top: 1px solid #e4e4e4;
}
.hr-dark {
    border-color: #303030 !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    margin-bottom: 1rem;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
.section-button {
border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 100px;
    margin-bottom: 0px;
}
.section-button .row .col:first-child {
    text-align: left;
    padding-left: 0;
}
.section-button .row  .col:last-child {
    text-align: right;
    padding-right: 0;
}

/**** summernote ***/
.note-editor.note-airframe, .note-editor.note-frame {
    border: 0;
   /*border-radius: 0 10px 10px 0;*/
    padding: 0;
}
.note-toolbar {
    background: #f9fafb;
    border-radius: 0 11px 0 0;
}

.note-btn-group .note-btn {
    border-color: rgba(0,0,0,.2);
    padding: .28rem .65rem;
    font-size: 13px;
    border: 0;
    min-width: unset;
    border-radius: 4px;
}
.note-btn-group .note-btn {
    border-color: rgba(0,0,0,.2);
    padding: .28rem .65rem;
    font-size: 13px;
    min-height: 32px;
}
.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #E0E0E0;
}
.note-placeholder {
    color: #aeaeae;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 12px;
    font-size: 12px;
    min-width: 130px;
    transition: linear .25s ease-out;
    border: none;
}
.btn.disabled, .btn:disabled {
    opacity: .3;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    opacity: .5;
}
/**** END summernote ***/

.ticketstatus-wrapper{
    width: 255px;
    margin-left: auto;
}
.ticketstatus h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.bg-green{
    text-align: center;
    align-items: center;
    background: #219653;
}
.ticketstatus {
    text-align: center;
    align-items: center;
    background: #219653;
    height: 100%;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticketstatus.bg-open {
    background: linear-gradient(127.38deg, #2053A0 0%, #5920A0 94.88%);
}
.ticketstatus.bg-inaction {
    background: -webkit-linear-gradient(0deg, rgba(184,154,204,1) 0%, rgba(193,72,116,1) 100%);
}
.ticketstatus.bg-solved {
    background: #219653;
}
.ticketstatus.bg-overdue {
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
}
.ticketstatus.bg-closed {
     background: #000;
}

.text-new{
    color: #2053A0 !important;
}
.text-inaction{
    color: #c14874 !important;
}
.text-solved{
    color: #219653 !important;
}
.text-closed{
    color: #000 !important;
}
.text-pending{
    color: #999 !important;
}
.text-overdue{
    color: #E82B2B  !important;
}
.alert a{
    color: inherit;
    text-decoration: underline;
        font-weight: 600;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb:hover {
 
}
::-webkit-scrollbar-thumb:active {
   
}
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
.mCustomScrollbar.scroll {
    overflow-y: scroll;
    height: calc(100vh - 62px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0px;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
    padding: 0 15px;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
}

.form-check {
    padding: 2px 1.5rem;
}
.container-item{
}
#remove_0{
    display: none;
}
.columfilter{
display: inline-block;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow.png) no-repeat;
    background-position: center right 2px;
    padding: .375rem .75rem;
    padding-right: 23px;
    background-size: 20px;
    height: 30px;
    border: 0px solid #e0e0e0;
    /* line-height: 30px; */
    color: #000;
    margin-left: 0px;
    font-size: 12px;
}
.groupfilter {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 10px;
}
.groupfilter label{
    font-size: 12px;
    color: #828282;
    margin-bottom: 0;
}
.filtertitle{
    margin-top: 0px;
}
.attachment-box {
    min-width: 300px;
        max-width: 300px;
    display: inline-block;
    border-radius: 5px;
    border: 0px solid #E0E0E0;
    background: #f7f7f7;
    margin-right: 10px;
    margin-bottom: 10px;
}
.attachment-row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1, 60px);
}
.attachment-icon {
    font-size: 26px;
    /* max-width: 55px; */
    background: #2295f3;
    height: 100%;
    flex: 1;
    font-weight: 300;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}
.attachment-detail{
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    border-radius: 0 5px 5px 0;
}
.attachment-link{
    font-weight: 600;
    color: #000;
    word-break: break-all;
}
.download-link {
    color: #676767;
    font-size: 11px;
    margin-bottom: 0;
}
.download-link:hover{
    color: #2295f3;
}
.file-size{
    color: #878787;
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
}
input[type="file"]{
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 8px;

}
.contract-wrapper{
    display: none;
}
.contract-wrapper.show{
    display: block;
}


table.dataTable {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.table tbody td {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    vertical-align: middle;
}
.table tbody td:first-child {
    border-left: 1px solid #e0e0e0;
    border-radius: 10px 0 0 10px;
}
.table tbody td:last-child {
    border-right: 1px solid #e0e0e0;
    border-radius: 0 10px 10px 0;
    padding-right: 0;
}
.table thead th {
    vertical-align: bottom;
    border-top: 0px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
    font-size: 11px;
        padding-top: 0;
    padding-bottom: 0;
}
.table thead th:last-child {
    border-right: 0px solid #e0e0e0;
    border-radius: 0 10px 10px 0;
    padding-right: 0;
}
.table thead th:first-child {
    border-left: 0px solid #e0e0e0;
    border-radius: 10px 0 0 10px;
}
.replysection{
    display: none;
}
.replysection.show{
    display: block;
}
.alert-dismissible .close {
    top: -2px;
}
.img-wrapper {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #f2f2f2;
    position: relative;
    height: 177px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.beforeupload {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.inputthumbnail {
    cursor: pointer;
    width: 130px;
    height: 32px;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    left: 0px;
    top: 0px;
}
.afterupload .inputthumbnail {
    z-index: -1;
}
.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.afterupload {
    display: flex;
    align-items: center!important;
    margin: .5rem;
}
.afterupload .fa{
    margin-right: .5rem;
}
.afterupload .link-edit{
    margin-left: 1rem;
}
.buttonwrapper{
    position: relative;
}
.formgroup.change_status{
    border: 0;
        padding-left: 1rem!important;
}
.ticket_contentxxxx::before {
    border-left: 2px dotted #ddd;
    border-bottom-color: rgba(0,0,0,0.1);
    position: absolute;
    margin-left: 74px;
    z-index: 0;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.formgroup .d-flex{
    
    width: calc(100% - 121px);
}
.formgroup small {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.change_status .form-info{
    padding-top: .5rem;
    padding-bottom: .5rem;
        font-size: 12px;
    
}
.err404{
    font-size: 170px;
}
.errorwrapper h5 {
    font-size: 26px;
    /* letter-spacing: 5px; */
    color: #fff;
    font-weight: 900;
}

.timeline{
    position: relative;
}
    

.timeline:before{
    border-right: 2px solid #dfdfdf;
    border-bottom-color: rgb(18 18 18);
    position: absolute;
    margin-left: 0;
    z-index: 0;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 19px;
}

.fatimeline{
   
    font-size: 11px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-top: 0px;
    background: linear-gradient(90deg, #E82B2B 0%, #FF006A 100%);
    color: #fff;
}

.talktous_left{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hands-on-mac.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 5;
    min-height: 100vh;
}
.talktous_left h1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-transform: none;
    margin-left: 25px;
    margin-top: 25px;
}

.glitch {
  position: relative;
  color: white;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 300 !important;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  /*animation: glitch-skew 2s infinite linear alternate-reverse;*/
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
  opacity: .4;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
  opacity: .4;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(54px, 9999px, 52px, 0);
    transform: skew(0.32deg);
  }
  5% {
    clip: rect(93px, 9999px, 9px, 0);
    transform: skew(0.47deg);
  }
  10% {
    clip: rect(11px, 9999px, 34px, 0);
    transform: skew(0.22deg);
  }
  15% {
    clip: rect(95px, 9999px, 50px, 0);
    transform: skew(0.59deg);
  }
  20% {
    clip: rect(38px, 9999px, 46px, 0);
    transform: skew(0.76deg);
  }
  25% {
    clip: rect(14px, 9999px, 10px, 0);
    transform: skew(0.5deg);
  }
  30% {
    clip: rect(74px, 9999px, 27px, 0);
    transform: skew(0.07deg);
  }
  35% {
    clip: rect(66px, 9999px, 3px, 0);
    transform: skew(0.1deg);
  }
  40% {
    clip: rect(33px, 9999px, 80px, 0);
    transform: skew(0.29deg);
  }
  45% {
    clip: rect(25px, 9999px, 86px, 0);
    transform: skew(0.89deg);
  }
  50% {
    clip: rect(89px, 9999px, 64px, 0);
    transform: skew(0.38deg);
  }
  55% {
    clip: rect(21px, 9999px, 84px, 0);
    transform: skew(0.92deg);
  }
  60% {
    clip: rect(85px, 9999px, 2px, 0);
    transform: skew(0.32deg);
  }
  65% {
    clip: rect(97px, 9999px, 34px, 0);
    transform: skew(0.32deg);
  }
  70% {
    clip: rect(73px, 9999px, 67px, 0);
    transform: skew(0.82deg);
  }
  75% {
    clip: rect(64px, 9999px, 27px, 0);
    transform: skew(0.1deg);
  }
  80% {
    clip: rect(65px, 9999px, 60px, 0);
    transform: skew(0.43deg);
  }
  85% {
    clip: rect(79px, 9999px, 94px, 0);
    transform: skew(0.62deg);
  }
  90% {
    clip: rect(48px, 9999px, 5px, 0);
    transform: skew(0.94deg);
  }
  95% {
    clip: rect(49px, 9999px, 59px, 0);
    transform: skew(0.7deg);
  }
  100% {
    clip: rect(76px, 9999px, 86px, 0);
    transform: skew(0.27deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(33px, 9999px, 52px, 0);
    transform: skew(0.48deg);
  }
  5% {
    clip: rect(60px, 9999px, 92px, 0);
    transform: skew(0.12deg);
  }
  10% {
    clip: rect(60px, 9999px, 93px, 0);
    transform: skew(0.27deg);
  }
  15% {
    clip: rect(26px, 9999px, 51px, 0);
    transform: skew(0.41deg);
  }
  20% {
    clip: rect(48px, 9999px, 30px, 0);
    transform: skew(0.46deg);
  }
  25% {
    clip: rect(32px, 9999px, 4px, 0);
    transform: skew(0.64deg);
  }
  30% {
    clip: rect(44px, 9999px, 66px, 0);
    transform: skew(0.89deg);
  }
  35% {
    clip: rect(38px, 9999px, 70px, 0);
    transform: skew(0.37deg);
  }
  40% {
    clip: rect(75px, 9999px, 48px, 0);
    transform: skew(0.97deg);
  }
  45% {
    clip: rect(70px, 9999px, 38px, 0);
    transform: skew(0.4deg);
  }
  50% {
    clip: rect(77px, 9999px, 26px, 0);
    transform: skew(0.17deg);
  }
  55% {
    clip: rect(81px, 9999px, 22px, 0);
    transform: skew(0.62deg);
  }
  60% {
    clip: rect(6px, 9999px, 39px, 0);
    transform: skew(0.3deg);
  }
  65% {
    clip: rect(19px, 9999px, 89px, 0);
    transform: skew(0.69deg);
  }
  70% {
    clip: rect(100px, 9999px, 3px, 0);
    transform: skew(0.22deg);
  }
  75% {
    clip: rect(11px, 9999px, 56px, 0);
    transform: skew(0.86deg);
  }
  80% {
    clip: rect(15px, 9999px, 32px, 0);
    transform: skew(0.92deg);
  }
  85% {
    clip: rect(34px, 9999px, 72px, 0);
    transform: skew(0.99deg);
  }
  90% {
    clip: rect(23px, 9999px, 40px, 0);
    transform: skew(0.94deg);
  }
  95% {
    clip: rect(99px, 9999px, 9px, 0);
    transform: skew(0.6deg);
  }
  100% {
    clip: rect(58px, 9999px, 19px, 0);
    transform: skew(0.88deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-3deg);
  }
  10% {
    transform: skew(-4deg);
  }
  20% {
    transform: skew(2deg);
  }
  30% {
    transform: skew(-4deg);
  }
  40% {
    transform: skew(5deg);
  }
  50% {
    transform: skew(3deg);
  }
  60% {
    transform: skew(-3deg);
  }
  70% {
    transform: skew(-2deg);
  }
  80% {
    transform: skew(5deg);
  }
  90% {
    transform: skew(4deg);
  }
  100% {
    transform: skew(-1deg);
  }
}

.dt-buttons .btn.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.dt-buttons .btn.dropdown-toggle::after {
    margin-left: 0.25rem;
    vertical-align: middle;
}

#exportSpinner {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}

.dt-buttons {
    margin-right: 2.5rem;
}
