@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/poppins/Poppins-Thin.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/poppins/Poppins-ThinItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/poppins/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/poppins/Poppins-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/poppins/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins/Poppins-Italic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins/Poppins-MediumItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/poppins/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/poppins/Poppins-BoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins/Poppins-Black.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/poppins/Poppins-BlackItalic.ttf');
}

html{
    font-family: Poppins;
}
body {
    background-image: linear-gradient(#0060a5 222px, #f3f4f6 0%);
    font-family: Poppins;
}
.font-sans{
    font-family: Poppins;
}

.img-logo{
    height: 50px;
}
.btn-login{
    background-color: #007bff;
}
.btn-login:hover{
    background-color: #0062cc;
}

.logo i {
    font-size: 25px;
}
@media (min-width: 640px) {
    .sm\:ml-8 {
        margin-left: 2rem;
    }
}
.container {
    padding: 2rem 0rem;
}
h4 {
    margin: 2rem 0rem 1rem;
}
td, th {
    vertical-align: middle !important;
    text-align: center;
}
.bg-disabled{
    background-color: #ebecf0;
}
.btn-primary{
    background-color: #007bff;
}
.btn-success{
    background-color: #28a745;
}
.text-success{
    color: #28a745;
}
.text-danger{
    color: #dc3545;
}
.btn-danger{
    background-color: #dc3545;
}
.btn-neutral{
    border-color: #888a85;
}
.btn-neutral:hover{
    background-color: #dfe3ea;
    border-color: #8a98aa;
}
.btn-disabled{
    background-color: #cccccc;
    color: #fff;
    border-color: #8a98aa;
}
.btn-circle{
    border-radius: 50%;
    padding: 2px 9px;
}
.p-form {
    padding: 2rem 7rem;
}
form h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2.2rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.col-form-label{
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.v-middle{
    vertical-align: middle;
}
.btn-mail{
    height: 35px;
    margin-top: 15px;
    background-color: #6d5aa4;
    border-color: #604e97;
    color: #fff;
    border-radius: 10px;
    padding-top: 4px;
}
.btn-mail:hover {
    background-color: #594890;
    border-color: #594890;
}
input.form-control{
    border-radius: 5px;
}
td > h3{
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
}
h3{
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 1rem;
    font-weight: bold;
}
.p-table{
    padding: 1.5rem 5rem;
}
table {
    border-collapse: separate;
    border-spacing: 0px;
}
.bord-tl {
    border-top-left-radius: 7px;
}
.bord-tr {
    border-top-right-radius: 7px;
}
.bord-bl {
    border-bottom-left-radius: 7px;
}
.bord-br {
    border-bottom-right-radius: 7px;
}
table {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.no-bord-r{
    border-right: 0px !important;
}
.no-bord-l{
    border-left: 0px !important;
}
.home-box{
    padding-left: 4rem;
    padding-right: 4rem;
}
.panel-heading{
    border-bottom: 1px solid rgba(93, 118, 174, 0.15);
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.panel-body{
    padding-top: 15px;
}
.panel-footer{
    padding-top: 15px;
    text-align: center;
}
.panel-footer .progress{
    margin-top: 5px;
}
.search-button{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: 1.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ddd;
}
.home-box .form-control{
    border: 1px solid #ced4da;
}
.bord-h:hover{
    width: 105%;
    height: 90%;
    border-color: #6d5aa4;
}
.anim-wh:hover{
    left: -10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #8a98aa !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2rem 0.6rem !important;
}
.link {
    text-decoration: underline;
    color: #007bff;
}
.bg-digital{
    background-color: #0074bc;
}
.bg-digital0{
    background-color: #0066ad;
}
.bg-digital1{
    background-color: #2982cb;
}
.bg-digital2{
    background-color: #79a0d3;
}
.container {
    padding: 1rem 0rem;
}
.dataTables_length label{
    width: 135%;
}
.dataTables_wrapper .dataTables_length select{
    width: 39%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    margin-bottom: 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #28a745;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

#navbar {
    z-index: 1000;
    border-bottom: 1px solid rgba(80, 118, 180, 0.9);
    background-color: #0060a5;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#navbar a{
    font-size: 16px;
    color: #fff;
}
#navbar a.text-gray-700{
    color: #8a98aa;
}
#navbar a:hover{
    color: #ccc;
}
#navbar .font-medium{
    font-size: 16px;
}
#navbar button{
    color: #fff;
}
#navbar button:hover{
    color: #ccc;
}

.align-item-center{
    align-items: center;
}
.center{
    text-align: -webkit-center;
}

.item-icon{
    border-radius: 50%;
    height: 3rem;
    text-align: center;
    flex: 0 0 3rem;
    line-height: 3rem;
    width: 3rem;
}
.item-icon i {
    font-size: 20px;
    color: #fff;
}
.fa-home {
    color: #0060a5;
}
.fa-home:hover {
    color: #2982cb;
}
.border-b{
    border-bottom: 1px solid rgba(93, 118, 174, 0.15);
    padding-bottom: 0.5rem !important;
}
.py-12{
    padding-top: 1.3rem !important;
}
.mt-head{
    margin-top: 1.6rem !important;
    padding-bottom: 0 !important;
}
.col-12{
    padding-left: 0;
    padding-right: 0;
}
#mailList {
    border: 1px solid #495057;
    width: -webkit-fill-available;
    border-radius: 0.25rem;
    padding-left: 10px;
    height: 30px;
}

.box:hover{
    cursor: pointer;
    background-color: #ebecf0 !important;
}
.box-select{
    background-color: #ebecf0 !important;
}
.box-select:hover{
    background-color: #dee2e6 !important;
}
.progress-bar-green {
    background-color: #5cb85c;
}
.progress-bar-blue {
    background-color: #5bc0de;
}
.progress-bar-yellow {
    background-color: #f0ad4e;
}
.progress-bar-red {
    background-color: #d9534f;
}
.linkifiedButton {
    background: none!important;
    border: none;
    padding: 0!important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
button{
    outline: none !important;
}
button:active{
    outline: none !important;
    box-shadow: none !important;
}

 .card {
     border-radius: 12px;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8)
 }
 .card-header {
     border-radius: 12px !important
 }
 .modal-body .btn-danger {
     border-radius: 11px;
     box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2)
 }
 .btn-light {
     background: transparent !important;
     border: 0px !important
 }
 .btn-light:hover {
     border-color: #fff !important
 }
 .btn-light:active {
     border-color: #fff !important
 }
 @media (max-width: 526px) {
     .card {
         width: unset
     }
 }
 .modal-content {
     background: transparent !important
 }