@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);
html{scroll-behavior:smooth}body{background:#f1f5f9;color:#5d657b;font-family:Poppins,sans-serif!important;font-style:normal;font-weight:400;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}.btn.focus,.btn:focus,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active,a:focus,button:focus,input:focus,textarea:focus{box-shadow:none;outline:none;text-decoration:none}a:hover{color:red}a,button{transition:all .3s ease-out 0s}a,a:focus,a:hover{text-decoration:none}a,i,span{display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}ol,ul{list-style-type:none;padding:0}ol,p,ul{margin:0}p{font-size:16px;font-weight:400;line-height:25px}.img-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.para-width-500{max-width:500px;width:100%}@media (max-width:767px){.container{padding:0 30px}}.card-style{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 20px rgba(200,208,216,.3);box-sizing:border-box;padding:25px 30px;position:relative}@media (max-width:767px){.card-style{padding:20px}}.card-style .jvm-zoom-btn{align-items:center;border:1px solid rgba(0,0,0,.1);bottom:30px;cursor:pointer;display:inline-flex;height:30px;justify-content:center;position:absolute;right:30px;width:30px}.card-style .jvm-zoom-btn.jvm-zoomin{bottom:70px}.card-style .dropdown-toggle{background:none;border:none}.card-style .dropdown-toggle:after{display:none}.card-style .dropdown-menu{box-shadow:0 0 5px rgba(0,0,0,.07)}.card-style .dropdown-menu li:hover a{color:red!important}.card-style .dropdown-menu li a{display:block;font-size:14px}.radius-4{border-radius:4px}.radius-10{border-radius:10px}.radius-30{border-radius:30px}.radius-50{border-radius:50px}.radius-full{border-radius:50%}.scroll-top{align-items:center;background:red;border-radius:5px;bottom:30px;color:#fff;cursor:pointer;display:none;font-size:18px;height:45px;justify-content:center;position:fixed;right:30px;transition:all .3s ease-out 0s;width:45px;z-index:9}.scroll-top:hover{background:rgba(255,0,0,.8);color:#fff}.form-control:focus{box-shadow:none}.form-check-input.is-invalid:focus,.form-check-input.is-valid:focus,.form-check-input:focus,.form-control.is-invalid:focus,.form-control.is-valid:focus,.radio-style.radio-danger .form-check-input:focus,.radio-style.radio-success .form-check-input:focus,.radio-style.radio-warning .form-check-input:focus,.was-validated .form-check-input:invalid:focus,.was-validated .form-check-input:valid:focus,.was-validated .form-control:invalid:focus,.was-validated .form-control:valid:focus{box-shadow:none}.hover-underline:hover{text-decoration:underline}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#262d3f;margin:0}.h1,h1{font-size:32px;font-weight:700}.h2,h2{font-size:28px;font-weight:600}.h3,h3{font-size:24px;font-weight:500}.h4,h4{font-size:20px;font-weight:600}.h5,h5{font-weight:700}.h5,.h6,h5,h6{font-size:16px}.h6,h6{font-weight:600}.text-bold{font-weight:700}.text-semi-bold{font-weight:600}.text-medium{font-weight:500}.text-regular{font-weight:400}.text-light{font-weight:300}.text-sm{font-size:14px;line-height:22px}.breadcrumb-wrapper{display:flex;justify-content:flex-end}@media (max-width:767px){.breadcrumb-wrapper{justify-content:flex-start}}.breadcrumb-wrapper .breadcrumb li{color:red;font-size:14px}.breadcrumb-wrapper .breadcrumb li a{color:#5d657b}.breadcrumb-wrapper .breadcrumb li a:hover{color:red}.btn,.main-btn{border-radius:10px}.main-btn{border:1px solid transparent;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:24px;overflow:hidden;padding:15px 45px;text-align:center;transition:all .4s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;z-index:5}.main-btn:hover{color:inherit}.btn-sm{font-weight:400;padding:10px 20px}.btn-hover{overflow:hidden;position:relative}.btn-hover:after{background:hsla(0,0%,100%,.05);border-radius:50%;content:"";height:0;left:50%;padding:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0) scale(0);transition:all .3s ease-out 0s;width:0;z-index:-1}.btn-hover:hover:after{transform:translate3d(-50%,-50%,0) scale(1.3)}.primary-btn{background:red;color:#fff}.primary-btn:hover{color:#fff}.primary-btn:disabled{background-color:rgba(255,0,0,.4);color:#fff}.primary-btn-outline{background:transparent;border-color:red;color:red}.primary-btn-outline:hover{background:red;color:#fff}.secondary-btn{background:#00c1f8;color:#fff}.secondary-btn:hover{color:#fff}.secondary-btn:disabled{background-color:rgba(0,193,248,.4);color:#fff}.secondary-btn-outline{background:transparent;border-color:#00c1f8;color:#00c1f8}.secondary-btn-outline:hover{background:#00c1f8;color:#fff}.success-btn{background:#219653;color:#fff}.success-btn:hover{color:#fff}.success-btn:disabled{background-color:rgba(33,150,83,.4);color:#fff}.success-btn-outline{background:transparent;border-color:#219653;color:#219653}.success-btn-outline:hover{background:#219653;color:#fff}.danger-btn{background:red;color:#fff}.danger-btn:hover{color:#fff}.danger-btn:disabled{background-color:rgba(255,0,0,.4);color:#fff}.danger-btn-outline{background:transparent;border-color:red;color:red}.danger-btn-outline:hover{background:red;color:#fff}.warning-btn{background:#f7c800;color:#fff}.warning-btn:hover{color:#fff}.warning-btn:disabled{background-color:rgba(247,200,0,.4);color:#fff}.warning-btn-outline{background:transparent;border-color:#f7c800;color:#f7c800}.warning-btn-outline:hover{background:#f7c800;color:#fff}.info-btn{background:#107bf9}.info-btn,.info-btn:hover{color:#fff}.info-btn:disabled{background-color:rgba(16,123,249,.4);color:#fff}.info-btn-outline{background:transparent;border-color:#107bf9;color:#107bf9}.info-btn-outline:hover{background:#107bf9;color:#fff}.dark-btn{background:#262d3f}.dark-btn,.dark-btn:hover{color:#fff}.dark-btn-outline{background:transparent;border-color:#262d3f;color:#262d3f}.dark-btn-outline:hover{background:#262d3f;color:#fff}.light-btn{background:#efefef}.light-btn,.light-btn:hover{color:#262d3f}.light-btn-outline{background:transparent;border-color:#efefef;color:#262d3f}.light-btn-outline:hover{background:#efefef;color:#262d3f}.active-btn{background:red;color:#fff}.active-btn:hover{color:#fff}.active-btn-outline{background:transparent;border-color:red;color:red}.active-btn-outline:hover{background:red;color:#fff}.deactive-btn{background:#cbe1ff;color:red}.deactive-btn:hover{color:red}.deactive-btn-outline{background:transparent;border-color:#cbe1ff;color:red}.deactive-btn-outline:hover{background:#cbe1ff;color:red}.square-btn{border-radius:0}.rounded-md{border-radius:10px}.rounded-full{border-radius:30px}.buttons-group{display:flex;flex-wrap:wrap;margin:0 -10px}.buttons-group li{margin:10px}.action-btn{background:transparent;border:none;font-size:18px;padding:0 6px}.action-btn.edit:hover{color:red}.action-btn:after{display:none}.status-btn{border-radius:30px;font-size:14px;font-weight:400;padding:7px 15px}.status-btn.primary-btn{background:rgba(255,0,0,.1);color:#fff}.status-btn.active-btn,.status-btn.close-btn{background:rgba(255,0,0,.1);color:red}.status-btn.warning-btn{background:rgba(247,200,0,.1);color:#f7c800}.status-btn.info-btn{background:rgba(16,123,249,.1);color:#107bf9}.status-btn.success-btn{background:rgba(33,150,83,.1);color:#219653}.status-btn.secondary-btn{background:rgba(0,193,248,.1);color:#fff}.status-btn.dark-btn{background:rgba(38,45,63,.1);color:#262d3f}.status-btn.orange-btn{background:rgba(242,153,74,.1);color:#f2994a}.alert-box{display:flex;margin-bottom:20px;position:relative}@media (max-width:767px){.alert-box{padding-left:0!important}}.alert-box .left{align-items:center;background:red;border-radius:4px;display:flex;height:100%;justify-content:center;left:0;max-width:75px;position:absolute;top:0;width:100%}@media (max-width:767px){.alert-box .left{display:none}}.alert-box .left h5{color:#fff;transform:rotate(-90deg)}.alert-box .alert{margin-bottom:0;padding:25px 40px}@media (max-width:767px){.alert-box .alert{padding:20px}}.primary-alert .left{background:red}.primary-alert .alert{background:rgba(255,0,0,.2);border:1px solid red;color:red;width:100%}.primary-alert .alert .alert-heading{color:red;margin-bottom:15px}.danger-alert .left{background:red}.danger-alert .alert{background:rgba(255,0,0,.2);border:1px solid red;color:red;width:100%}.danger-alert .alert .alert-heading{color:red;margin-bottom:15px}.warning-alert .left{background:#f7c800}.warning-alert .alert{background:rgba(247,200,0,.2);border:1px solid #f7c800;color:#f7c800;width:100%}.warning-alert .alert .alert-heading{color:#f7c800;margin-bottom:15px}.info-alert .left{background:#107bf9}.info-alert .alert{background:rgba(16,123,249,.2);border:1px solid #107bf9;color:#107bf9;width:100%}.info-alert .alert .alert-heading{color:#107bf9;margin-bottom:15px}.success-alert .left{background:#219653}.success-alert .alert{background:rgba(33,150,83,.2);border:1px solid #219653;color:#219653;width:100%}.success-alert .alert .alert-heading{color:#219653;margin-bottom:15px}.secondary-alert .left{background:#00c1f8}.secondary-alert .alert{background:rgba(0,193,248,.2);border:1px solid #00c1f8;color:#00c1f8;width:100%}.secondary-alert .alert .alert-heading{color:#00c1f8;margin-bottom:15px}.gray-alert .left{background:#5d657b}.gray-alert .alert{background:rgba(93,101,123,.2);border:1px solid #5d657b;color:#5d657b;width:100%}.gray-alert .alert .alert-heading{color:#5d657b;margin-bottom:15px}.black-alert .left{background:#000}.black-alert .alert{background:rgba(0,0,0,.2);border:1px solid #000;color:#000;width:100%}.black-alert .alert .alert-heading{color:#000;margin-bottom:15px}.orange-alert .left{background:#f2994a}.orange-alert .alert{background:rgba(242,153,74,.2);border:1px solid #f2994a;color:#f2994a;width:100%}.orange-alert .alert .alert-heading{color:#f2994a;margin-bottom:15px}.card-style-1{background:#fff;border:1px solid #efefef;border-radius:10px;padding:25px 0;position:relative;transition:all .3s ease-out 0s}.card-style-1:hover{box-shadow:0 0 5px rgba(0,0,0,.1)}.card-style-1 .card-meta{align-items:center;display:flex;margin-bottom:15px;padding:0 30px}@media (max-width:767px){.card-style-1 .card-meta{padding:0 20px}}.card-style-1 .card-meta .image{border-radius:50%;margin-right:12px;max-width:40px;overflow:hidden;width:100%}.card-style-1 .card-meta .image img{width:100%}.card-style-1 .card-meta .text p{color:#262d3f}.card-style-1 .card-meta .text p a{color:inherit}.card-style-1 .card-meta .text p a:hover{color:red}.card-style-1 .card-image{border-radius:10px;margin-bottom:25px;overflow:hidden}.card-style-1 .card-image a{display:block}.card-style-1 .card-image img{width:100%}.card-style-1 .card-content{padding:0 30px}@media (max-width:767px){.card-style-1 .card-content{padding:0 20px}}.card-style-1 .card-content h4 a{color:inherit;display:block;margin-bottom:15px}.card-style-1 .card-content h4 a:hover{color:red}.card-style-2{background:#fff;border:1px solid #efefef;border-radius:10px;padding:20px;transition:all .3s ease-out 0s}.card-style-2 .card-image{border-radius:4px;margin-bottom:30px;overflow:hidden}.card-style-2 .card-image a{display:block}.card-style-2 .card-image img{width:100%}.card-style-2 .card-content{padding:0 10px}@media (max-width:767px){.card-style-2 .card-content{padding:0}}.card-style-2 .card-content h4 a{color:inherit;display:block;margin-bottom:15px}.card-style-2 .card-content h4 a:hover{color:red}.card-style-3{background:#fff;border:1px solid #efefef;border-radius:10px;padding:25px 30px;transition:all .3s ease-out 0s}.card-style-3 .card-content h4 a{color:inherit;display:block;margin-bottom:15px}.card-style-3 .card-content h4 a:hover{color:red}.card-style-3 .card-content a.read-more{color:#262d3f;font-weight:500;margin-top:20px}.card-style-3 .card-content a.read-more:hover{color:red;letter-spacing:2px}.icon-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 20px rgba(200,208,216,.3);display:flex;padding:30px 20px}.icon-card.icon-card-3{display:block;padding:0}.icon-card.icon-card-3 .card-content{display:flex;padding:20px 20px 0}@media only screen and (min-width:1200px) and (max-width:1399px){.icon-card h6{font-size:15px}.icon-card h3{font-size:20px}}.icon-card.icon-card-2{display:block}.icon-card.icon-card-2 .progress{height:7px}.icon-card.icon-card-2 .progress .progress-bar{border-radius:4px}.icon-card .icon{align-items:center;background:rgba(255,0,0,.1);border-radius:10px;color:red;display:flex;font-size:24px;font-weight:700;height:46px;justify-content:center;margin-right:20px;max-width:46px;width:100%}@media only screen and (min-width:1200px) and (max-width:1399px){.icon-card .icon{margin-right:10px}}.icon-card .icon.purple{background:rgba(155,81,224,.1);color:#9b51e0}.icon-card .icon.success{background:rgba(33,150,83,.1);color:#219653}.icon-card .icon.primary{background:rgba(255,0,0,.1);color:red}.icon-card .icon.orange{background:rgba(242,153,74,.1);color:#f2994a}.icon-card .icon.opacity-100.purple{background:#9b51e0;color:#fff}.icon-card .icon.opacity-100.success{background:#219653;color:#fff}.icon-card .icon.opacity-100.primary{background:red;color:#fff}.icon-card .icon.opacity-100.orange{background:#f2994a;color:#fff}.icon-card .icon.opacity-100.deep-blue{background:#345d9d;color:#fff}.table{border-collapse:inherit;border-spacing:0}.table>:not(caption)>*>*{padding:15px 0;vertical-align:middle}.table>:not(:last-child)>:last-child>*,.table>:not(caption)>*>*{border-bottom-color:#efefef}.table tbody tr:first-child>*{padding-top:20px}.table tbody tr:last-child>*{border-bottom-color:transparent;padding-bottom:0}.table th h6{color:#262d3f;font-size:14px;font-weight:500}.table td.min-width{padding:5px}@media (max-width:767px){.table td.min-width{min-width:150px}}.table td p{color:#5d657b;font-size:14px;line-height:1.5}.table td p a{color:inherit}.table td p a:hover{color:red}.table .lead-info{min-width:200px}.table .lead-email{min-width:150px;white-space:nowrap}.table .lead-phone{min-width:160px}.table .lead-company{min-width:180px}.table .referrals-image{min-width:150px}.table .referrals-image .image{border-radius:4px;height:55px;max-width:100%;overflow:hidden;width:55px}.table .referrals-image .image img{width:100%}.table .lead{align-items:center;display:flex}.table .lead .lead-image{border-radius:50%;height:50px;margin-right:15px;max-width:50px;overflow:hidden;width:100%}.table .lead .lead-image img,.table .lead .lead-text{width:100%}.table .employee-image{border-radius:50%;height:50px;margin-right:15px;max-width:100%;overflow:hidden;width:50px}.table .employee-image img{width:100%}.table .action{align-items:center;display:flex}.table .action button{background:transparent;border:none;font-size:18px;padding:0 6px}.table .action button.edit:hover{color:red}.table .action button:after{display:none}.table .action .dropdown-menu{box-shadow:0 0 5px rgba(0,0,0,.07)}.table .action .dropdown-menu li:hover a{color:red!important}.table .action .dropdown-menu li a{display:block}.top-selling-table tr td,.top-selling-table tr th{padding:10px 5px;vertical-align:middle}.top-selling-table tr .min-width{min-width:80px;white-space:nowrap}.top-selling-table .form-check-input[type=checkbox]{margin-left:5px}.top-selling-table .product{align-items:center;display:flex;min-width:150px}.top-selling-table .product .image{border-radius:4px;height:50px;margin-right:15px;max-width:50px;overflow:hidden;width:100%}.top-selling-table .product .image img,.top-selling-table .product p{width:100%}@media (max-width:767px){.referrals-table-card .title .right{width:100%}}@media only screen and (min-width:550px) and (max-width:767px){.referrals-table-card .title .right{width:auto}}.referrals-table-card .referrals-table td{padding:10px}.lead-table td,.lead-table th{padding:10px 5px}.lead-table .name{min-width:120px}.lead-table .email{min-width:130px}.lead-table .project{min-width:150px}.lead-table .status{min-width:120px;text-align:center}.lead-table .action{min-width:60px}.clients-table-card .table .employee-info{min-width:150px}.clients-table td,.clients-table th{padding:5px}.clients-table td.min-width,.clients-table th.min-width{min-width:150px}.clients-table .employee-image{margin-right:0}.input-style-1{margin-bottom:30px;position:relative}.input-style-1 label{color:#262d3f;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.input-style-1 input,.input-style-1 textarea{background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#5d657b;padding:16px;resize:none;transition:all .3s;width:100%}.input-style-1 input:focus,.input-style-1 textarea:focus{background:#fff;border-color:#219653}.input-style-1 input[type=date],.input-style-1 input[type=time],.input-style-1 textarea[type=date],.input-style-1 textarea[type=time]{background:transparent}.input-style-2{margin-bottom:30px;position:relative;z-index:1}.input-style-2 label{color:#262d3f;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.input-style-2 input,.input-style-2 textarea{background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#5d657b;padding:16px;resize:none;transition:all .3s;width:100%}.input-style-2 input:focus,.input-style-2 textarea:focus{background:#fff;border-color:#219653}.input-style-2 input[type=date],.input-style-2 input[type=time],.input-style-2 textarea[type=date],.input-style-2 textarea[type=time]{background:transparent}.input-style-2 input[type=date]::-webkit-calendar-picker-indicator,.input-style-2 input[type=date]::-webkit-inner-spin-button{opacity:0}.input-style-2 input[type=date]~.icon{z-index:-1}.input-style-2 .icon{bottom:0;padding:17px;position:absolute;right:0}.input-style-3{margin-bottom:30px;position:relative}.input-style-3 label{color:#262d3f;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.input-style-3 input,.input-style-3 textarea{background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#5d657b;padding:16px 16px 16px 45px;resize:none;transition:all .3s;width:100%}.input-style-3 input:focus,.input-style-3 textarea:focus{background:#fff;border-color:#219653}.input-style-3 .icon{height:100%;left:0;padding:16px;position:absolute;top:0}.select-style-1{margin-bottom:30px}.select-style-1 label{color:#262d3f;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.select-style-1 .select-position{position:relative}.select-style-1 .select-position:after{border-bottom:2px solid #5d657b;border-right:2px solid #5d657b;content:"";display:block;height:10px;margin-top:-5px;pointer-events:none;position:absolute;right:16px;top:50%;transform:rotate(45deg);transition:all .15s ease-in-out;width:10px}.select-style-1 .select-position.select-sm:after{margin-top:-8px}.select-style-1 .select-position.select-sm select{font-size:14px;padding-bottom:8px;padding-top:8px}.select-style-1 .select-position select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:1px solid #e5e5e5;border-radius:10px;color:#5d657b;padding:16px 38px 16px 16px;transition:all .3s ease-out 0s;width:100%}.select-style-1 .select-position select:focus{border-color:#219653;outline:none}.select-style-1 .select-position select.light-bg,.select-style-1 .select-position select.light-bg:focus{background:#fff}.select-style-1 .select-position select.radius-30{border-radius:30px}.select-style-2{margin-bottom:30px}.select-style-2 .select-position{position:relative}.select-style-2 .select-position.select-sm:after{margin-top:-8px}.select-style-2 .select-position.select-sm:before{margin-top:0}.select-style-2 .select-position.select-sm select{font-size:14px;padding-bottom:8px;padding-top:8px}.select-style-2 .select-position:after,.select-style-2 .select-position:before{content:"";display:block;height:8px;pointer-events:none;position:absolute;right:16px;top:50%;transform:rotate(45deg);transition:all .15s ease-in-out;width:8px}.select-style-2 .select-position:before{border-bottom:1px solid #5d657b;border-right:1px solid #5d657b;margin-top:0}.select-style-2 .select-position:after{border-left:1px solid #5d657b;border-top:1px solid #5d657b;margin-top:-8px}.select-style-2 .select-position select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:1px solid #e5e5e5;border-radius:10px;color:#5d657b;padding:16px 38px 16px 16px;transition:all .3s ease-out 0s;width:100%}.select-style-2 .select-position select:focus{border-color:#219653;outline:none}.select-style-2 .select-position select.light-bg,.select-style-2 .select-position select.light-bg:focus{background:#fff}.select-style-2 .select-position select.select-sm{font-size:14px;padding-bottom:8px;padding-top:8px}.select-style-3{margin-bottom:30px}.select-style-3 .select-position{position:relative}.select-style-3 .select-position:after{border-bottom:2px solid #5d657b;border-right:2px solid #5d657b;content:"";display:block;height:10px;margin-top:-7px;pointer-events:none;position:absolute;right:0;top:50%;transform:rotate(45deg);transition:all .15s ease-in-out;width:10px}.select-style-3 .select-position.select-sm:after{margin-top:-8px}.select-style-3 .select-position.select-sm select{font-size:14px;padding-bottom:8px;padding-top:8px}.select-style-3 .select-position select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:transparent;border-radius:10px;color:#000;padding-right:38px;transition:all .3s ease-out 0s;width:100%}.select-style-3 .select-position select:focus{border-color:#219653;outline:none}.select-style-3 .select-position select.light-bg{background:#fff}.toggle-switch{min-height:30px;padding-left:60px}.toggle-switch .form-check-input{cursor:pointer;height:28px;margin-left:-60px;width:50px}.toggle-switch label{color:#262d3f;cursor:pointer;font-size:14px;margin-top:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-style{min-height:28px;padding-left:40px}.checkbox-style .form-check-input{border-radius:10px;cursor:pointer;height:28px;margin-left:-40px;width:28px}.checkbox-style .form-check-input:disabled,.checkbox-style .form-check-input:disabled~label{cursor:auto}.checkbox-style label{cursor:pointer;margin-top:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-style.checkbox-success .form-check-input:checked{background-color:#219653;border-color:#219653}.checkbox-style.checkbox-warning .form-check-input:checked{background-color:#f7c800;border-color:#f7c800}.checkbox-style.checkbox-danger .form-check-input:checked{background-color:red;border-color:red}.radio-style{min-height:28px;padding-left:40px}.radio-style .form-check-input{border-radius:50%;cursor:pointer;height:28px;margin-left:-40px;width:28px}.radio-style .form-check-input:disabled,.radio-style .form-check-input:disabled~label{cursor:auto}.radio-style label{cursor:pointer;margin-top:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radio-style.radio-success .form-check-input:checked{background-color:#219653;border-color:#219653}.radio-style.radio-warning .form-check-input:checked{background-color:#f7c800;border-color:#f7c800}.radio-style.radio-danger .form-check-input:checked{background-color:red;border-color:red}@media (max-width:767px){.button-group .main-btn{width:100%}}.buy-sell-form .input-group{display:flex}.buy-sell-form .input-group input{background:transparent;border:1px solid #e2e8f0;border-radius:10px;color:#5d657b;font-size:14px;padding:8px 16px;width:60%}.buy-sell-form .input-group input:focus{border-color:#219653}.buy-sell-form .input-group .select-style-1{width:40%}.buy-sell-form .input-group .select-style-1 .select-position:after{height:8px;width:8px}.buy-sell-form .input-group select{border:1px solid #e2e8f0;border-radius:0 10px 10px 0;color:#5d657b;font-size:14px;padding:8px 24px 8px 16px}.buy-sell-form .buy-sell-btn .main-btn{display:block;font-weight:500;width:100%}.buy-sell-form .buy-sell-btn .main-btn:hover{box-shadow:0 5px 20px rgba(0,0,0,.1)}.buy-sell-form .buy-sell-btn .main-btn.success-btn{background:#08c18d}.buy-sell-form .buy-sell-btn .main-btn.danger-btn{background:#eb5757}.buy-sell-form .field-group-2 label{font-size:12px}.buy-sell-form .field-group-2 .input-group input{font-size:12px;width:70%}.buy-sell-form .field-group-2 .input-group span{background:#e2e8f0;border:1px solid #e2e8f0;border-radius:0 10px 10px 0;font-size:12px;padding:8px 16px;text-align:center;width:30%}.buy-sell-form .input-group-2 label{color:#5d657b;display:block;font-size:12px;margin-bottom:8px}.buy-sell-form .input-group-2 .select-position:after{height:8px;width:8px}.buy-sell-form .input-group-2 select{border:1px solid #e2e8f0;border-radius:10px;color:#5d657b;font-size:12px;padding:8px 12px;width:100%}.modal .modal-content{border-radius:10px;padding:5px 10px}.single-notification{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:20px 0}.single-notification.readed{opacity:.7}.single-notification:first-child{padding-top:0}.single-notification:last-child{border-bottom:0;padding-bottom:0}.single-notification .checkbox{max-width:50px;padding-top:10px;width:100%}@media (max-width:767px){.single-notification .checkbox{display:none}}.single-notification .checkbox input{background-color:#efefef;border-color:#e5e5e5}.single-notification .checkbox input:checked{background-color:red;border-color:red}.single-notification .notification{display:flex;width:100%}@media (max-width:767px){.single-notification .notification{flex-direction:column}}.single-notification .notification .image{align-items:center;border-radius:50%;color:#fff;display:flex;font-weight:600;height:50px;justify-content:center;margin-right:15px;max-width:50px;overflow:hidden;width:100%}@media (max-width:767px){.single-notification .notification .image{margin-bottom:15px}}.single-notification .notification .image img{width:100%}.single-notification .notification .content{display:block;max-width:800px}.single-notification .notification .content h6{margin-bottom:15px}.single-notification .notification .content p{margin-bottom:10px}.single-notification .action{display:inline-flex;justify-content:flex-end;padding-top:10px}@media (max-width:767px){.single-notification .action{display:none}}.single-notification .action button{background:transparent;border:none;color:#5d657b;font-size:18px;margin-left:20px}.single-notification .action button.delete-btn:hover{color:red}.single-notification .action .dropdown-toggle:after{display:none}.nav-link{color:#262d3f!important}.nav-link.active{background:red!important;border-radius:10px;color:#efefef!important}.nav-link:disabled{color:#c2cbd6!important}.header{background:#fff;padding:30px 0}.header .header-left .menu-toggle-btn .main-btn{border-radius:10px;height:46px;line-height:46px;padding:0 15px}.header .header-left .header-search form{max-width:270px;position:relative}.header .header-left .header-search form input{background:hsla(0,0%,94%,.5);border:1px solid #efefef;border-radius:10px;height:46px;padding-left:44px;transition:all .3s ease-out 0s;width:100%}.header .header-left .header-search form input:focus{background:#fff;border-color:red}.header .header-left .header-search form button{background:transparent;border:none;color:#5d657b;font-weight:700;height:46px;left:16px;position:absolute;top:0}.header .header-right{display:flex;justify-content:flex-end}.header .header-right button{align-items:center;background:hsla(0,0%,94%,.5);border:1px solid #efefef;border-radius:10px;display:flex;height:46px;justify-content:center;position:relative;width:46px}.header .header-right button:after{display:none}.header .header-right button span{align-items:center;background:red;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:500;height:20px;justify-content:center;position:absolute;right:-6px;top:-8px;width:20px}.header .header-right .dropdown-menu{border:1px solid #efefef;border-radius:10px;padding:10px;position:absolute;right:0;top:24px!important;transform:translate3d(0,60px,0);transition:all .3s ease-out 0s;width:350px}.header .header-right .dropdown-menu li{border-bottom:1px solid #efefef;padding:3px 0;position:relative;transition:all .3s ease-out 0s;z-index:2}.header .header-right .dropdown-menu li:hover a{background:rgba(255,0,0,.05);color:red}.header .header-right .dropdown-menu li:last-child{border-bottom:none}.header .header-right .dropdown-menu li a{border-radius:6px;color:rgba(0,0,0,.7);display:flex;padding:8px 12px}.header .header-right .dropdown-menu li a .image{border-radius:50%;height:35px;margin-right:12px;max-width:35px;overflow:hidden;width:100%}.header .header-right .dropdown-menu li a .content,.header .header-right .dropdown-menu li a .image img{width:100%}.header .header-right .dropdown-menu li a .content h6{font-size:14px;font-weight:600;line-height:1;margin-bottom:5px}.header .header-right .dropdown-menu li a .content p{color:rgba(0,0,0,.7);font-size:14px;line-height:1.4;margin-bottom:0}.header .header-right .dropdown-menu li a .content span{color:rgba(0,0,0,.5);font-size:12px}.header .header-right .dropdown-box,.header .header-right .header-message-box,.header .header-right .notification-box{position:relative}.header .header-right .header-message-box .dropdown-menu.dropdown-menu-end,.header .header-right .notification-box .dropdown-menu.dropdown-menu-end{transform:translate3d(0,60px,0)}.header .header-right .profile-box{display:flex;position:relative}.header .header-right .profile-box button{width:auto}.header .header-right .profile-box .dropdown-menu{width:230px}.header .header-right .profile-box .dropdown-menu.dropdown-menu-end{transform:translate3d(0,60px,0)}.header .header-right .profile-box .dropdown-menu li{border-bottom:none}.header .header-right .profile-box .dropdown-menu li a{align-items:center;display:flex;font-size:14px}.header .header-right .profile-box .dropdown-menu li a i{font-weight:700;margin-right:15px}.header .header-right .profile-box .profile-info{margin:0 5px}.header .header-right .profile-box .profile-info .info{align-items:center;display:flex}.header .header-right .profile-box .profile-info .info .image{border:2px solid #f9f9f9;border-radius:50%;box-shadow:0 21px 25px rgba(218,223,227,.8);height:46px;margin-left:16px;position:relative;width:46px}.header .header-right .profile-box .profile-info .info .image .status{background:#219653;border:2px solid #e5e5e5;border-radius:50%;bottom:0;height:16px;position:absolute;right:0;top:auto;width:16px}.header .header-right .profile-box .profile-info .info .image img{border-radius:50%;width:100%}@media (max-width:767px){#doughnutChart1{height:250px!important}}.legend3 li{margin-right:25px}.legend3 li div{white-space:nowrap}.legend3 li .bg-color{border-radius:50%;margin-left:12px;position:relative}.legend3 li .bg-color:after{background:inherit;border-radius:50%;content:"";height:12px;left:-12px;position:absolute;top:5px;width:12px}.legend3 li .text{margin-left:10px}.legend3 li .text p{align-items:center;display:flex;width:100%}.todo-list-wrapper ul li.todo-list-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;padding-left:20px;position:relative}.todo-list-wrapper ul li.todo-list-item:last-child{margin-bottom:0}.todo-list-wrapper ul li.todo-list-item:before{content:"";height:100%;left:0;position:absolute;top:0;width:4px}@media (max-width:767px){.todo-list-wrapper ul li.todo-list-item{display:block}.todo-list-wrapper ul li.todo-list-item .todo-status{margin-top:20px}}.todo-list-wrapper ul li.todo-list-item.success:before{background:#219653}.todo-list-wrapper ul li.todo-list-item.primary:before{background:red}.todo-list-wrapper ul li.todo-list-item.orange:before{background:#f2994a}.todo-list-wrapper ul li.todo-list-item.danger:before{background:red}.signin-wrapper{align-items:center;background:#fff;display:flex;justify-content:center;min-height:600px;padding:60px}@media only screen and (min-width:992px) and (max-width:1199px){.signin-wrapper{padding:40px}}@media (max-width:767px){.signin-wrapper{padding:30px}}.signin-wrapper .form-wrapper{width:100%}.signin-wrapper .singin-option button{font-size:16px;font-weight:600}@media only screen and (min-width:1200px) and (max-width:1399px){.signin-wrapper .singin-option button{padding-left:25px;padding-right:25px}}@media only screen and (min-width:992px) and (max-width:1199px){.signin-wrapper .singin-option button{padding-left:30px;padding-right:30px}}@media (max-width:767px){.signin-wrapper .singin-option button{width:100%}}@media only screen and (min-width:550px) and (max-width:767px){.signin-wrapper .singin-option button{width:auto}}.signin-wrapper .singin-option a:hover{text-decoration:underline}.auth-row{background:#fff;border-radius:4px;overflow:hidden}.auth-cover-wrapper{align-items:center;display:flex;height:100%;justify-content:center;padding:45px;position:relative;z-index:1}@media (max-width:767px){.auth-cover-wrapper{padding:30px 20px}}.auth-cover-wrapper .auth-cover .title{margin-bottom:40px;text-align:cover}@media (max-width:767px){.auth-cover-wrapper .auth-cover .title h1{font-size:24px}}.auth-cover-wrapper .auth-cover .cover-image{margin:auto;max-width:100%}.auth-cover-wrapper .auth-cover .cover-image img{width:100%}.auth-cover-wrapper .auth-cover .shape-image{bottom:5%;position:absolute;right:0;z-index:-1}.signup-wrapper{align-items:center;background:#fff;display:flex;justify-content:center;min-height:600px;padding:60px}@media only screen and (min-width:992px) and (max-width:1199px){.signup-wrapper{padding:40px}}@media (max-width:767px){.signup-wrapper{padding:30px}}.signup-wrapper .form-wrapper{width:100%}.signup-wrapper .singup-option button{font-size:16px;font-weight:600}@media only screen and (min-width:1200px) and (max-width:1399px){.signup-wrapper .singup-option button{padding-left:25px;padding-right:25px}}@media only screen and (min-width:992px) and (max-width:1199px){.signup-wrapper .singup-option button{padding-left:30px;padding-right:30px}}@media (max-width:767px){.signup-wrapper .singup-option button{width:100%}}@media only screen and (min-width:550px) and (max-width:767px){.signup-wrapper .singup-option button{width:auto}}.signup-wrapper .singup-option a:hover{text-decoration:underline}.settings-card-1 .profile-info .profile-image{border-radius:50%;height:75px;margin-right:20px;max-width:75px;position:relative;width:100%;z-index:1}.settings-card-1 .profile-info .profile-image img{border-radius:50%;width:100%}.settings-card-1 .profile-info .profile-image .update-image{align-items:center;background:#efefef;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:0;width:30px;z-index:99}.settings-card-1 .profile-info .profile-image .update-image:hover{opacity:.9}.settings-card-1 .profile-info .profile-image .update-image input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:99}.settings-card-1 .profile-info .profile-image .update-image label{cursor:pointer;z-index:99}.invoice-card .invoice-header{border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex:1;flex-wrap:wrap;justify-content:space-between;padding-bottom:30px}@media (max-width:767px){.invoice-card .invoice-header{flex-direction:column}}.invoice-card .invoice-header .invoice-logo{border-radius:50%;height:110px;overflow:hidden;width:110px}@media (max-width:767px){.invoice-card .invoice-header .invoice-logo{margin-bottom:30px;order:-1}}.invoice-card .invoice-header .invoice-logo img{width:100%}@media (max-width:767px){.invoice-card .invoice-header .invoice-date{margin-top:30px}}.invoice-card .invoice-header .invoice-date p{font-size:14px;font-weight:400;margin-bottom:10px}.invoice-card .invoice-header .invoice-date p span{font-weight:500}.invoice-card .invoice-address{display:flex;margin-bottom:40px;padding-top:30px}@media (max-width:767px){.invoice-card .invoice-address{display:block}}.invoice-card .invoice-address .address-item{margin-right:30px;min-width:250px}.invoice-card .invoice-address .address-item h5{margin-bottom:15px}.invoice-card .invoice-address .address-item h1{font-size:24px;margin-bottom:10px}.invoice-card .invoice-address .address-item p{margin-bottom:10px}@media (max-width:767px){.invoice-card .invoice-action ul li{flex:1}.invoice-card .invoice-action ul li a{width:100%}}.invoice-table td,.invoice-table th{padding:10px 8px}.invoice-table .desc,.invoice-table .qty,.invoice-table .service{min-width:150px}.invoice-table .amount{min-width:100px}.icons-wrapper .icons,.icons-wrapper ul{display:flex;flex-wrap:wrap;margin:0 -10px}.icons-wrapper .icons li,.icons-wrapper .icons>div,.icons-wrapper ul li,.icons-wrapper ul>div{align-items:center;display:flex;flex-basis:215px;margin:10px}@media (max-width:400px){.icons-wrapper .icons li,.icons-wrapper .icons>div,.icons-wrapper ul li,.icons-wrapper ul>div{flex-basis:100%}}.icons-wrapper .icons li i,.icons-wrapper .icons>div i,.icons-wrapper ul li i,.icons-wrapper ul>div i{align-items:center;background:transparent;border:1px solid #efefef;border-radius:4px;color:#262d3f;display:flex;font-size:20px;height:45px;justify-content:center;margin-right:10px;max-width:45px;width:100%}.icons-wrapper .icons li span,.icons-wrapper .icons>div span,.icons-wrapper ul li span,.icons-wrapper ul>div span{color:#262d3f;-webkit-user-select:all;-moz-user-select:all;user-select:all}.calendar-card .fc{height:450px}.calendar-card .fc#calendar-full{height:600px}.calendar-card .fc table{border:none}.calendar-card .fc .fc-toolbar-title{font-size:16px;font-weight:500}.calendar-card .fc .fc-button{background:transparent;border:none;color:#5d657b;text-transform:capitalize}.calendar-card .fc .fc-button:focus{box-shadow:none;color:red}.calendar-card .fc th{border-bottom:1px solid rgba(0,0,0,.1)!important;border-right:0;text-align:left}.calendar-card .fc th a{color:#5d657b;font-weight:400}.calendar-card .fc .fc-day{background:#fff;border-width:4px}.calendar-card .fc .fc-day.fc-day-today .fc-daygrid-day-frame{background:rgba(255,0,0,.8)}.calendar-card .fc .fc-day.fc-day-today .fc-daygrid-day-frame a{color:#fff}.calendar-card .fc .fc-day .fc-daygrid-day-frame{align-items:flex-end;background:#f9f9f9;border-radius:6px;display:flex;flex-direction:column}.calendar-card .fc .fc-day .fc-daygrid-day-frame a{color:#5d657b}.calendar-card .fc-theme-standard td,.calendar-card .fc-theme-standard th{border-color:transparent}.sidebar-nav-wrapper{background:#fff;box-shadow:0 0 30px rgba(200,208,216,.3);height:100vh;left:0;overflow-x:hidden;overflow-y:scroll;padding:20px 0;position:fixed;top:0;transform:translateX(0);transition:all .3s ease-out 0s;width:250px;z-index:99}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.sidebar-nav-wrapper{transform:translateX(-260px)}}.sidebar-nav-wrapper.active{transform:translateX(-260px)}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.sidebar-nav-wrapper.active{transform:translateX(0)}}.sidebar-nav-wrapper .navbar-logo{margin-bottom:30px;padding:0 25px;text-align:center}.sidebar-nav-wrapper .sidebar-nav .divider{padding:5px 25px;width:100%}.sidebar-nav-wrapper .sidebar-nav .divider hr{background:#e2e2e2;height:1px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item{margin:5px 0;position:relative}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a{color:#262d3f}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a:before{opacity:1;visibility:visible}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a:after{content:"\ea5e";font:normal normal normal 1em/1 LineIcons;font-size:12px;position:absolute;right:25px;top:16px;transform:rotate(180deg);transition:all .3s ease-out 0s}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a.collapsed{color:#5d657b}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a.collapsed:before{opacity:0;visibility:hidden}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children>a.collapsed:after{transform:rotate(0deg)}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul{padding:0 15px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li{margin-bottom:10px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li:last-child{margin-bottom:0}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a{align-items:center;border:1px solid transparent;border-radius:6px;display:flex;font-size:14px;font-weight:400;padding:8px 15px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover{background:rgba(255,0,0,.1);border-color:rgba(255,0,0,.15);color:red}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active-success,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover{background:rgba(33,150,83,.1);border-color:rgba(33,150,83,.15);color:#219653}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active-warning,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover{background:rgba(247,200,0,.1);border-color:rgba(247,200,0,.15);color:#f7c800}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active-info,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover{background:rgba(16,123,249,.1);border-color:rgba(16,123,249,.15);color:#107bf9}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i{font-size:16px;margin-right:15px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text{align-items:center;display:flex;justify-content:space-between;width:100%}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.pro-badge{background:red;border-radius:4px;color:#fff;font-size:10px;margin-left:10px;padding:1px 6px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a{align-items:center;color:#5d657b;display:flex;font-size:16px;font-weight:500;padding:10px 25px;position:relative;width:100%;z-index:1}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a:before{background:red;border-radius:0 3px 3px 0;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease-out 0s;visibility:hidden;width:4px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text{align-items:center;display:flex;justify-content:space-between;width:100%}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.pro-badge{background:red;border-radius:4px;color:#fff;font-size:10px;margin-left:10px;padding:1px 6px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon{font-size:18px;margin-right:12px}.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon svg{fill:currentColor}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active>a,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active>a.collapsed,.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover>a,.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover>a.collapsed{color:#262d3f}.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active>a.collapsed:before,.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active>a:before,.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover>a.collapsed:before,.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover>a:before{opacity:1;visibility:visible}.overlay{background:rgba(0,0,0,.3);height:100%;left:0;opacity:0;position:fixed;top:0;transform:translateX(-100%);visibility:hidden;width:100%;z-index:11}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px){.overlay{display:none}}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.overlay.active{opacity:1;transform:translateX(0);visibility:visible}}.main-wrapper{margin-left:250px;min-height:100vh;padding-bottom:85px;position:relative;transition:all .3s ease-out 0s}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.main-wrapper{margin-left:0}}@media (max-width:767px){.main-wrapper{padding-bottom:110px}}.main-wrapper.active{margin-left:0}.main-wrapper .container-fluid{padding-left:40px;padding-right:40px}@media (max-width:767px){.main-wrapper .container-fluid{padding-left:20px;padding-right:20px}}.main-wrapper .footer{bottom:0;justify-items:flex-end;padding:25px 0;position:absolute;width:100%}.main-wrapper .footer .copyright p a{color:inherit}.main-wrapper .footer .copyright p a:hover{color:red}@media (max-width:767px){.main-wrapper .footer .terms{margin-bottom:10px;text-align:center}}.main-wrapper .footer .terms a{color:#5d657b}.main-wrapper .footer .terms a:hover{color:red}.promo-box{border-radius:4px;box-shadow:0 10px 20px rgba(200,208,216,.3);margin:32px auto 0;max-width:210px;padding:24px 16px;text-align:center}.promo-box h3{font-size:16px;font-weight:600;margin-bottom:4px}.promo-box p{font-size:12px;line-height:1.5;margin-bottom:16px}.promo-box .main-btn{padding:12px;width:100%}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mt-205{margin-top:205px}.mt-210{margin-top:210px}.mt-215{margin-top:215px}.mt-220{margin-top:220px}.mt-225{margin-top:225px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.mb-205{margin-bottom:205px}.mb-210{margin-bottom:210px}.mb-215{margin-bottom:215px}.mb-220{margin-bottom:220px}.mb-225{margin-bottom:225px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.ml-205{margin-left:205px}.ml-210{margin-left:210px}.ml-215{margin-left:215px}.ml-220{margin-left:220px}.ml-225{margin-left:225px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.mr-205{margin-right:205px}.mr-210{margin-right:210px}.mr-215{margin-right:215px}.mr-220{margin-right:220px}.mr-225{margin-right:225px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-205{padding-top:205px}.pt-210{padding-top:210px}.pt-215{padding-top:215px}.pt-220{padding-top:220px}.pt-225{padding-top:225px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pb-205{padding-bottom:205px}.pb-210{padding-bottom:210px}.pb-215{padding-bottom:215px}.pb-220{padding-bottom:220px}.pb-225{padding-bottom:225px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pl-205{padding-left:205px}.pl-210{padding-left:210px}.pl-215{padding-left:215px}.pl-220{padding-left:220px}.pl-225{padding-left:225px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}.pr-205{padding-right:205px}.pr-210{padding-right:210px}.pr-215{padding-right:215px}.pr-220{padding-right:220px}.pr-225{padding-right:225px}.bg-primary-100{background:rgba(255,0,0,.1)}.bg-primary-200{background:rgba(255,0,0,.2)}.bg-primary-300{background:rgba(255,0,0,.3)}.bg-primary-400{background:rgba(255,0,0,.4)}.bg-primary-500{background:rgba(255,0,0,.5)}.bg-primary-600{background:rgba(255,0,0,.6)}.bg-primary-700{background:rgba(255,0,0,.7)}.bg-primary-800{background:rgba(255,0,0,.8)}.bg-primary-900{background:rgba(255,0,0,.9)}.bg-secondary-100{background:rgba(0,193,248,.1)}.bg-secondary-200{background:rgba(0,193,248,.2)}.bg-secondary-300{background:rgba(0,193,248,.3)}.bg-secondary-400{background:rgba(0,193,248,.4)}.bg-secondary-500{background:rgba(0,193,248,.5)}.bg-secondary-600{background:rgba(0,193,248,.6)}.bg-secondary-700{background:rgba(0,193,248,.7)}.bg-secondary-800{background:rgba(0,193,248,.8)}.bg-secondary-900{background:rgba(0,193,248,.9)}.bg-success-100{background:rgba(33,150,83,.1)}.bg-success-200{background:rgba(33,150,83,.2)}.bg-success-300{background:rgba(33,150,83,.3)}.bg-success-400{background:rgba(33,150,83,.4)}.bg-success-500{background:rgba(33,150,83,.5)}.bg-success-600{background:rgba(33,150,83,.6)}.bg-success-700{background:rgba(33,150,83,.7)}.bg-success-800{background:rgba(33,150,83,.8)}.bg-success-900{background:rgba(33,150,83,.9)}.bg-danger-100{background:rgba(255,0,0,.1)}.bg-danger-200{background:rgba(255,0,0,.2)}.bg-danger-300{background:rgba(255,0,0,.3)}.bg-danger-400{background:rgba(255,0,0,.4)}.bg-danger-500{background:rgba(255,0,0,.5)}.bg-danger-600{background:rgba(255,0,0,.6)}.bg-danger-700{background:rgba(255,0,0,.7)}.bg-danger-800{background:rgba(255,0,0,.8)}.bg-danger-900{background:rgba(255,0,0,.9)}.bg-warning-100{background:rgba(247,200,0,.1)}.bg-warning-200{background:rgba(247,200,0,.2)}.bg-warning-300{background:rgba(247,200,0,.3)}.bg-warning-400{background:rgba(247,200,0,.4)}.bg-warning-500{background:rgba(247,200,0,.5)}.bg-warning-600{background:rgba(247,200,0,.6)}.bg-warning-700{background:rgba(247,200,0,.7)}.bg-warning-800{background:rgba(247,200,0,.8)}.bg-warning-900{background:rgba(247,200,0,.9)}.bg-info-100{background:rgba(16,123,249,.1)}.bg-info-200{background:rgba(16,123,249,.2)}.bg-info-300{background:rgba(16,123,249,.3)}.bg-info-400{background:rgba(16,123,249,.4)}.bg-info-500{background:rgba(16,123,249,.5)}.bg-info-600{background:rgba(16,123,249,.6)}.bg-info-700{background:rgba(16,123,249,.7)}.bg-info-800{background:rgba(16,123,249,.8)}.bg-info-900{background:rgba(16,123,249,.9)}.bg-dark-100{background:rgba(38,45,63,.1)}.bg-dark-200{background:rgba(38,45,63,.2)}.bg-dark-300{background:rgba(38,45,63,.3)}.bg-dark-400{background:rgba(38,45,63,.4)}.bg-dark-500{background:rgba(38,45,63,.5)}.bg-dark-600{background:rgba(38,45,63,.6)}.bg-dark-700{background:rgba(38,45,63,.7)}.bg-dark-800{background:rgba(38,45,63,.8)}.bg-dark-900{background:rgba(38,45,63,.9)}.bg-purple-100{background:rgba(155,81,224,.1)}.bg-purple-200{background:rgba(155,81,224,.2)}.bg-purple-300{background:rgba(155,81,224,.3)}.bg-purple-400{background:rgba(155,81,224,.4)}.bg-purple-500{background:rgba(155,81,224,.5)}.bg-purple-600{background:rgba(155,81,224,.6)}.bg-purple-700{background:rgba(155,81,224,.7)}.bg-purple-800{background:rgba(155,81,224,.8)}.bg-purple-900{background:rgba(155,81,224,.9)}.bg-orange-100{background:rgba(242,153,74,.1)}.bg-orange-200{background:rgba(242,153,74,.2)}.bg-orange-300{background:rgba(242,153,74,.3)}.bg-orange-400{background:rgba(242,153,74,.4)}.bg-orange-500{background:rgba(242,153,74,.5)}.bg-orange-600{background:rgba(242,153,74,.6)}.bg-orange-700{background:rgba(242,153,74,.7)}.bg-orange-800{background:rgba(242,153,74,.8)}.bg-orange-900{background:rgba(242,153,74,.9)}.primary-bg{background-color:red}.secondary-bg{background-color:#00c1f8}.success-bg{background-color:#219653}.danger-bg{background-color:red}.warning-bg{background-color:#f7c800}.info-bg{background-color:#107bf9}.dark-bg{background-color:#262d3f}.light-bg{background-color:#efefef}.active-bg{background-color:red}.deactive-bg{background-color:#cbe1ff}.gray-bg{background-color:#5d657b}.purple-bg{background-color:#9b51e0}.orange-bg{background-color:#f2994a}.deep-blue-bg{background-color:#345d9d}.text-primary{color:red!important}.text-secondary{color:#00c1f8!important}.text-success{color:#219653!important}.text-danger{color:red!important}.text-warning{color:#f7c800!important}.text-info{color:#107bf9!important}.text-dark{color:#262d3f!important}.text-light{color:#efefef!important}.text-active{color:red!important}.text-deactive{color:#cbe1ff!important}.text-gray{color:#5d657b!important}.text-orange{color:#f2994a!important}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.img-clickable .img-click{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:auto;opacity:1;transition:.5s ease;width:100%}.img-clickable .img-btn{left:50%;opacity:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transition:.5s ease}.img-clickable:hover .img-btn{opacity:1}.img-clickable:hover .img-click{opacity:.3}.img-clickable h1{font-size:50pt}
