﻿/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
 *
 *  eJobsHR.com
 *  Custom colors, styles, backgrounds etc
 *
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
 *****************************************Background Colors - Line: 27**************************************
 # Background Colors (Blue, Slate, Red, Green, Orange, Cyan, Pink, Purple, Indigo, Teal, Yellow, Gray)   

 *****************************************Custom Pagination - Line: 474**************************************
 *****************************************Drop Area (File Upload) - Line: 603********************************   
************************************************************************************************************/


/* 1. imported styles */
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css");*/
/*@import url("font-awesome.min.css");*/

/*******************************Backgrond Colors*******************************/
/*******************************Blue*******************************/
.bg-blue-100 {
    background-color: #e7f3ff;
}

.bg-blue-200 {
    background-color: #9ecdff;
}

.bg-blue-300 {
    background-color: #6db5ff;
}

.bg-blue-400 {
    background-color: #3d9cff;
    background-color: #3d9cff;
}

.bg-blue-500 {
    background-color: #0c83ff;
}

.bg-blue-600 {
    background-color: #0a69cc;
}

.bg-blue-700 {
    background-color: #074f99;
}

.bg-blue-800 {
    background-color: #053466;
}

.bg-blue-900 {
    background-color: #010d1a;
}

/*******************************Slate*******************************/

.bg-slate-100 {
    background-color: #e9f1f5;
}

.bg-slate-200 {
    background-color: #a7c7d5;
}

.bg-slate-300 {
    background-color: #7caac1;
}

.bg-slate-400 {
    background-color: #508eac;
}

.bg-slate-500 {
    background-color: #247297;
}

.bg-slate-600 {
    background-color: #1d5b79;
}

.bg-slate-700 {
    background-color: #16445b;
}

.bg-slate-800 {
    background-color: #0e2e3c;
}

.bg-slate-900 {
    background-color: #07171e;
}

/*******************************Red*******************************/

.bg-red-100 {
    background-color: #fdecec;
}

.bg-red-200 {
    background-color: #f9b4b4;
}

.bg-red-300 {
    background-color: #f58f8f;
}

.bg-red-400 {
    background-color: #f26969;
}

.bg-red-500 {
    background-color: #EF4444;
}

.bg-red-600 {
    background-color: #bf3636;
}

.bg-red-700 {
    background-color: #8f2929;
}

.bg-red-800 {
    background-color: #601b1b;
}

.bg-red-900 {
    background-color: #180707;
}

/*******************************Green*******************************/

.bg-green-100 {
    background-color: #e6f5f0;
}

.bg-green-200 {
    background-color: #9bd5c3;
}

.bg-green-300 {
    background-color: #69c0a5;
}

.bg-green-400 {
    background-color: #37ab87;
}

.bg-green-500 {
    background-color: #059669;
}

.bg-green-600 {
    background-color: #047854;
}

.bg-green-700 {
    background-color: #035a3f;
}

.bg-green-800 {
    background-color: #023c2a;
}

.bg-green-900 {
    background-color: #010f0b;
}

/*******************************Orange*******************************/

.bg-orange-100 {
    background-color: #fef3ed;
}

.bg-orange-200 {
    background-color: #fbcfb5;
}

.bg-orange-300 {
    background-color: #f9b690;
}

.bg-orange-400 {
    background-color: #f79e6b;
}

.bg-orange-500 {
    background-color: #f58646;
}

.bg-orange-600 {
    background-color: #c46b38;
}

.bg-orange-700 {
    background-color: #93502a;
}

.bg-orange-800 {
    background-color: #62361c;
}

.bg-orange-900 {
    background-color: #190d07;
}

/*******************************Cyan*******************************/

.bg-cyan-100 {
    background-color: #e6f5f7;
}

.bg-cyan-200 {
    background-color: #9bd7de;
}

.bg-cyan-300 {
    background-color: #68c2ce;
}

.bg-cyan-400 {
    background-color: #36aebd;
}

.bg-cyan-500 {
    background-color: #049aad;
}

.bg-cyan-600 {
    background-color: #037b8a;
}

.bg-cyan-700 {
    background-color: #025c68;
}

.bg-cyan-800 {
    background-color: #023e45;
}

.bg-cyan-900 {
    background-color: #000f11;
}


/*******************************Pink*******************************/

.bg-pink-100 {
    background-color: #feeff3;
}

.bg-pink-200 {
    background-color: #fabecf;
}

.bg-pink-300 {
    background-color: #f89db6;
}

.bg-pink-400 {
    background-color: #f57d9e;
}

.bg-pink-500 {
    background-color: #f35c86;
}

.bg-pink-600 {
    background-color: #c24a6b;
}

.bg-pink-700 {
    background-color: #923750;
}

.bg-pink-800 {
    background-color: #612536;
}

.bg-pink-900 {
    background-color: #18090d;
}


/*******************************Purple*******************************/

.bg-purple-100 {
    background-color: #f4f1f9;
}

.bg-purple-200 {
    background-color: #d2c6e6;
}

.bg-purple-300 {
    background-color: #bba9da;
}

.bg-purple-400 {
    background-color: #a58dcd;
}

.bg-purple-500 {
    background-color: #8e70c1;
}

.bg-purple-600 {
    background-color: #725a9a;
}

.bg-purple-700 {
    background-color: #554374;
}

.bg-purple-800 {
    background-color: #392d4d;
}

.bg-purple-900 {
    background-color: #0e0b13;
}

/*******************************Indigo*******************************/

.bg-indigo-100 {
    background-color: #eff0f9;
}

.bg-indigo-200 {
    background-color: #bec4e6;
}

.bg-indigo-300 {
    background-color: #9da6d9;
}

.bg-indigo-400 {
    background-color: #7d89cd;
}

.bg-indigo-500 {
    background-color: #5C6BC0;
}

.bg-indigo-600 {
    background-color: #4a569a;
}

.bg-indigo-700 {
    background-color: #374073;
}

.bg-indigo-800 {
    background-color: #252b4d;
}

.bg-indigo-900 {
    background-color: #090b13;
}

/*******************************Teal*******************************/

.bg-teal-100 {
    background-color: #e9f6f5;
}

.bg-teal-200 {
    background-color: #a8dbd7;
}

.bg-teal-300 {
    background-color: #7dcac2;
}

.bg-teal-400 {
    background-color: #51b8ae;
}

.bg-teal-500 {
    background-color: #26A69A;
}

.bg-teal-600 {
    background-color: #1e857b;
}

.bg-teal-700 {
    background-color: #17645c;
}

.bg-teal-800 {
    background-color: #0f423e;
}

.bg-teal-900 {
    background-color: #04110f;
}

/*******************************Yellow*******************************/

.bg-yellow-100 {
    background-color: #fffbed;
}

.bg-yellow-200 {
    background-color: #ffefb6;
}

.bg-yellow-300 {
    background-color: #ffe691;
}

.bg-yellow-400 {
    background-color: #ffde6d;
}

.bg-yellow-500 {
    background-color: #ffd648;
}

.bg-yellow-600 {
    background-color: #ccab3a;
}

.bg-yellow-700 {
    background-color: #99802b;
}

.bg-yellow-800 {
    background-color: #66561d;
}

.bg-yellow-900 {
    background-color: #1a1507;
}

/*******************************Gray*******************************/

.bg-gray-100 {
    background-color: #F9FAFB;
}

.bg-gray-200 {
    background-color: #F3F4F6;
}

.bg-gray-300 {
    background-color: #E5E7EB;
}

.bg-gray-400 {
    background-color: #D1D5DB;
}

.bg-gray-500 {
    background-color: #9CA3AF;
}

.bg-gray-600 {
    background-color: #6B7280;
}

.bg-gray-700 {
    background-color: #4B5563;
}

.bg-gray-800 {
    background-color: #374151;
}

.bg-gray-900 {
    background-color: #1F2937;
}

/*******************************Button Colors*******************************/
/*******************************Gray*******************************/

.btn.btn-bg-gray-100 {
    background-color: #F9FAFB;
}

.btn.btn-bg-gray-200 {
    background-color: #F3F4F6;
}

.btn.btn-bg-gray-300 {
    background-color: #E5E7EB;
}

.btn.btn-bg-gray-400 {
    background-color: #D1D5DB;
}

.btn.btn-bg-gray-500 {
    background-color: #9CA3AF;
}

.btn.btn-bg-gray-600 {
    background-color: #6B7280;
}

.btn.btn-bg-gray-700 {
    background-color: #4B5563;
}

.btn.btn-bg-gray-800 {
    background-color: #374151;
}

.btn.btn-bg-gray-900 {
    background-color: #1F2937;
}
/*******************************Blue*******************************/
.btn.btn-bg-blue-100 {
    background-color: #e7f3ff;
}

.btn.btn-bg-blue-200 {
    background-color: #9ecdff;
}

.btn.btn-bg-blue-300 {
    background-color: #6db5ff;
}

.btn.btn-bg-blue-400 {
    background-color: #3d9cff;
}

.btn.btn-bg-blue-500 {
    background-color: #0c83ff;
}

.btn.btn-bg-blue-600 {
    background-color: #0a69cc;
}

.btn.btn-bg-blue-700 {
    background-color: #074f99;
}

.btn.btn-bg-blue-800 {
    background-color: #053466;
}

.btn.btn-bg-blue-900 {
    background-color: #010d1a;
}

/*******************************Slate*******************************/

.btn.btn-bg-slate-100 {
    background-color: #e9f1f5;
}

.btn.btn-bg-slate-200 {
    background-color: #a7c7d5;
}

.btn.btn-bg-slate-300 {
    background-color: #7caac1;
}

.btn.btn-bg-slate-400 {
    background-color: #508eac;
}

.btn.btn-bg-slate-500 {
    background-color: #247297;
}

.btn.btn-bg-slate-600 {
    background-color: #1d5b79;
}

.btn.btn-bg-slate-700 {
    background-color: #16445b;
}

.btn.btn-bg-slate-800 {
    background-color: #0e2e3c;
}

.btn.btn-bg-slate-900 {
    background-color: #07171e;
}

/*******************************Red*******************************/

.btn.btn-bg-red-100 {
    background-color: #fdecec;
}

.btn.btn-bg-red-200 {
    background-color: #f9b4b4;
}

.btn.btn-bg-red-300 {
    background-color: #f58f8f;
}

.btn.btn-bg-red-400 {
    background-color: #f26969;
}

.btn.btn-bg-red-500 {
    background-color: #EF4444;
}

.btn.btn-bg-red-600 {
    background-color: #bf3636;
}

.btn.btn-bg-red-700 {
    background-color: #8f2929;
}

.btn.btn-bg-red-800 {
    background-color: #601b1b;
}

.btn.btn-bg-red-900 {
    background-color: #180707;
}

/*******************************Green*******************************/

.btn.btn-bg-green-100 {
    background-color: #e6f5f0;
}

.btn.btn-bg-green-200 {
    background-color: #9bd5c3;
}

.btn.btn-bg-green-300 {
    background-color: #69c0a5;
}

.btn.btn-bg-green-400 {
    background-color: #37ab87;
}

.btn.btn-bg-green-500 {
    background-color: #059669;
}

.btn.btn-bg-green-600 {
    background-color: #047854;
}

.btn.btn-bg-green-700 {
    background-color: #035a3f;
}

.btn.btn-bg-green-800 {
    background-color: #023c2a;
}

.btn.btn-bg-green-900 {
    background-color: #010f0b;
}

/*******************************Orange*******************************/

.btn.btn-bg-orange-100 {
    background-color: #fef3ed;
}

.btn.btn-bg-orange-200 {
    background-color: #fbcfb5;
}

.btn.btn-bg-orange-300 {
    background-color: #f9b690;
}

.btn.btn-bg-orange-400 {
    background-color: #f79e6b;
}

.btn.btn-bg-orange-500 {
    background-color: #f58646;
}

.btn.btn-bg-orange-600 {
    background-color: #c46b38;
}

.btn.btn-bg-orange-700 {
    background-color: #93502a;
}

.btn.btn-bg-orange-800 {
    background-color: #62361c;
}

.btn.btn-bg-orange-900 {
    background-color: #190d07;
}

/*******************************Cyan*******************************/

.btn.btn-bg-cyan-100 {
    background-color: #e6f5f7;
}

.btn.btn-bg-cyan-200 {
    background-color: #9bd7de;
}

.btn.btn-bg-cyan-300 {
    background-color: #68c2ce;
}

.btn.btn-bg-cyan-400 {
    background-color: #36aebd;
}

.btn.btn-bg-cyan-500 {
    background-color: #049aad;
}

.btn.btn-bg-cyan-600 {
    background-color: #037b8a;
}

.btn.btn-bg-cyan-700 {
    background-color: #025c68;
}

.btn.btn-bg-cyan-800 {
    background-color: #023e45;
}

.btn.btn-bg-cyan-900 {
    background-color: #000f11;
}


/*******************************Pink*******************************/

.btn.btn-bg-pink-100 {
    background-color: #feeff3;
}

.btn.btn-bg-pink-200 {
    background-color: #fabecf;
}

.btn.btn-bg-pink-300 {
    background-color: #f89db6;
}

.btn.btn-bg-pink-400 {
    background-color: #f57d9e;
}

.btn.btn-bg-pink-500 {
    background-color: #f35c86;
}

.btn.btn-bg-pink-600 {
    background-color: #c24a6b;
}

.btn.btn-bg-pink-700 {
    background-color: #923750;
}

.btn.btn-bg-pink-800 {
    background-color: #612536;
}

.btn.btn-bg-pink-900 {
    background-color: #18090d;
}


/*******************************Purple*******************************/

.btn.btn-bg-purple-100 {
    background-color: #f4f1f9;
}

.btn.btn-bg-purple-200 {
    background-color: #d2c6e6;
}

.btn.btn-bg-purple-300 {
    background-color: #bba9da;
}

.btn.btn-bg-purple-400 {
    background-color: #a58dcd;
}

.btn.btn-bg-purple-500 {
    background-color: #8e70c1;
}

.btn.btn-bg-purple-600 {
    background-color: #725a9a;
}

.btn.btn-bg-purple-700 {
    background-color: #554374;
}

.btn.btn-bg-purple-800 {
    background-color: #392d4d;
}

.btn.btn-bg-purple-900 {
    background-color: #0e0b13;
}

/*******************************Indigo*******************************/

.btn.btn-bg-indigo-100 {
    background-color: #eff0f9;
}

.btn.btn-bg-indigo-200 {
    background-color: #bec4e6;
}

.btn.btn-bg-indigo-300 {
    background-color: #9da6d9;
}

.btn.btn-bg-indigo-400 {
    background-color: #7d89cd;
}

.btn.btn-bg-indigo-500 {
    background-color: #5C6BC0;
}

.btn.btn-bg-indigo-600 {
    background-color: #4a569a;
}

.btn.btn-bg-indigo-700 {
    background-color: #374073;
}

.btn.btn-bg-indigo-800 {
    background-color: #252b4d;
}

.btn.btn-bg-indigo-900 {
    background-color: #090b13;
}

/*******************************Teal*******************************/

.btn.btn-bg-teal-100 {
    background-color: #e9f6f5;
}

.btn.btn-bg-teal-200 {
    background-color: #a8dbd7;
}

.btn.btn-bg-teal-300 {
    background-color: #7dcac2;
}

.btn.btn-bg-teal-400 {
    background-color: #51b8ae;
}

.btn.btn-bg-teal-500 {
    background-color: #26A69A;
}

.btn.btn-bg-teal-600 {
    background-color: #1e857b;
}

.btn.btn-bg-teal-700 {
    background-color: #17645c;
}

.btn.btn-bg-teal-800 {
    background-color: #0f423e;
}

.btn.btn-bg-teal-900 {
    background-color: #04110f;
}

/*******************************Yellow*******************************/

.btn.btn-bg-yellow-100 {
    background-color: #fffbed;
}

.btn.btn-bg-yellow-200 {
    background-color: #ffefb6;
}

.btn.btn-bg-yellow-300 {
    background-color: #ffe691;
}

.btn.btn-bg-yellow-400 {
    background-color: #ffde6d;
}

.btn.btn-bg-yellow-500 {
    background-color: #ffd648;
}

.btn.btn-bg-yellow-600 {
    background-color: #ccab3a;
}

.btn.btn-bg-yellow-700 {
    background-color: #99802b;
}

.btn.btn-bg-yellow-800 {
    background-color: #66561d;
}

.btn.btn-bg-yellow-900 {
    background-color: #1a1507;
}


/*******************************Text Colors*******************************/
/*******************************Blue*******************************/
.text-blue-100 {
    color: #e7f3ff;
}

.text-blue-200 {
    color: #9ecdff;
}

.text-blue-300 {
    color: #6db5ff;
}

.text-blue-400 {
    color: #3d9cff;
}

.text-blue-500 {
    color: #0c83ff;
}

.text-blue-600 {
    color: #0a69cc;
}

.text-blue-700 {
    color: #074f99;
}

.text-blue-800 {
    color: #053466;
}

.text-blue-900 {
    color: #010d1a;
}

/*******************************Slate*******************************/

.text-slate-100 {
    color: #e9f1f5;
}

.text-slate-200 {
    color: #a7c7d5;
}

.text-slate-300 {
    color: #7caac1;
}

.text-slate-400 {
    color: #508eac;
}

.text-slate-500 {
    color: #247297;
}

.text-slate-600 {
    color: #1d5b79;
}

.text-slate-700 {
    color: #16445b;
}

.text-slate-800 {
    color: #0e2e3c;
}

.text-slate-900 {
    color: #07171e;
}

/*******************************Red*******************************/

.text-red-100 {
    color: #fdecec;
}

.text-red-200 {
    color: #f9b4b4;
}

.text-red-300 {
    color: #f58f8f;
}

.text-red-400 {
    color: #f26969;
}

.text-red-500 {
    color: #EF4444;
}

.text-red-600 {
    color: #bf3636;
}

.text-red-700 {
    color: #8f2929;
}

.text-red-800 {
    color: #601b1b;
}

.text-red-900 {
    color: #180707;
}

/*******************************Green*******************************/

.text-green-100 {
    color: #e6f5f0;
}

.text-green-200 {
    color: #9bd5c3;
}

.text-green-300 {
    color: #69c0a5;
}

.text-green-400 {
    color: #37ab87;
}

.text-green-500 {
    color: #059669;
}

.text-green-600 {
    color: #047854;
}

.text-green-700 {
    color: #035a3f;
}

.text-green-800 {
    color: #023c2a;
}

.text-green-900 {
    color: #010f0b;
}

/*******************************Orange*******************************/

.text-orange-100 {
    color: #fef3ed;
}

.text-orange-200 {
    color: #fbcfb5;
}

.text-orange-300 {
    color: #f9b690;
}

.text-orange-400 {
    color: #f79e6b;
}

.text-orange-500 {
    color: #f58646;
}

.text-orange-600 {
    color: #c46b38;
}

.text-orange-700 {
    color: #93502a;
}

.text-orange-800 {
    color: #62361c;
}

.text-orange-900 {
    color: #190d07;
}

/*******************************Cyan*******************************/

.text-cyan-100 {
    color: #e6f5f7;
}

.text-cyan-200 {
    color: #9bd7de;
}

.text-cyan-300 {
    color: #68c2ce;
}

.text-cyan-400 {
    color: #36aebd;
}

.text-cyan-500 {
    color: #049aad;
}

.text-cyan-600 {
    color: #037b8a;
}

.text-cyan-700 {
    color: #025c68;
}

.text-cyan-800 {
    color: #023e45;
}

.text-cyan-900 {
    color: #000f11;
}


/*******************************Pink*******************************/

.text-pink-100 {
    color: #feeff3;
}

.text-pink-200 {
    color: #fabecf;
}

.text-pink-300 {
    color: #f89db6;
}

.text-pink-400 {
    color: #f57d9e;
}

.text-pink-500 {
    color: #f35c86;
}

.text-pink-600 {
    color: #c24a6b;
}

.text-pink-700 {
    color: #923750;
}

.text-pink-800 {
    color: #612536;
}

.text-pink-900 {
    color: #18090d;
}


/*******************************Purple*******************************/

.text-purple-100 {
    color: #f4f1f9;
}

.text-purple-200 {
    color: #d2c6e6;
}

.text-purple-300 {
    color: #bba9da;
}

.text-purple-400 {
    color: #a58dcd;
}

.text-purple-500 {
    color: #8e70c1;
}

.text-purple-600 {
    color: #725a9a;
}

.text-purple-700 {
    color: #554374;
}

.text-purple-800 {
    color: #392d4d;
}

.text-purple-900 {
    color: #0e0b13;
}

/*******************************Indigo*******************************/

.text-indigo-100 {
    color: #eff0f9;
}

.text-indigo-200 {
    color: #bec4e6;
}

.text-indigo-300 {
    color: #9da6d9;
}

.text-indigo-400 {
    color: #7d89cd;
}

.text-indigo-500 {
    color: #5C6BC0;
}

.text-indigo-600 {
    color: #4a569a;
}

.text-indigo-700 {
    color: #374073;
}

.text-indigo-800 {
    color: #252b4d;
}

.text-indigo-900 {
    color: #090b13;
}

/*******************************Teal*******************************/

.text-teal-100 {
    color: #e9f6f5;
}

.text-teal-200 {
    color: #a8dbd7;
}

.text-teal-300 {
    color: #7dcac2;
}

.text-teal-400 {
    color: #51b8ae;
}

.text-teal-500 {
    color: #26A69A;
}

.text-teal-600 {
    color: #1e857b;
}

.text-teal-700 {
    color: #17645c;
}

.text-teal-800 {
    color: #0f423e;
}

.text-teal-900 {
    color: #04110f;
}

/*******************************Yellow*******************************/

.text-yellow-100 {
    color: #fffbed;
}

.text-yellow-200 {
    color: #ffefb6;
}

.text-yellow-300 {
    color: #ffe691;
}

.text-yellow-400 {
    color: #ffde6d;
}

.text-yellow-500 {
    color: #ffd648;
}

.text-yellow-600 {
    color: #ccab3a;
}

.text-yellow-700 {
    color: #99802b;
}

.text-yellow-800 {
    color: #66561d;
}

.text-yellow-900 {
    color: #1a1507;
}

/*******************************Gray*******************************/

.text-gray-100 {
    color: #F9FAFB;
}

.text-gray-200 {
    color: #F3F4F6;
}

.text-gray-300 {
    color: #E5E7EB;
}

.text-gray-400 {
    color: #D1D5DB;
}

.text-gray-500 {
    color: #9CA3AF;
}

.text-gray-600 {
    color: #6B7280;
}

.text-gray-700 {
    color: #4B5563;
}

.text-gray-800 {
    color: #374151;
}

.text-gray-900 {
    color: #1F2937;
}


/*********************************************************************************/
/*******************************Headings******************************************/
/*********************************************************************************/

.heading-title {
    margin: 0;
    font-weight: bold;
    color: #C81262;
    font-size: 47px;
    line-height: 60px;
}


/*********************************************************************************/
/*******************************Animate Icon (Moving Heart)***********************/
/*********************************************************************************/

.moving-section-1 .moving-heart {
    top: 15%;
    left: 10%;
}

.moving-section-2 .moving-heart {
    top: 25%;
    right: 10%;
}

.moving-section-2 .moving-double-heart {
    top: 15%;
    right: 13%;
}

.moving-section-3 .moving-heart {
    top: 90%;
    left: 10%;
}

.moving-section-4 .moving-heart {    
    top: 90%;
    right: 13%;
}

.moving-section-5 .moving-heart {
    position: relative;
    bottom: 50%;
    left: 10%;
}

.moving-section-6 .moving-heart {
    position: relative;
    bottom: 20%;
    right: 13%;
}

.moving-heart {
    position: absolute;
    -webkit-animation-name: movingheart;
    animation-name: movingheart;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.moving-double-heart {
    position: absolute;
    -webkit-animation-name: movingheart;
    animation-name: movingheart;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-perspective: 400px;
    perspective: 400px;
}

@-webkit-keyframes movingheart {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
        transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }
}

@keyframes movingheart {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
        transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }
}


/*********************************************************************************/
/*******************************Height & Width************************************/
/*********************************************************************************/

.h-110px {
    height: 110px !important;
}

.h-120px {
    height: 120px !important;
}

.h-130px {
    height: 130px !important;
}

.h-140px {
    height: 140px !important;
}

.h-160px {
    height: 160px !important;
}

.h-170px {
    height: 170px !important;
}

.h-180px {
    height: 180px !important;
}

.h-190px {
    height: 190px !important;
}

.w-10px {
    width: 10px !important;
}

.w-20px {
    width: 20px !important;
}

.w-30px {
    width: 30px !important;
}

.w-40px {
    width: 40px !important;
}

.w-50px {
    width: 50px !important;
}

.w-60px {
    width: 60px !important;
}

.w-70px {
    width: 70px !important;
}

.w-80px {
    width: 80px !important;
}

.w-90px {
    width: 90px !important;
}

.w-110px {
    width: 110px !important;
}

.w-120px {
    width: 120px !important;
}

.w-130px {
    width: 130px !important;
}

.w-140px {
    width: 140px !important;
}

.w-150px {
    width: 150px !important;
}

.w-160px {
    width: 160px !important;
}

.w-170px {
    width: 170px !important;
}

.w-180px {
    width: 180px !important;
}

.w-190px {
    width: 190px !important;
}

.w-210px {
    width: 210px !important;
}

.w-220px {
    width: 220px !important;
}

.w-225px {
    width: 225px !important;
}

.w-230px {
    width: 230px !important;
}

.w-240px {
    width: 240px !important;
}

.w-250px {
    width: 250px !important;
}

.w-260px {
    width: 260px !important;
}

.w-270px {
    width: 270px !important;
}

.w-275px {
    width: 275px !important;
}

.w-280px {
    width: 280px !important;
}

.w-290px {
    width: 290px !important;
}

.mh-110px {
    max-height: 110px !important;
}

.mh-120px {
    max-height: 120px !important;
}

.mh-130px {
    max-height: 130px !important;
}

.mh-140px {
    max-height: 140px !important;
}

.mh-160px {
    max-height: 160px !important;
}

.mh-170px {
    max-height: 170px !important;
}

.mh-180px {
    max-height: 180px !important;
}

.mh-190px {
    max-height: 190px !important;
}


.btn-check:checked + .btn.btn-outline.btn-outline-dashed, .btn-check:active + .btn.btn-outline.btn-outline-dashed, .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active), .btn.btn-outline.btn-outline-dashed:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed.show, .show > .btn.btn-outline.btn-outline-dashed {
    border-color: var(--bs-primary);
    background-color: #d2eafd;
}


/*********************************************************************************/
/*******************************Pagination (Custom)*******************************/
/*********************************************************************************/

/*.paginationCustom {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}

    .paginationCustom > span {
        display: inline;
    }

        .paginationCustom > span > a,
        .paginationCustom > span > a > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #6699cc;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

    .paginationCustom > a:first-child > a,
    .paginationCustom > a:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .paginationCustom > a:last-child > a,
    .paginationCustom > a:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .paginationCustom > a > a:hover, .pagination > a > a:focus,
    .paginationCustom > a > span:hover,
    .paginationCustom > a > span:focus {
        z-index: 2;
        color: #3973ac;
        background-color: #eeeeee;
        border-color: #ddd;
    }

    .paginationCustom > span > span .active, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .paginationCustom .active > span,
    .paginationCustom .active > span:hover,
    .paginationCustom .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #6699cc;
        border-color: #6699cc;
        cursor: default;
    }

    .paginationCustom > .disabled > span,
    .paginationCustom > .disabled > span:hover,
    .paginationCustom > .disabled > span:focus,
    .paginationCustom > .disabled > a,
    .paginationCustom > .disabled > a:hover,
    .paginationCustom > .disabled > a:focus {
        color: #dcdcdc;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.paginationCustom-lg > li > a,
.paginapaginationCustomtion-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.paginationCustom-lg > li:first-child > a,
.paginationCustom-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.paginationCustom-lg > li:last-child > a,
.paginationCustom-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.paginationCustom-sm > li > a,
.paginationCustom-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.activeButton {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px;
    z-index: 3;
    color: #fff;
    background-color: #6699cc;
    border-color: #6699cc;
    cursor: default;
}

.paginationCustom-sm > li:first-child > a,
.paginationCustom-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.paginationCustom-sm > li:last-child > a,
.paginationCustom-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}*/

/*END of pagination*/


/*********************************************************************************/
/*******************************Drop Area (File Upload)***************************/
/*********************************************************************************/

.uploadArea {
    border: 2px dashed #069ff5;
    border-radius: 0.475rem !important;
}

.dropArea {
    background-color: #f4f7fb;
    padding: 1.5rem 1.75rem;
    display: flex;
    /* align-items: center;*/
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    min-height: auto;
    text-align: center;
}

    .dropArea:hover {
        background-color: antiquewhite;
        color: #333;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug {
    background-color: darkgray;
}

.docdropArea {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    min-height: auto;
    text-align: center;
}
.docdropArea:hover {
    background-color: antiquewhite;
    color: #333;
}

.docdropArea input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*********************************************************************************/
/*******************************Text Overflow (clip)**************************/
/*********************************************************************************/

.overflow-clip-130 {
    text-overflow: clip;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.overflow-clip-150 {
    text-overflow: clip;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
}

.overflow-clip-160 {
    text-overflow: clip;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
}

.overflow-clip-170 {
    text-overflow: clip;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
}

.overflow-clip-180 {
    text-overflow: clip;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
}

.overflow-clip-190 {
    text-overflow: clip;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
}

.overflow-clip-200 {
    text-overflow: clip;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
}

/*********************************************************************************/
/*******************************Text Overflow (ellipsis)**************************/
/*********************************************************************************/

.overflow-ellipsis-100 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.overflow-ellipsis-110 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.overflow-ellipsis-120 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.overflow-ellipsis-130 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.overflow-ellipsis-140 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
}

.overflow-ellipsis-150 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
}

.overflow-ellipsis-160 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
}

.overflow-ellipsis-170 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
}

.overflow-ellipsis-180 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
}

.overflow-ellipsis-190 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
}

.overflow-ellipsis-200 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;    
}

.overflow-ellipsis-250 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
}

.overflow-ellipsis-300 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
}

.overflow-ellipsis-350 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
}

/*********************************************************************************/
/*******************************Text Overflow*************************************/
/*********************************************************************************/

.overflow-string-150 {
    text-overflow: " [..]";
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
}

.email-overflow170 {
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.hr-text-overflow {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.hr-overflow-lg {
    display: inline-block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/*********************************************************************************/
/*******************************Strike Through Text*******************************/
/*********************************************************************************/

.hr-strike-text {
    text-decoration: line-through;
}

/*********************************************************************************/
/*******************************Callout Box***************************************/
/*********************************************************************************/

.hr-box {
    padding: 15px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-top: none;
    vertical-align: middle;
}


/*Card - BOX */
.hr-box-header {
    line-height: 24px;
    margin-bottom: 8px;
}

.hr-box-title {
    color: #222;
    line-height: inherit;
    margin-top: 2px;
    font-size: 16px;
    font-family: BhrHeaderFont,Trebuchet MS;
    font-weight: 500;
}

.hr-box-callout {
    padding: 5px 5px 5px;
    background: #f9f9f9;
    border: 1px solid #cfcfcf;
}


.hr-box-brandedBar:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #66bb6a;
}

.hr-box-filled-dark {
    background: #464646;
}

.hr-stike-text {
    text-decoration: line-through;
}

/**************************************************************************/
/**************************Flip Box****************************************/
/**************************************************************************/

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/*.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}*/

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

/*.flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateX(180deg);
}*/

/*********************************************************************************/
/*******************************Validation Message********************************/
/*********************************************************************************/
.validation-message {
    color: red;
}

/*.validation-message {
    color: var(--kt-text-danger) !important;
}*/

/*********************************************************************************/
/*******************************Rich Text*****************************************/
/*********************************************************************************/
/* Keep InputTextArea values same with spaces and linebreaks when showing in Labels or Spans */
.richText {
    white-space: pre-line;
}


/*span .menu-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    display: block;
}*/


/*********************************************************************************/
/*******************************Cookie Alert**************************************/
/*********************************************************************************/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-image: url(/assets/media/misc/pattern-1.jpg);
}

    .cookiealert.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
    }


/*********************************************************************************/
/*******************************Syncfusion Controls*******************************/
/*********************************************************************************/

.sf-group {
    color: #3973ac;
}

.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    border-color: #e0e0e0;
    padding: 0.4rem;
}

.e-orgchart-template-div-style {
    position: absolute;
    width: 177px;
    height: 54px;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
}

e-gray {
    border: 1px solid var(--bs-gray-300);
}


tr.group, tr.group:hover {
    background-color: #e4e6ef !important;
}


#geolocationPointMap {
    height: 450px;
    width: 100%;
}

#geolocationWatchMap {
    height: 450px;
    width: 100%;
}


.e-sign-content,
.e-sign-heading {
    width: 400px;
}

.e-dashboardlayout {
    padding: 20px;
    z-index: 0;
}

.e-panel {
    cursor: auto !important;
}

.chart-annotation {
    font-weight: bold;
    font-size: 11px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(36, 133, 250, 0.2);
    padding: 5px;
    color: #E9ECEF; /*#343A40*/
}

    .chart-annotation::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 10px solid rgb(36, 133, 250, 0.2);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        z-index: 1
    }


/**************************************************************************/
/**************************Syncfusion Calendar*******************************/
/**************************************************************************/
.e-schedule .e-month-view .e-appointment {
    background: #49bf7e;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    overflow: hidden;
    position: absolute;
}

.e-schedule .e-month-view .e-current-date .e-date-header, .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
    background-color: #f1416c;
    border-radius: 70%;
    color: #fff;
    width: 30px;
    height: 30px;
}

/**************************************************************************/
/**************************Syncfusion Carousel*****************************/
/**************************************************************************/

.indicator-type-section .carousel-sample {
    margin: -0.5em 0 5.6em 0;
    height: 200px;
}

.indicator-type .e-carousel-items .e-carousel-item .img-container {
    height: 100%;
}

.indicator-type.e-carousel .e-next-icon::before,
.indicator-type.e-carousel .e-previous-icon::before {
    color: black;
}

.indicator-type {
    border: 1px solid #d7d7d7;
}

.indicator-type .carousel-slide {
    height: 100%;
    width: 100%;
    /*margin-top: 1em;*/
    font-size: 21px;
    text-align: center;
    color: black;
}

.indicator-type.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar:not(.e-active),
.indicator-type.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar:not(.e-active) div {
    background-color: gray;
}

.indicator-type.e-carousel .e-carousel-indicators.e-fraction .e-indicator-bars {
    color: black;
}

.indicator-type.e-carousel .e-carousel-items .e-carousel-item {
    background-color: #f9f8f8;
}

.indicator-type.e-carousel .e-progress {
    background: none;
}

@media screen and (max-width: 768px) {
    .indicator-type-section .carousel-sample {
        margin: 1em 0;
    }

    .indicator-type-section .row {
        margin-top: -1em;
    }
}

/*Carousel hight*/
.control-container {
    background-color: #adb5bd;
    height: 300px;
    margin: 0 auto;
    width: 500px;
}

/**************************************************************************/
/**************************Syncfusion SfDropDownList***********************/
/**************************************************************************/
.sfgroup {
    color: slategrey;
}

.sffooter {
    text-indent: 1.2em;
    display: block;
    font-size: 15px;
    line-height: 40px;
    border-top: 1px solid #e0e0e0;
}


.title {
    font-size: 13px;
    font-weight: 500;
}

.animate-link {
    display: inline-block;
    color: #f7426e; /*var(--fc-event-border-color);*/ /*#F48418*/
    text-decoration: none;
}

    .animate-link::after {
        content: '';
        display: block;
        width: 0;
        height: 0.9px;
        background: #f7426e;
        transition: width .3s;
    }

    .animate-link:hover::after {
        width: 100%;
        /*transition: width .3s;*/
    }



.btn.btn-radius100 {
    border-radius: 100px;
}


.btn-outline-orange {
    color: #FF7E09;
    border-color: #FF7E09;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: #FF7E09 !important;
}

.btn.btn-active-orange {
    color: #ff7;
    border-color: #FF7E09;
    background-color: #FF7E09 !important;
}

.fs-lg-25x {
    font-size: 2.5rem !important;
}

.fs-25x {
    font-size: 2.5rem !important;
}

.landing-blue-color {
    color: linear-gradient(90deg, #00639b 0%, #01a0f9 100%);
}

.border-radius-16 {
    border-radius: 16px;
}

.radius100 {
    border-radius: 100px;
}




.clock {
    color: var(--color-tone-1);
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
}



.card-elevation {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(24, 24, 24, 0.04);
    box-shadow: 0 5px 10px 0 rgb(57 58 61 / 10%);
}


/*.e-richtexteditor {
    min-width: 200px;
    max-width: 800px;
    min-height: 100px;
    max-height: 500px;
}*/


.multiselect-tagcount {
    right: 15px;
    position: absolute;
}


.current-status {
    float: right;
    padding: 11px;
    margin-right: 22px;
    font-size: 12px;
    display: inline-block;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.e-icons.e-icon-refresh::before {
    content: "\e606";
}

.e-icons.e-icon-tick::before {
    content: "\e614";
}

.bootstrap4 .e-icons.e-icon-refresh::before {
    content: "\e710";
}

.bootstrap4 .e-icons.e-icon-tick::before {
    content: "\e718";
}

.tailwind .e-icons.e-icon-refresh::before,
.tailwind-dark .e-icons.e-icon-refresh::before {
    content: "\e711";
}

.tailwind .e-icons.e-icon-tick::before,
.tailwind-dark .e-icons.e-icon-tick::before {
    content: "\e75d";
}

.bootstrap5 .e-icons.e-icon-refresh::before,
.bootstrap5-dark .e-icons.e-icon-refresh::before,
.fluent .e-icons.e-icon-refresh::before,
.fluent-dark .e-icons.e-icon-refresh::before {
    content: "\e706";
}

.bootstrap5 .e-icons.e-icon-tick::before,
.bootstrap5-dark .e-icons.e-icon-tick::before,
.fluent .e-icons.e-icon-tick::before,
.fluent-dark .e-icons.e-icon-tick::before {
    content: "\e774";
}

.status-text {
    padding: 4px;
}

.e-icon-refresh {
    width: 10px;
    display: inline-block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.status-text {
    font-size: 14px;
    display: inline-block;
}

@media print {
    a, a:visited {
        color: blue !important;
        text-decoration: underline;
    }

        a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }

        a[href]:after {
            content: "";
        }
}



.section-title {        
    font-weight: bold;    
    font-size: 35px;
    line-height: 60px;
}

.section-subtitle {
    font-weight: bold;
    font-size: 25px;
    line-height: 60px;
}


/*.badge {
    border-radius: 25px;
    border: 1px solid rgb(221 221 221);
    border-color: #d9d9d9;
    background-color: #ffffff;
}*/


/*.form-control.valid {
    border-color: #28a745;
}

.form-control.invalid {
    border-color: #dc3545;
}

.form-select.valid {
    border-color: #28a745;
}

.form-select.invalid {
    border-color: #dc3545;
}*/







/*.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    border-color: var(--bs-gray-300);
    background-color: var(--bs-gray-100);
}

    .e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
        border-color: var(--bs-gray-300);
    }*/



/**************************************************************************/
/********************************Skeleton**********************************/
/**************************************************************************/

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    /*background-color: #EEEEEE;*/
    background-color: #FBFBFB;
    border-radius:5px;
}
    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));*/
        background-image: linear-gradient(90deg, rgba(103, 127, 212, 0) 0, rgba(103, 127, 212, 0.2) 20%, rgba(103, 127, 212, 0.4) 60%, rgba(103, 127, 212, 0));
        *animation: shimmer 2s infinite;
        -webkit-animation: shimmer 2s infinite;
        content: "";
    }

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}






.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}



.e-gray {
    border-color: #e0e0e0;
    padding: 0.4rem;
    border: 1px solid;
    border-width: 1px;
    /*padding: 0.775rem 1rem;*/
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.e-input-group.e-success {
    border-color: #e0e0e0;
}

.form-select.valid {
    border-color: #e0e0e0;
}


.h-260px {
    height: 260px !important;
}

.h-270px {
    height: 270px !important;
}

.h-280px {
    height: 280px !important;
}

.h-290px {
    height: 290px !important;
}

.h-310px {
    height: 310px !important;
}

.h-320px {
    height: 320px !important;
}

.h-330px {
    height: 330px !important;
}

.h-340px {
    height: 340px !important;
}

.h-360px {
    height: 360px !important;
}

.h-370px {
    height: 370px !important;
}

.h-380px {
    height: 380px !important;
}

.h-390px {
    height: 390px !important;
}


.symbol.symbol-160px > img {
    width: 160px;
    height: 160px;
}

.symbol.symbol-170px > img {
    width: 170px;
    height: 170px;
}

.symbol.symbol-175px > img {
    width: 175px;
    height: 175px;
}

.symbol.symbol-180px > img {
    width: 180px;
    height: 160px;
}

.symbol.symbol-185px > img {
    width: 185px;
    height: 185px;
}

.symbol.symbol-190px > img {
    width: 190px;
    height: 190px;
}

.symbol.symbol-195px > img {
    width: 195px;
    height: 170px;
}

.symbol.symbol-210px > img {
    width: 210px;
    height: 180px;
}

.symbol.symbol-220px > img {
    width: 220px;
    height: 190px;
}

.symbol.symbol-230px > img {
    width: 230px;
    height: 200px;
}

.symbol.symbol-240px > img {
    width: 240px;
    height: 200px;
}


.card-border-top-success {
    border-top: #41B658 solid 4px;
}

.card-border-top-primary {
    border-top: #5867E8 solid 4px;
}

.card-border-top-warning {
    border-top: #FE9339 solid 4px;
}

.card-border-top-danger {
    border-top: #FF784F solid 4px;
}

.card-border-top-pink {
    border-top: #FF538A solid 4px;
}

.card-border-top-blue {
    border-top: #90D0FE solid 4px;
}

.card-border-bottom-success {
    border-bottom: #41B658 solid 4px;
}

.card-border-bottom-primary {
    border-bottom: #5867E8 solid 4px;
}

.card-border-bottom-warning {
    border-bottom: #FE9339 solid 4px;
}

.card-border-bottom-danger {
    border-bottom: #FF784F solid 4px;
}

.card-border-bottom-pink {
    border-bottom: #FF538A solid 4px;
}

.card-border-bottom-blue {
    border-bottom: #90D0FE solid 4px;
}


/**************************************************************************/
/************************Mobile View Bottom Navbar*************************/
/**************************************************************************/
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 -1px 12px hsla(174, 63%, 15%, 0.15);
    width: 100%;
    height: 6rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: .4s;
    border-top: #6d8bb1 solid 2px;
    z-index: 1100;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-icon img {
    width: 30px;
}


.nav__list {
    justify-content: space-around;
}

.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: var(--title-color);
    font-weight: 600;
}

.nav__list, .nav__link {
    display: flex;
}


/**************************************************************************/
/************************Animate Image on Mouse Hover**********************/
/**************************************************************************/

.product-image {
    /*height: 230px;
    width: 100%;*/
    transform: translate(0, -1.5rem);
    transition: transform 500ms ease-in-out;
    filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
}

.card:hover .product-image {
    transform: translate(-1.5rem, -4rem) rotate(-20deg);
}


.ribbon.ribbon-triangle.ribbon-top-start {
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-bottom: solid 3rem transparent !important;
    border-left: solid 3rem transparent;
    border-right: solid 3rem transparent !important;
    border-top: solid 3rem transparent;
}

.ribbon-discount {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 80px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    top: 6px;
    transform: rotate(-45deg);
    left: -30px;
}


@media (min-height: 300px) {
    .modal {
        top: 5%;        
        max-width: calc(100% - 10px);
        max-height: 650px;
        margin-right: auto;
        margin-left: auto;
    }
}


.column {
    float: left;
    width: 16.66%;
}



/**************************************************************************/
/********************************Image Gallery*****************************/
/**************************************************************************/

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #0083ff;
    -webkit-box-shadow: 5px 15px 20px rgba(0, 131, 255, 0.1);
    box-shadow: 5px 15px 20px rgba(0, 131, 255, 0.2);
}

div.gallery img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.gallery-responsive {
    padding: 0 6px;
    float: left;
    width: 33.33333%;
    border-radius: 0.625rem;
}

.gallery4-responsive {
    padding: 0 6px;
    float: left;
    width: 25%;
    border-radius: 0.625rem;
}

@media only screen and (max-width: 700px) {
    .gallery-responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 700px) {
    .gallery4-responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .gallery-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .gallery4-responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.w-tags {
    overflow: hidden;
}

.w-tags .tags-list {
    margin-left: -10px;
    /*margin-bottom: -12px;*/
    float: left;
    list-style:none;
}

.w-tags .tags-list li {
    margin-left: 10px;
    margin-bottom: 12px;
    float: left;
}

.w-tags span:hover {
    background-color: #0083ff;
    color: #fff;
    border-color: #0083ff;
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.w-tags span {
    padding: 12px 14px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    border: 2px solid #d6dfeb;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #6987ab;
    display: block;
    line-height: 1;
}



.sc-tag {
    display: inline-flex;
    align-items: center;
    padding: 12px 14px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    border: 2px solid #d6dfeb;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #6987ab;
    display: block;
    line-height: 1;
    vertical-align:middle;
}

.sc-tag:hover {
    background-color: #0083ff;
    color: #fff;
    border-color: #0083ff;
    -webkit-box-shadow: 5px 0 10px rgba(0, 131, 255, 0.3);
    box-shadow: 5px 0 10px rgba(0, 131, 255, 0.3);
}

.sc-tag-removeBtn {
    order: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 20px/1 Arial;
    background: var(--tag-remove-btn-bg);
    color: var(--tag-remove-btn-color);
    width: 14px;
    height: 14px;
    margin-right: 1px;
    margin-left: auto;
    overflow: hidden;
    transition: 0.2s ease-out;
    vertical-align: middle;
}


.w-brands span:hover {
    background-color: #0083ff;
    color: #fff;
    border-color: #0083ff;
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.w-brands span {
    padding: 10px 10px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    border: 1px solid #d6dfeb;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #6987ab;
    display: block;
    line-height: 1;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}


.fw-italic {
    font-style: italic;
}


.bg-blue-lighteen {
    background-color: #ecf5fe;
}



/*================= Tabs ============*/
.tab-control {
    display: inline-block;
}

.tab-control a {
    font-size: 14px;
    font-weight: 700;
    color: #4b5d73;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.tab-control a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #0083ff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-control a.active {
    color: #0083ff;
}

.tab-control a.active:after {
    opacity: 1;
    width: 100%;
}

.tab-control + .tab-control {
    margin-left: 30px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
     color: var(--bs-nav-tabs-link-active-color); 
     background-color: var(--bs-nav-tabs-link-active-bg); 
     border-color: var(--bs-nav-tabs-link-active-border-color); 
}

/*================= Responsive Mode ============*/
@media (max-width: 480px) {
.tab-control {
    display: block;
}

.tab-control + .tab-control {
    margin-left: 0;
    margin-top: 10px;
}
}



/*------------- #COURSE-DETAILS --------------*/
.course-details {
    border-radius: 10px;
    -webkit-box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
    box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
    overflow: hidden;
    background-color: #fff;
}

.course-details .post-details-shared {
    border-top: none;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

.course-details .tab-content {
    padding: 10px;
}

.course-details .curriculum-list {
    margin: 0 -60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.course-details-control {
    background-color: #ecf5fe;
    padding: 20px 20px 0 20px;
}

.course-details-control .tab-control a {
    text-transform: none;
    font-size: 18px;
    color: #6987ab;
    padding: 0 25px 25px 25px;
}

.course-details-control .tab-control a:after {
    height: 4px;
    border-radius: 3px 3px 0 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .course-details-control {
        padding: 30px 20px 0 20px;
    }

    .course-details .tab-content {
        padding: 20px;
    }

    .course-details-control .tab-control a {
        padding: 0 10px 25px 10px;
    }
}

@media (max-width: 690px) {
    .course-details-control .tab-control a {
        font-size: 14px;
    }

    .course-details-control .tab-control {
        width: 45%;
    }

        .course-details-control .tab-control + .tab-control {
            margin-left: 0;
            margin-top: 15px;
        }
}

@media (max-width: 360px) {
    .course-details-control .tab-control a {
        font-size: 13px;
        padding: 0 5px 25px 5px;
    }
}

/*------------- #COURSE-FEATURES --------------*/
.course-features-list li {
    padding: 15px 0;
}

    .course-features-list li + li {
        border-top: 1px solid #dbe3ec;
    }

.course-features-list .utouch-icon {
    height: 15px;
    width: 15px;
    fill: #0083ff;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.course-features-list .feature-item {
    width: 50%;
    font-weight: 700;
    color: #273f5b;
    float: left;
}

.course-features-list .value {
    width: 50%;
    overflow: hidden;
}

/*================= Responsive Mode ============*/
@media (max-width: 480px) {
    .course-features-list li {
        padding: 10px 0;
        font-size: 14px;
    }

    .course-features-list .utouch-icon {
        margin-right: 5px;
    }
}



.overlay--green {
    background-color: rgba(1, 162, 160, 0.5);
}

.overlay-standard, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(18, 25, 33, 0.4);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bg-banner-img {
    background-image: -webkit-image-set(url(../media/patterns/bg-banner.jpg) 1x);
    /*background: linear-gradient(90deg, #5897f5 0%, #756f6f 100%);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
}



/***************************************************/
/*================= UJ Tooltip Control ============*/
/***************************************************/
.uj-tooltip-container {
    position: relative;
    display: inline-block;
}

.uj-tooltip-content {
    cursor: pointer;
}

.uj-tooltip-text {
    visibility: hidden;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
}

.uj-tooltip-container:hover .uj-tooltip-text {
    visibility: visible;
    opacity: 1;
}


/*******************************Radzen Controls*******************************/
.rz-grid-table thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: var(--bs-gray-700);
    font-size: 1.075rem !important;
}

.rz-grid-table thead th .rz-column-title-content {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    color: var(--rz-grid-cell-color);
    font-size: 1.075rem !important;
    line-height: var(--rz-grid-cell-line-height);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rz-grid-filter-icon {
    justify-self: flex-end;
    color: #ffffff;
    margin: var(--rz-grid-header-filter-icon-margin);
    font-size: var(--rz-grid-header-filter-icon-font-size);
    transition: var(--rz-grid-state-transition);
}


.rz-grid-table-fixed .rz-frozen-cell-left.rz-frozen-cell-left-end {
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.12);
    border-right: var(--rz-grid-frozen-cell-border) !important;
    background-color: var(--td-dark-range-bg);
}

.rz-accordion-header {
    background-color: var(--rz-accordion-item-background-color);
    margin: var(--rz-accordion-item-margin);
    cursor: pointer;
    font-size: 1.075rem !important;
    font-weight: 700 !important;
}


.rz-series-data-label {
    fill: #ffffff;
}

.rz-scheme-pastel .rz-series-1 {
    fill: #86c868;
    stroke: #86c868;
}

.rz-scheme-pastel .rz-series-2 {
    fill: #ed07b5;
    stroke: #ed07b5;
}

.rz-chart svg {
    overflow: visible;
}



.image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-full-width {
    width: 100vw; 
    height: 100vh; 
    object-fit: cover;
    display: block;
}


.video-container {
    position: relative;
    width: 560px; /* Default for web */
    height: 450px; /* Default for web */
    max-width: 100%;
    background: #000;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Adjust for smaller screens (mobile) */
@media (max-width: 768px) {
    .video-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* Maintain responsive aspect ratio */
    }

        .video-container iframe {
            width: 100%;
            height: 100%;
        }
}



/*.toolbar {
    display: flex;
    align-items: center;
    background-color: #00B2F7;
    padding: .5rem 0;
    margin-top: 75px;
}*/

/*@media (max-width: 480px) {
    .toolbar-fixed .toolbar {
        display: flex;
        align-items: center;
        background-color: #00B2F7;
        padding: .5rem 0;
        margin-top: 35px;
    }
}*/

/*@media (max-width: 991.98px) {
    .toolbar {
        display: none;
    }
}*/


    /*@media (min-width: 992px) {
    .toolbar-fixed .toolbar {
        height: var(--kt-toolbar-height);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .toolbar-enabled:not(.toolbar-fixed) .toolbar {
        margin-bottom: 30px
    }

    .header-fixed.toolbar-fixed .toolbar {
        padding: 0;
        top: 65px;
        border-top: 1px solid #eff2f5
    }

    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 265px;
        transition: left .3s ease
    }

    .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar {
        left: 75px;
        transition: left .3s ease
    }
}

@media (max-width: 991.98px) {
    .toolbar-tablet-and-mobile-fixed .toolbar {
        height: var(--kt-toolbar-height-tablet-and-mobile);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
        margin-bottom: 15px
    }

    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
        padding: 0;
        top: 55px;
        border-top: 1px solid #eff2f5
    }

    .toolbar .page-title[data-kt-swapper=true] {
        display: none !important
    }
}*/
