/*
* ----------------------------------------------------------------------------------------
* 1.Theme default css
* ----------------------------------------------------------------------------------------
*/
@font-face {
font-family: 'poppinsbold';
font-style: normal;
font-weight: normal;
src: url('../fonts/poppins-bold.ttf');
}
@font-face {
font-family: 'poppinstmedium';
font-style: normal;
font-weight: normal;
src: url('../fonts/poppins-medium.ttf');
}
@font-face {
font-family: 'poppinsregular';
font-style: normal;
font-weight: normal;
src: url('../fonts/poppins-regular.ttf');
}
* {
font-family: 'poppinsregular' !important;
}
body {
font-size: 14px;
font-weight:400;
font-style: normal;
}
a {
transition: all 0.3s ease-out 0s;
}
.width-10
{
width:10%;
}
.width-20
{
width:20%;
}
.width-30
{
width:30%;
}
.width-50
{
width:50%;
}
.width-80
{
width:80%;
}
.page-background {
--background: #11cc97;
width: 100%;
position:relative;
}
.bigtitle
{
font-size: 16px;
font-weight: 600;
color: #FFF;
margin-top: 30px;
margin-bottom: 10px;
}
.header
{
padding-top:20px;
}
.header .title
{
font-size: 18px;
color: #FFF;
font-weight:700;
}
.modern .header .title
{
font-size: 18px;
color: #11cc97;
font-weight:700;
text-transform:capitalize;
margin-top: 0px;
margin-bottom: 0px;
}
.header .subtitle
{
color:
#FFF;
font-weight: 400;
font-size: 14px;
opacity: 0.9;
}
.header .profile-pic
{
width: 50px;
height: 50px;
border-radius: 10px;
overflow: hidden;
margin-left: auto;
}
.header a
{
font-size:24px;
color:#FFF !important;
margin-right: 10px;
position: relative;
top: 3px;
cursor:pointer;
}
.header a:hover
{
color: #222 !important;
}
.header span
{
padding-top: 10px;
display: inline-block;
}
.body
{
padding-top:20px;
}
.main-subtitle
{
font-size:16px;
color: #FFF;
font-weight:700;
margin-top:20px;
margin-bottom:10px;
}
.list
{
background:
#FFF;
border-radius: 10px;
padding: 10px;
overflow: hidden;
margin-bottom: 15px;
}
.footer-menu-btn
{
width:55px;
height:55px;
line-height:55px;
color:
#DDD !important;
background:
#222;
position: fixed;
right:0px;
bottom:0px;
text-align:center;
z-index:5;
cursor:pointer;
}
.footer-menu-btn.hide
{
z-index:4;
opacity:0;
}
.footer-menu-close-btn
{
width:55px;
height:55px;
line-height:55px;
color:#222 !important;
background: #11cc97;
position:fixed;
right:0px;
bottom:0px;
text-align:center;
z-index:4;
opacity:0;
cursor:pointer;
}
.footer-menu-close-btn.show
{
z-index: 99;
opacity:1;
}
.footer-menu-btn:hover
{
background: #000;
}
.footer
{
position:fixed;
bottom:0px;
width:100%;
}
.footer .left
{
width:90%;
float:left;
}
.footer .left i
{
font-size: 12px;
color: #222;
position: relative;
top: -1px;
left: 5px;
}
.footer .btn-primary
{
background: no-repeat;
border: 0px;
border-radius: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-transform: uppercase; 
font-weight: 700; 
}
.footer .btn-primary:hover
{
outline:none;
box-shadow:none;
color: #222;
}
.footer .btn-primary:hover i
{
color:#FFF;
}
.footer .btn-primary:focus
{
outline:none;
box-shadow:none;
}
.footer .btn-primary:active
{
background-color:
transparent !important;
border-color:
transparent !important;
box-shadow:none !important;
}
.scrolling-wrapper {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}
.scrolling-wrapper .card {
display: inline-block;
border: 0px;
position: relative;
background: transparent;
}
.chart-box
{background:
#FFF;
padding: 20px;
border-radius: 15px;
margin-bottom: 30px;
} 
/*
* ----------------------------------------------------------------------------------------
* 2.Authenticated outside (login, register, forgot password)
* ----------------------------------------------------------------------------------------
*/
.auth-page .logo {
width: 250px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
margin-bottom: 5%;
}
.auth-page .logo .logo-image {
width: 170px;
margin: auto;
}
.auth-page .below-text {
font-size: 24px;
color: #FFF;
margin-top: 15px;
}
.auth-page .forget-password-btn {
margin-top: 3%;
margin-bottom: 3%;
}
.auth-page .forget-password-btn a {
color: #FFF;
font-size: 16px;
cursor: pointer;
}
.auth-page .forget-password-btn a:hover {
color: #222;
}
.auth-page .form-control {
background: none;
border: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 1px solid #444;
border-radius: 0px;
padding: 5px;
height: 46px;
margin-bottom: 20px;
color: #FFF;
}
.auth-page ::placeholder {
color: #FFF;
}
.auth-page .form-control:focus {
color: #FFF;
background-color: none;
border-color: #FFF;
outline: 0;
box-shadow: none;
}
.auth-page .footer {
position: fixed;
bottom: 0px;
width: 100%;
}
.auth-page .footer .left {
width: 90%;
float: left;
}
.auth-page .footer .right {
width: 10%;
float: left;
}
.auth-page .btn-primary {
background: no-repeat;
border: 0px;
border-radius: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
}
.auth-page .btn-primary:hover
{
color: #222;
}
.auth-page .btn-primary:hover i
{
color:#FFF !important;
}
.auth-page .btn-primary:focus {
outline: 0px;
box-shadow: none;
}
.auth-page .btn-primary:active {
background: none !important;
box-shadow: none !important;
}
.auth-page .footer .right a {
display: block;
width: 55px;
height: 55px;
background: #222;
right: 0px;
bottom: 0px;
position: fixed;
padding: 15px;
cursor:pointer;
}
.auth-page .footer .right a:hover {
background: #000;
}
.auth-page .footer .left i {
font-size: 12px;
color: #222;
position: relative;
top: -1px;
left: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 3.Sidenav
* ----------------------------------------------------------------------------------------
*/
.main-menu-box
{
position:fixed;
z-index: 99;
width:0;
height:100%;
top:0px;
right:0px;
left:0px;
bottom:0px;
background-color:#111;
overflow-x: hidden;
transition: 0.5s;
}
.main-menu-box.open
{
width:100%;
}
.main-menu-box.open  .singout-btn {
opacity:1;
display: block;
}
.main-menu-box .header
{
background:
#11cc97;
height: 110px;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
}
.main-menu-box .header .logo
{
width:100px;
margin-bottom:5px;
}
.main-menu-box .main-menu
{
margin:0px;
padding:0px;
list-style:none;
margin-top:50px;
}
.main-menu-box .main-menu li 
{
margin-bottom: 15px;
}
.main-menu-box .main-menu li.active .collapse
{
display: block !important;
}
.main-menu-box .main-menu li.active .nav-link.collapsed i {
transform: rotate(90deg);
}
.main-menu-box .main-menu li a
{
font-size: 16px;
color: #FFF;
font-weight: 600;
padding: 0px;
cursor:pointer;
}
.main-menu-box .main-menu li a.active
{
color:#11cc97;
}
.main-menu-box .main-menu li a:hover
{
color:#11cc97;
}
.main-menu-box .main-menu li a i
{
margin-left:5px;
}
.nav-link.collapsed i
{
transform: rotate(0deg);
transition: 0.3s;
}
.nav-link i
{
transform: rotate(90deg);
}
.main-menu-box .singout-btn
{
position:fixed;
left:0px;	
bottom:0px;
width:90%;
text-align:center;
padding-bottom: 15px;
padding-top: 15px;
opacity: 0;
display: none;
}
.main-menu-box .singout-btn a
{
font-size:16px;
text-transform:uppercase;
color:#11cc97;
font-weight: 700;
text-decoration:none;
cursor:pointer;
}
.main-menu-box .singout-btn a:hover
{
color:#FFF;
}
.main-menu-box .singout-btn a:hover i
{
color:#11cc97;
}
.main-menu-box .singout-btn i
{
color:#FFF;
font-size:12px;
top: -1px;
left: 5px;
position:relative;
}
.main-menu-box .main-menu li ul {
margin-top: 15px;
margin-bottom: -5px;
}
.main-menu-box .main-menu li ul li {
margin-bottom: 5px;
}
.main-menu-box .main-menu li ul li a
{
font-size:14px;
color: #DBDBDB;
}
/*
* ----------------------------------------------------------------------------------------
* 4.Dashboard
* ----------------------------------------------------------------------------------------
*/
.chart-container {
background: #FFF;
padding: 20px;
border-radius: 16px;
margin-top: 30px;
}
.chart-container .main-chart {
margin-top: 15px;
}
.chart-container .title {
font-size: 14px;
color: #222;
font-weight: 600;
}
.chart-container .badge {
background: #11cc97;
padding: 7px 15px;
border-radius: 30px;
color: #FFF;
}
.list .title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #333;
}
.list .subtitle {
color: #666;
font-size: 12px;
margin-top: 3px;
}
.list .subtitle span {
color: #11cc97;
}
.list .read-more-btn i {
width: 4px;
height: 4px;
color: #555;
margin: auto;
margin-bottom: 5px;
font-size: 4px;
display: block;
}
.list .read-more-btn {
position: relative;
top: 13px;
right: -20%;
}
.list .icon {
width: 20px;
position: relative;
top: 8px;
left: 8px;
}
.list .width-80 {
padding-left: 15px;
}
.doctor-box {
width: 60px;
height: 60px;
border-radius: 15px;
overflow: hidden;
margin-right: 15px;
}
.report-list {
margin: 0px;
margin-bottom: 0px;
list-style: none;
margin-bottom: 30px;
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 15px;
}
.report-list li {
padding-bottom: 15px;
border-bottom: 1px solid #222;
margin-bottom: 15px;
}
.report-list li:last-child {
margin-bottom: 5px;
}
.report-list .name {
font-size: 14px;
font-weight: 600;
color: #FFF;
}
.report-list .date {
font-size: 12px;
color: #FFF;
opacity: 0.9;
}
/*
* ----------------------------------------------------------------------------------------
* 5.Setting Page 
* ----------------------------------------------------------------------------------------
*/
.setting-box
{
border-bottom: 1px solid #444;
padding-bottom: 8px;
margin-bottom: 20px;
position:relative;
}
.toggle-btn
{
position:absolute;
right:0px;
width: 65px;
top: 0px;
}
.tgl {
display: none;
}
.toggle-btn1 .tgl-flip + .tgl-btn {
padding: 2px;
transition: all .2s ease;
display:block;
-webkit-perspective: 100px;
perspective: 100px;
}
.toggle-btn1 .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
display: inline-block;
transition: all .4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 4px;
}
.toggle-btn1 .tgl-flip + .tgl-btn:after {
content: attr(data-tg-on);
background: #11cc97;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.toggle-btn1 .tgl-flip + .tgl-btn:before {
background: #222;
content: attr(data-tg-off);
}
.toggle-btn1 .tgl-flip + .tgl-btn:active:before {
-webkit-transform: rotateY(-20deg);
transform: rotateY(-20deg);
}
.toggle-btn1 .tgl-flip:checked + .tgl-btn:before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.toggle-btn1 .tgl-flip:checked + .tgl-btn:after {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 0;
background: #222;
}
.toggle-btn1 .tgl-flip:checked + .tgl-btn:active:after {
-webkit-transform: rotateY(20deg);
transform: rotateY(20deg);
}
.toggle-btn2 .tgl-flip + .tgl-btn {
padding: 2px;
transition: all .2s ease;
display:block;
-webkit-perspective: 100px;
perspective: 100px;
}
.toggle-btn2 .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
display: inline-block;
transition: all .4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 4px;
}
.toggle-btn2 .tgl-flip + .tgl-btn:after {
content: attr(data-tg-on);
background: #11cc97;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.toggle-btn2 .tgl-flip + .tgl-btn:before {
background: #222;
content: attr(data-tg-off);
}
.toggle-btn2 .tgl-flip + .tgl-btn:active:before {
-webkit-transform: rotateY(-20deg);
transform: rotateY(-20deg);
}
.toggle-btn2 .tgl-flip:checked + .tgl-btn:before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.toggle-btn2 .tgl-flip:checked + .tgl-btn:after {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 0;
background: #222;
}
.toggle-btn2 .tgl-flip:checked + .tgl-btn:active:after {
-webkit-transform: rotateY(20deg);
transform: rotateY(20deg);
}
.setting-box .edit-btn
{
position:absolute;
top:10px;
right:0px;
color: #FFF !important;
cursor:pointer;
}
.setting-box .edit-btn:hover
{
color:#222 !important;
}
.delete-btn
{
color:#DB2F2F !important;
font-size: 15px;
font-weight: 400;
}
.setting-box .label
{
font-size:12px;
color:#FFF;
font-weight:600;
opacity: 0.8;
}
.setting-box .value
{
font-size:14px;
color:#FFF;
font-weight:700;
}
/*
* ----------------------------------------------------------------------------------------
* 6.Profile Page 
* ----------------------------------------------------------------------------------------
*/
.edit-profile a
{
color:#FFF !important;
font-size:16px;
margin-top: 10px;
cursor:pointer;
text-decoration:none;
}
.edit-profile a:hover
{
color:#222 !important;
}
.profile .top-part
{
margin-top: 80px;
background: rgba(255,255,255,0.3);
border-radius: 10px;
padding-bottom: 25px;
}
.profile .top-part .profile-pic
{
width:80px;
height:80px;
border-radius:15px;
margin:auto;
overflow:hidden;
position: relative;
top: -35px;
}
.profile .top-part .name
{
text-align: center;
font-size: 16px;
font-weight: 900;
color:
#FFF;
margin-top: -20px;
text-transform: uppercase;
}
.profile .top-part .position
{
color:
#FFF;
text-align: center;
font-size: 14px;
margin-bottom: 15px;
}
.counter-part
{
text-align:center;
margin-top: 20px;
}
.counter-part ul
{
margin:0px;
padding:0px;
list-style:none;
}
.counter-part ul li
{
display:inline-block;
margin-left: 15px;
margin-right: 15px;}
.counter-part ul li .label
{
font-size: 12px;
color:
#FFF;
opacity: 0.9;
}
.counter-part ul li .value
{
color:
#FFF;
font-size: 20px;
font-family: 'poppinstmedium';
}
.activities
{
margin-top: 30px;
}
.activities .box
{
border-bottom: 1px solid #444;
padding-bottom: 10px;
position:relative;
margin-bottom: 25px;
}
.activities .box .label
{
text-transform:uppercase;
font-size:12px;
color:#FFF;
font-weight:600;
opacity: 0.5;
}
.activities .box .value
{
font-size:14px;
color:#FFF;
font-weight:600;
}
.activities .box .totalvalue
{
font-size: 16px;
color:
#FFF;
font-weight: 900;
position: absolute;
right: 0px;
top: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 7.Search 
* ----------------------------------------------------------------------------------------
*/
.search-box
{
margin-top:15px;
margin-bottom:15px;
position:relative;
}
.search-box input
{
padding: 0px 22px;
width: 100%;
border-radius: 5px;
height: 38px;
border: 0px;
}
.search-box button
{
background:
transparent;
position: absolute;
right: 8px;
top: 11px;
color:
#555;
}
/*
* ----------------------------------------------------------------------------------------
* 8.Message Page 
* ----------------------------------------------------------------------------------------
*/
.massage-box ul
{
margin:0px;
padding:0px;
list-style:none;
}
.massage-box ul li
{
border-bottom: 1px solid #444;
margin-top: 25px;
padding-bottom: 5px;
}
.massage-box .name
{
font-size: 16px;
color: #FFF;
font-weight: 700;
display: inline-block;
vertical-align: top;
margin-top: 5px;
}
.massage-box .top-box 
{
position:relative;
margin-bottom: 10px;
}
.massage-box .top-box .time
{
position:absolute;
right:0px;
top:10px;
color: #11cc97;
font-size:12px;
}
.massage-box .top-box .pic
{
width:35px;
height:35px;
border-radius:5px;
overflow:hidden;
display:inline-block;
margin-right: 10px;
}
.massage-box p
{
font-size: 13px;
color:
#FFF;
opacity: 0.8;
}
/*
* ----------------------------------------------------------------------------------------
* 9.Dropdowns 
* ----------------------------------------------------------------------------------------
*/
.dropdownoption1
{
width: 300px;
position: relative;
height: 30px;
}
.dropdownoption1 i
{
position: absolute;
right: 5px;
top: 10px;
color:
#FFF;
}
.dropdownoption2
{
width: 300px;
position: relative;
}
.dropdownoption2 .list-md
{
background: transparent !important;
}
.chosen-value,
.value-list {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.chosen-value {
font-weight: 600;
height: 35px;
font-size: 16px;
padding: 0px;
background-color:
transparent;
border: 3px solid
transparent;
border-bottom-color: transparent;
border-bottom-style: solid;
border-bottom-width: 3px;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
border-bottom: 1px solid
#444;
color:
#FFF;
padding-bottom: 10px;
}
.chosen-value::-webkit-input-placeholder {
color:
#FFF;
}
.chosen-value:hover {
background-color:
transparent;
cursor: pointer;
border-bottom: 1px solid
#FFF;
color:
#FFF;
}
.chosen-value:hover::-webkit-input-placeholder {
color: #333;
}
.chosen-value:focus, .chosen-value.open {
outline: 0;
color: #FFF;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
color: #000;
}
.value-list {
list-style: none;
margin-top: 35px;
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
overflow: hidden;
max-height: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
padding: 0px;
}
.value-list.open {
max-height: 320px;
overflow: auto;
}
.value-list li {
position: relative;
height: 40px;
background-color: #FAFCFD;
padding: 15px;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: background-color .3s;
transition: background-color .3s;
opacity: 1;
}
.value-list li:hover {
background-color: #FF908B;
}
.value-list li.closed {
max-height: 0;
overflow: hidden;
padding: 0;
opacity: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 10. Chat page 
* ----------------------------------------------------------------------------------------
*/
.host
{
margin-top:15px;
margin-bottom:15px;
position: relative;
}
.user-pic
{
width: 30px;
height: 30px;
background:
#555;
border-radius: 5px;
display: inline-block;
vertical-align: bottom;
position:relative;
}
.user-pic img
{
border-radius: 5px;
}
.user-chat
{
background: rgba(255,255,255,0.7);
border-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 15px;
border-bottom-left-radius: 0px;
width: 87%;
display: inline-block;
margin-left: 3%;
}
.host .time
{
text-align: right;
font-size: 10px;
color:
#FFF;
margin-top: 5px;
}
.host.guest .time
{
text-align: left;
}
.host.guest .user-chat
{
margin-left: 0px;
margin-right: 3%;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 10px;
}
.day-time
{
text-align:center;
font-weight:600;
font-size:13px;
color:#FFF;
text-transform: uppercase;
}
.user-chat p
{
margin-bottom: 10px;
color:
#222;
}
.user-chat p:last-child
{
margin-bottom:0px;
}
.chat-type
{
width: 83%;
background: #222;
position: fixed;
left: 0px;
bottom: 0px;
height: 55px;
padding: 10px;
}
.chat-type input
{
border-radius: 5px;
border: 0px;
height: 35px;
width: 100%;
padding-left: 10px;
padding-right: 15px;
background: #FFF;
}
.user-pic.orange:after
{
background:#ff880a;
}
.user-pic.green:after
{
background:#00cc4f;
}
.user-pic:after
{
content: "";
width: 8px;
height: 8px;
display: block;
border-radius: 100%;
right: -2px;
position: absolute;
top: -1px;
border:1px solid #EEE;
}
.chat-type button
{
position: absolute;
right: 15px;
background: no-repeat;
font-size: 15px;
top: 21px;
color: #11cc97;
}
/*
* ----------------------------------------------------------------------------------------
* 11. Form page 
* ----------------------------------------------------------------------------------------
*/
.modern input {
background: none;
border: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 1px solid 
#444;
border-radius: 0px;
padding: 5px;
height: 46px;
margin-bottom: 20px;
color:
#FFF;
}
.modern input:focus {
color: 
#FFF;
background-color: transparent;
border-color:
#FFF;
outline: 0;
box-shadow: none;
}
.modern textarea {
background: none;
border: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 1px solid 
#444;
border-radius: 0px;
padding: 5px;
height: 100px;
margin-bottom: 20px;
color:#FFF;
}
.modern textarea:focus {
color: 
#FFF;
background-color: transparent;
border-color:
#FFF;
outline: 0;
box-shadow: none;
}
.modern ::placeholder
{
color:#FFF;
}
.modern ul{
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
}
.modern ul li{
color: #FFF;
display:inline-block;
position: relative;
}
.modern ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.modern ul li label{
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 22px 25px 25px 35px;
margin: 10px auto;
height: 30px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
}
.modern ul li:hover label{
color: #FFFFFF;
}
.modern ul li .check{
display: block;
position: absolute;
border: 4px solid #FFF;
border-radius: 100%;
height: 25px;
width: 25px;
top: 30px;
left: 0px;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}
.modern ul li:hover .check {
border: 4px solid #FFFFFF;
}
.modern ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 9px;
width: 9px;
top: 4px;
left: 4px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}
.modern input[type=radio]:checked ~ .check {
border: 4px solid #FFF;
}
.modern input[type=radio]:checked ~ .check::before{
background: #222;
}
.modern input[type=radio]:checked ~ label{
color: #FFF;
}
.modern input[type="checkbox"] { display: none; }
.modern .boxes
{
margin-top:50px;
margin-bottom:100px;
}
.modern input[type="checkbox"] + label {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 35px;
font-size:16px;
color: #FFF;
cursor: pointer;
font-weight:300;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.modern input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.modern input[type="checkbox"] + label:before {
content: '';
display: block;
width: 22px;
height: 22px;
border: 3px solid
#FFF;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
}
.modern input[type="checkbox"]:checked + label:before {
width: 10px;
top: -5px;
left: 5px;
border-radius: 0;
opacity: 1;
border-top-color: transparent;
border-left-color: transparent;
border-bottom-color: #222;
border-right-color: #222;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*
* ----------------------------------------------------------------------------------------
* 11. Multistepform page 
* ----------------------------------------------------------------------------------------
*/
.modern .title
{
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color:
#FFF;
margin-top: 25px;
margin-bottom: 20px;
}
.steps-box
{
margin-bottom:70px;
}
.steps-box .step
{
margin-bottom:50px !important;
}
.steps .step
{
display:none;
}
.steps .step.show
{
display:block;
}
.steplist
{
text-align:center;
padding:0px;
margin:0px;
}
.steplist li
{
margin-right:30px;
}
.steplist li:last-child
{
margin-right:0px;
}
.steplist li:last-child span:after
{
display:none;
}
.steplist span
{
width: 25px;
height: 25px;
display: block;
background: rgba(255,255,255,0.9);
border-radius: 100%;
color:
#222;
font-size: 12px;
line-height: 25px;
text-align:center;
}
.steplist .active span
{
background: #222;
color:#FFF;
}
.steplist span:after
{
content: "";
height: 2px;
background:
#FFF;
opacity: 0.5;
width: 117%;
position: absolute;
top: 11px;
left: 25px;
}
