

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,500,600,600i&display=swap');


body{
	font-family: 'Titillium Web'!important ;

}

input.form-control.form-control1.my-0.py-1.red-border{
	border-radius: 25px 0px 0px 25px;
	font-size: 14px;
	margin-bottom: 25px!important;
    border-right: 0px;
}
input.form-control.form-control1.my-0.py-1.red-border.second{
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 25px!important;
}
span#basic-text1{
	border-radius: 0px 25px 25px 0px;    font-size: 20px;
    outline: none;margin-bottom: 25px!important;
}
.heading-1.Company{
    width: 100%;
    margin: 0px 21px;
    border-radius: 7px;
    margin-top: -20px;
}

.heading-1.Company2{
    width: 100%;
    border-radius: 7px;
    margin-top: -20px;
}


.topbar {
    height: 3.375rem;
}

table.table.table-stripped.m-4 td{
	font-size: 14px!important;
	color: #191818!important;
	font-weight: 600;
}
.form-1 {
    box-shadow: 0 2px 5px 0 rgba(135,206,235 ,0.8 ),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background-color: #fff;
    border-radius: 5px;}

    .fs-14{
    	font-size: 14px!important;
    }

    li.page-item.p-1.fs-14 a{
    	    padding: .2rem .5rem;
    }

    .black-text{
    	color: #211f1e;
    }
    .active , .active a{
		background: #c7003f!important;
		color: #fff;
    }

    li.nav-item.active a{
    border-left: 3px solid #fff;
}

.topbar .nav-item .nav-link{
        height: 2.375rem!important;
}
.dropdown-menu.dropdown-menu-right.shadow.animated--grow-in.show{
        border-radius: 0px;
    min-width: 128px;
    }.dropdown-item , .dropdown-item:hover .dropdown-item:active{
            padding: .25rem 0.5rem;
            background: transparent!important;
    }.dropdown-item i{
   color: #c7003f!important;
    font-weight: 800;
    font-size: 20px;
    }
     .btn.crs , .btn.crs:hover{
            border-radius: .35rem .35rem 0px 0px;
    }
    .b1px{
        border: 1px solid #e3e6f0!important;
    }
    .table thead.page4 th{
        border-bottom: none;
    }

    .secondpage .quetions-td, .secondpage   .media-td td{
        text-align: left;
    }


    .thridpage .quetions-td,  .thridpage .media-td td{
        text-align: left;
    }

    table.table.table-stripped.m-3.b1px.page3 th ,   table.table.table-stripped.m-3.b1px.page3 td  {
        text-align: center;
    }
    .choose{
    position: absolute;
    top: 6px;
    left: 23px;
    color: #8e7093;
    font-size: 15px;
    pointer-events: none;
    }
    input.form-control.form-control1.my-0.py-1.red-border.second.third{
        margin-bottom: 11px!important;
    }


.second-head {
    color: #c7003f;
    text-align: center;
    font-weight: 700;
}

.dark-color{
    color: #191818!important;
}

.width-100, .width-100:hover {
    width: 100px;
}

.width-2x, .width-2x:hover {
    width: 200px;
    margin: 5px;
}

.btn , .btn:hover{
    font-size: 13px!important;
    padding: 6px;
    border-radius: 50px;
}


/*Checkbox css start*/
.check-main {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-main:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-main input:checked ~ .checkmark {
  background-color: #c7003f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-main input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-main .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Checkbox end*/

    .deactivate-form p{
        font-size: 0.9em;
        text-align: left;
        margin-bottom: 10px;
        color: #000;
    }
    p{
        font-weight: 700!important;
    }
    .deactivate-form .underline-p{
        border-bottom: 1px solid #ccc;
        padding-top: 2px;
    }
    .btn-pink {
        font-size: 0.7em;
    }
    .btn-pink:hover {
    background-color: #c7003f;}
    .fs-07{
        font-size: 0.9em;
    }
    .text-pink{
        color: #c7003f!important;
    }
    .input-check{
        background-color: #c7003f;
        color: #fff;
        width: 100%;
        height: calc(1.5em + .3rem + 1px);
        text-align: left;
    }
    .modal-header {
        border-bottom:none;
    }
    .close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
     text-shadow: none; 
     opacity: 1; 
    background-color: #c7003f;
    border-bottom-left-radius: 40%;
    border-top-right-radius: 40%;
        margin-right: -18px!important;
    }
    .close:hover{
        color:#fff;
    }
    .check-icon{
        background-color: #c7003f;
        color: #fff;
        padding: 20px;
        border-radius: 100%;
    }

    .modal-content{
            border-radius: 25px!important;
    }
    label.check-main.text-left.pl-5 {
    color: #292626;
    font-weight: 700;
    padding-left: 34px!important;
}


/*Checkbox css start*/
.check-main {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-main:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-main input:checked ~ .checkmark {
  background-color: #c7003f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-main input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-main .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Checkbox end*/
/*new checkbox*/
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    /* background-color: #fff; */
    background-color: #fff;
    border: 1px solid #c7003f;
}
/* On mouse-over, add a grey background color */
.check-main:hover input ~ .checkmark1 {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-main input:checked ~ .checkmark1 {
  background-color: #c7003f;

  /*background-color: #c7003f;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-main input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-main .checkmark1:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


    .deactivate-form .underline-p{
        border-bottom: 1px solid #ccc;
        padding-top: 2px;
    }
    .btn-pink {
        font-size: 0.7em;
    }

    .text-pink{
        color: #c7003f!important;
    }
    .input-check{
        background-color: #c7003f;
        color: #fff;
        width: 100%;
        height: calc(1.5em + .3rem + 1px);
        text-align: left;
    }
    .modal-header {
        border-bottom:none;
    }
    .close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
     text-shadow: none; 
     opacity: 1; 
    background-color: #c7003f;
    border-bottom-left-radius: 40%;
    }
    .close:hover{
        color:#fff;
        cursor: pointer;
    }
    .check-icon{
        background-color: #c7003f;
        color: #fff;
        padding: 20px;
        border-radius: 100%;
    }

    .m-15 {
        margin-top: 15rem!important;
    }
    .disabled-text {
    background-color: #ccc;
    color: #000;
    text-align: center!important;
    }
    .login-image{
        /*background: url('https://i.pinimg.com/originals/48/d8/e1/48d8e18a2c8a344a91ba95cf6f51f1bd.jpg');*/
        background:linear-gradient( rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.7)100%),url('https://i.pinimg.com/originals/48/d8/e1/48d8e18a2c8a344a91ba95cf6f51f1bd.jpg');
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
    }



input:focus,
select:focus,
textarea:focus,
button:focus ,
input:active,
select:active,
textarea:active,
button:active {
    box-shadow: none!important;
    outline: none!important;
}



@media only screen and (max-width: 600px) {
 .sidebar .sidebar-brand .sidebar-brand-text img{height: 70px;}
 .pl-5 , .pl-3 , .pl-4{
  padding-left: 8px!important;
 } .row{
  margin-left: .075rem!important;
  margin-right:  .075rem!important}
 .pr-5 , .pr-4 , .pr-3{
  padding-right: 8px!important;
 }
 .ml-5 , .ml-4, .ml-3{
  margin-left: 8px!important;
 }
 .mr-5, .mr-4 , .mr-3{
  margin-right: 8px!important;
 }
 .sidebar , .sidebar .nav-item .nav-link {
      width: 4.5rem!important;
 }
 .col-sm-3, .col-3{
  padding: 0px;
 }
 .btn-collaps , .btn-collaps-active{
  width: 90px!important;
 }input[type="file"]{
  width: 100px!important;
 }
 .mtext-center{
  text-align: center!important;
 }
 .margin-center{
      margin: 0 auto;
 }
 .m-5 , .m-4, .m-3{
  margin: 8px!important;
 }.btn-pink-sm{
  width: 100%!important;
 }
  .p-5 , .p-4, .p-3{
  padding: 8px!important;
 }
 .pt-5, .pt-4, .pt-3{
  padding-top: 8px!important;
 }
 .mm-0{
  margin:0px!important;
  margin-top: 5px!important;
 }
 .mp-0{
  padding: 5px!important;
 }
 .container-fluid{
  padding-left: 8px!important;
  padding-right: 8px!important;
 }
 .mmt-2{
   margin-top: 8px!important;
 }

}

.upload {
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 2px 7px 1px #bdb7b7;
    padding: 3px 15px;
    z-index: 152;
    margin-bottom: -12px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}
.row{
  margin-left: 0px!important;
  margin-right: 0px!important}
.table-responsive-md {
    width: 96%!important;
}
#accordionSidebar
{
	 background:linear-gradient( rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9)100%),url('../img/iko_crown_slate_08.jpg');
	 background-size:cover;
}


/* KP CSS */

#quetions-content{
  position: relative;

}

.new-table{
  box-shadow: 1px 1px 2.5px 1px rgba(135,206,235 ,0.8 ) !important
}

.new-thead th{

  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  vertical-align: middle !important;
}

.new-tbody td{
  position: relative;
  vertical-align: middle !important;
}

.right-side-button{
  width: 120px;
  position: relative;
  top:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
  border : 1px solid #af1748;
}


.right-side-button:hover{
  width: 120px;
  position: relative;
  top:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
  background-color: white;
  color: #af1748;
  border : 1px solid #af1748;
}

.left-side-button img{
  position: relative;
  justify-content: center;
  bottom: 1px;
}

.left-side-button{
  width: 70px;
  position: relative;
  top:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-color: #cfcfcf;
  color: #262626;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px !important;
}

.left-side-button:hover{
  width: 70px;
  position: relative;
  top:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-color: #cfcfcf;
  color: #262626;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px !important;
}

.table-top-div{
  display: inline-block;
  position: absolute;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:40px;
  padding-right: 40px;
  color: #262622;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  z-index: 99;
  border-radius: 5px;
  left: 50%;
  top: 28%;
  transform: translate(-50%, 0);
}

.table-top-div-1{
  display: inline-block;
  position: absolute;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:40px;
  padding-right: 40px;
  color: #262622;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  z-index: 99;
  border-radius: 5px;
  left: 50%;
  top: -10%;
  transform: translate(-50%, 0);
}

.new-tab-options{
  font-size: 15px !important;
  font-weight: 600;
}

.new-tab-options:hover{
  font-size: 15px !important;
  font-weight: 600;
}

.new-input{
  position: relative;
  border-radius: 30px;
  color: #262626;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle !important;
}

.new-input::placeholder{
  font-weight: 400 !important;
}

.new-input span{
  color: #262626;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  top: 8px;
}

.new-form-button{
  position: relative;
  height: 42px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle !important;
  border-radius: 30px;
  display: inline-block;
  width: 80%;
}

.new-form-button:hover{
  position: relative;
  height: 42px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle !important;
  border-radius: 30px;
  display: inline-block;
  width: 80%;
}

.plus-sign{
  cursor: pointer;
}



#add-folder-modal .modal-dialog .modal-content{
  border-radius: 2px !important;
}


.new-modal-label{
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

.new-modal-input{
  border-radius: 1px !important;
  color: #262626;
  font-weight: 600;
  font-size:14px;
}

.new-modal-button, .new-modal-button:hover, .new-modal-button:active{
  position: relative;
  background-color: #af1748;
  font-weight: 600;
  font-size:13px;
  text-align: center;
  width: 150px;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border:none;
}

.modal-dialog {
  padding-top: 10%;
}

.new-table-50 td{
  width: 50%;
  padding-left: 20px;
  vertical-align: middle !important;
}

.new-custom-button,.new-custom-button:hover{
  position: relative;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  height: 40px;
  font-size: 12px !important;
  border-radius: 40px !important;
}

.arrow-in-table{
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: black;
  border-radius: 13px;
  text-align: center;
  vertical-align: middle;
  color : white;
  font-size: 16px;
  margin-left: 15px;
}

.arrow-in-table i{
  position: relative;
  top: 1px;
}

#userDropdown span{
  font-size: 16px !important;
}

.td-href{
  text-decoration: none;
  color: black
}