@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--jk-blue: #1672fd;--jk-blue-hover: #025ce4;--text-color: white;--jk-gray: grey;--jk-gray-hover: rgb(114, 114, 114);--jk-green: #1b8b57;--jk-green-hover: #147045;--jk-red: #ca2d3dee;--jk-red-hover: #b32432ee;--jk-yellow: #ff9900;--jk-yellow-hover: #ff9900e3;--jk-lightblue: #54b4d3;--jk-lightblue-hover: #54b3d3ea;--jk-purple: #A020F0;--title-font-family: "Poppins", sans-serif;--jk-site-font: "Poppins", sans-serif;--jk-heading: rgb(36, 36, 36);--jk-display-1: 5rem;--jk-display-2: 4.5rem;--jk-display-3: 4rem;--jk-display-4: 3.5rem;--jk-display-5: 3rem;--jk-display-6: 2.5rem;--alert-blue: #9bbef3;--alert-blue-font: rgb(35, 35, 252);--alert-gray: rgb(185, 185, 185);--alert-gray-font: rgb(255, 255, 255);--alert-green: #aae7cb;--alert-green-font: #2e805a;--alert-red: #fabfc5ee;--alert-red-font: #7a2a32ee;--alert-yellow: #f1d6ac;--alert-yellow-font: #856535;--alert-info: #b0e1f1;--alert-info-font: #346677}.jkbtn{padding:15px 25px;transition:.4s;border-radius:5px}.jkbtn:hover{cursor:pointer;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.jkbtn-sm{padding:8px 20px;transition:.4s;border-radius:5px}.jkbtn-sm:hover{cursor:pointer;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.jkbtn-lg{padding:20px 30px;transition:.4s;border-radius:5px}.jkbtn-lg:hover{cursor:pointer;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.alertjk{padding:20px 40px;margin:0 20px;border-radius:2px;font-size:20px}.flex{display:flex}.justify-between{justify-content:space-between}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-even{justify-content:space-evenly}.justify-around{justify-content:space-around}.justify-right{justify-content:right}.justify-left{justify-content:left}.justify-center{justify-content:center}.mx-2{margin:0 2rem}.mx-4{margin:0 4rem}.mx-6{margin:0 6rem}.mx-8{margin:0 8rem}.mx-12{margin:0 12rem}.mx-16{margin:0 16rem}.mx-20{margin:0 20rem}.mx-24{margin:0 24rem}.mx-30{margin:0 30rem}.mx-36{margin:0 36rem}.mx-40{margin:0 40rem}.px-2{padding:0 2rem}.px-4{padding:0 4rem}.px-6{padding:0 6rem}.px-8{padding:0 8rem}.px-12{padding:0 12rem}.px-16{padding:0 16rem}.px-20{padding:0 20rem}.px-24{padding:0 24rem}.px-30{padding:0 30rem}.px-36{padding:0 36rem}.px-40{padding:0 40rem}.no-border,.jkbtn-info:hover,.jkbtn-info,.jkbtn-yellow:hover,.jkbtn-yellow,.jkbtn-red:hover,.jkbtn-red,.jkbtn-green:hover,.jkbtn-green,.jkbtn-gray:hover,.jkbtn-gray,.jkbtn-blue:hover,.jkbtn-blue{border:none;color:var(--text-color)}.jkbtn-blue{background-color:var(--jk-blue)}.jkbtn-blue:hover{background-color:var(--jk-blue-hover)}.jkbtn-gray{background-color:var(--jk-gray)}.jkbtn-gray:hover{background-color:var(--jk-gray-hover)}.jkbtn-green{background-color:var(--jk-green)}.jkbtn-green:hover{background-color:var(--jk-green-hover)}.jkbtn-red{background-color:var(--jk-red)}.jkbtn-red:hover{background-color:var(--jk-red-hover)}.jkbtn-yellow{background-color:var(--jk-yellow)}.jkbtn-yellow:hover{background-color:var(--jk-yellow-hover)}.jkbtn-info{background-color:var(--jk-lightblue)}.jkbtn-info:hover{background-color:var(--jk-lightblue-hover)}.jkbtn-blue-outline{background:none;border:1px solid var(--jk-blue);color:var(--jk-blue)}.jkbtn-blue-outline:hover{background:var(--jk-blue);color:var(--text-color)}.jkbtn-gray-outline{background:none;border:1px solid var(--jk-gray);color:var(--jk-gray)}.jkbtn-gray-outline:hover{background:var(--jk-gray);color:var(--text-color)}.jkbtn-green-outline{background:none;border:1px solid var(--jk-green);color:var(--jk-green)}.jkbtn-green-outline:hover{background:var(--jk-green);color:var(--text-color)}.jkbtn-red-outline{background:none;border:1px solid var(--jk-red);color:var(--jk-red)}.jkbtn-red-outline:hover{background:var(--jk-red);color:var(--text-color)}.jkbtn-yellow-outline{background:none;border:1px solid var(--jk-yellow);color:var(--jk-yellow)}.jkbtn-yellow-outline:hover{background:var(--jk-yellow);color:var(--text-color)}.jkbtn-info-outline{background:none;border:1px solid var(--jk-lightblue);color:var(--jk-lightblue)}.jkbtn-info-outline:hover{background:var(--jk-lightblue);color:var(--text-color)}.jkbtn:disabled{pointer-events:none;opacity:.6}.btn-group{width:fit-content;height:10;border-radius:5px}.btn-group button{border-radius:0;margin:-3px}.btn-group button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.btn-group button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.jk-h1,.jk-h6,.jk-h5,.jk-h4,.jk-h3,.jk-h2{color:var(--jk-heading)}.jk-display-1{font-size:var(--jk-display-1);font-weight:300}.jk-display-2{font-size:var(--jk-display-2);font-weight:300}.jk-display-3{font-size:var(--jk-display-3);font-weight:300}.jk-display-4{font-size:var(--jk-display-4);font-weight:300}.jk-display-5{font-size:var(--jk-display-5);font-weight:300}.jk-display-6{font-size:var(--jk-display-6);font-weight:300}mark{color:red;background-color:#ff0;padding:5px;border-radius:2px}.line{display:flex;flex-wrap:wrap;padding:0;margin:0;flex:1}.rec-auto{flex:0 0 auto;width:auto}.rec-1{flex:0 0 auto;width:8.3%}.rec-2{flex:0 0 auto;width:16.6%}.rec-3{flex:0 0 auto;width:25%}.rec-4{flex:0 0 auto;width:33.3%}.rec-5{flex:0 0 auto;width:41.6%}.rec-6{flex:0 0 auto;width:50%}.rec-7{flex:0 0 auto;width:58.3%}.rec-8{flex:0 0 auto;width:66.6%}.rec-9{flex:0 0 auto;width:75%}.rec-10{flex:0 0 auto;width:83.3%}.rec-11{flex:0 0 auto;width:91.6%}.rec-12{flex:0 0 auto;width:100%}@media(min-width: 100px)and (max-width: 991px){.site-container{padding:0 5%;width:auto}.line{flex-direction:column}.rec-1{width:100%}.rec-2{width:100%}.rec-3{width:100%}.rec-4{width:100%}.rec-5{width:100%}.rec-6{width:100%}.rec-7{width:100%}.rec-8{width:100%}.rec-9{width:100%}.rec-10{width:100%}.rec-11{width:100%}.rec-12{width:100%}}.JKmodal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.jkm-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:600px;border-radius:5px}.close{color:#fff}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2;display:none}.modal-content{background:#fff;margin-top:100px;width:50%;margin-left:auto;margin-right:auto;border-radius:5px}.modal-header{padding:20px 20px;background:#e7e7e7;border-bottom:1px solid #dfdfdf;border-top-right-radius:5px;border-top-left-radius:5px;font-size:20px}.close-btn{float:right;font-size:25px;border:none;background:#e7e7e7;padding-top:-10px}.modal-body{margin:30px 20px}.modal-footer{padding:10px 20px;background:#e7e7e7;border-top:1px solid #dfdfdf;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.control-jkforms,input[type=password]{width:100%;border:1px solid #bbb;height:35px;border-radius:3px;padding:0 10px;color:#1f1f1f;font-size:15px;font-family:"Roboto",sans-serif;outline:none;transition:.2s;margin:10px 0}.control-jkforms:focus,input[type=password]:focus{background-color:#f5f5f5;border:1px solid #b8b7b7}.jk-card{width:100%;border:1px solid #ccc;border-radius:5px}.jk-card .header-card{background:#f3f3f3;padding:20px 15px;border-bottom:1px solid #ccc}.jk-card .content-card{color:#000;padding:20px 15px}.jk-card .footer-card{border-top:1px solid #ccc;padding:10px 15px;background-color:#f1f1f1}.jk-table{width:100%;border-radius:10px}.jk-table thead th{height:40px;border-bottom:1px solid #b9b9b9}.jk-table tbody td{padding:10px;border-bottom:1px solid #e9e9e9}.jk-table thead th:first-child{border-radius:8px 0 0 0}.jk-table thead th:last-child{border-radius:0 8px 0 0}.hover-table tbody tr{transition:.3s}.hover-table tbody tr:hover{background-color:rgba(233,233,233,.911)}.alertjk-blue{background:var(--alert-blue);color:var(--alert-blue-font);border:1px solid #5c5cfd}.alertjk-gray{background:var(--alert-gray);color:var(--alert-gray-font);border:1px solid #9b9b9b}.alertjk-green{background:var(--alert-green);color:var(--alert-green-green);border:1px solid #1b8b57}.alertjk-red{background:var(--alert-red);color:var(--alert-red-font);border:1px solid rgba(202,45,61,.9333333333)}.alertjk-yellow{background:var(--alert-yellow);color:var(--alert-yellow-font);border:1px solid #f90}.alertjk-info{background:var(--alert-info);color:var(--alert-info-font);border:1px solid #54b4d3}.jk-img{width:auto;height:auto}.sm{height:10%;width:10%}.md{height:20%;width:20%}.lg{height:30%;width:30%}.rounded-2{border-radius:2px}.rounded-4{border-radius:4px}.rounded-8{border-radius:8px}.rounded-12{border-radius:12px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-30{border-radius:30px}.rounded-40{border-radius:40px}.rounded-50{border-radius:50px}.rounded-100{border-radius:100px}.site-container{padding:0 10%;font-family:var(--jk-site-font)}@media(min-width: 100px)and (max-width: 600px){.site-container{padding:0 5%;width:auto}}@media(min-width: 601px)and (max-width: 768px){.site-container{padding:0 5%;width:auto}}@media(min-width: 769px)and (max-width: 992px){.site-container{padding:0 5%;width:auto}}@media(min-width: 993px)and (max-width: 1200px){.site-container{padding:0 5%;width:auto}}