#Mainwebsite-igdModal .modal {

    opacity: 0;

    visibility: hidden;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    text-align: left;

    background: rgba(0, 0, 0, .9);

    transition: opacity 0.25s ease;

}



#Mainwebsite-igdModal .text-center {

    text-align: center;

}



#Mainwebsite-igdModal .mx-auto {

    text-align: center;

}



#Mainwebsite-igdModal .d-block {

    display: block;

}



#Mainwebsite-igdModal .btn-bluelighty4 {

    color: white;

    border-radius: 20px;

    background-color: #299fd4;

    max-width: 210px;

}



#Mainwebsite-igdModal .btn-cs {

    max-width: 210px;

    width: 100%;

}



#Mainwebsite-igdModal .text-bluelighty {

    color: #299fd4;

}



#Mainwebsite-igdModal .btn-bluelighty4:hover {

    background-color: #3498db;

    color: white;

}



#Mainwebsite-igdModal .btn {



    display: inline-block;

    text-align: center;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    font-weight: bold;

    user-select: none;

    border: 1px solid transparent;

    padding: 0.375rem 1.5rem;

    font-size: 1rem;

    line-height: 1.8;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;



}



#Mainwebsite-igdModal  .modal__close{

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}



#Mainwebsite-igdModal .inner-mod {

    width: 100%;

    margin-bottom: 5px;

    margin-top: 5px;

    text-align: center;

}



#Mainwebsite-igdModal .modal__inner a {

    text-decoration: none;

}



#Mainwebsite-igdModal .modal__bg {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    cursor: pointer;

}



#Mainwebsite-igdModal .float-left {

    float: left;

}



#Mainwebsite-igdModal .icotlp-42 {

    max-width: 30px;

    -webkit-filter: brightness(1200%);

    margin-top: 0px;

}



#Mainwebsite-igdModal .modal-state {

    display: none;

}



#Mainwebsite-igdModal .modal-state:checked+.modal {

    opacity: 1;

    visibility: visible;

}



#Mainwebsite-igdModal .modal-state:checked+.modal .modal__inner {

    top: 0;

}



#Mainwebsite-igdModal .modal__inner {

    transition: top 0.25s ease;

    position: absolute;

    top: -20%;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    margin: auto;

    max-width: 450px;

    overflow: auto;

    background: #fff;

    border-radius: 5px;

    padding: 1em 2em;

    max-height: 275px;

    height: auto;

}



#Mainwebsite-igdModal .modal__close {

    position: absolute;

    right: 1em;

    top: 1em;

    width: 1.1em;

    height: 1.1em;

    cursor: pointer;

}



#Mainwebsite-igdModal .modal__close:after,

#Mainwebsite-igdModal .modal__close:before {

    content: '';

    position: absolute;

    width: 2px;

    height: 1.5em;

    background: #ccc;

    display: block;

    transform: rotate(45deg);

    left: 50%;

    margin: -3px 0 0 -1px;

    top: 0;

}



#Mainwebsite-igdModal .modal__close:hover:after,

#Mainwebsite-igdModal .modal__close:hover:before {

    background: #aaa;

}



#Mainwebsite-igdModal .modal__close:before {

    transform: rotate(-45deg);

}



#Mainwebsite-igdModal .pointer {

    cursor: pointer;

}



#Mainwebsite-igdModal .tittle-1 {

    font-size: 1.5rem;

    font-weight: bold;

    font-stretch: normal;

    font-style: normal;

    line-height: 1;

    letter-spacing: normal;

    text-align: center;

    color: #464646;

    margin-top: 30px;

    margin-bottom: 20px;

}



#Mainwebsite-igdModal .mb-10px {

    margin-top: 10px;

}



#Mainwebsite-igdModal .mb-5px {

    margin-top: 5px;

}



#Mainwebsite-igdModal .mapping-3{
	    font-size: 1rem;
    text-decoration: underline;
    line-height: 2;

}


@media screen and (max-width: 768px) {

    #Mainwebsite-igdModal .modal__inner {

        width: 90%;

        box-sizing: border-box;

        max-height: 275px;

        height: auto;

    }

.mapping-3{
	    font-size: 1rem;
    text-decoration: underline;
    line-height: 2;

}




    #Mainwebsite-igdModal .tittle-1 {
        margin-top: 25px;
    font-size: 1.2rem;
    font-weight: bolder;
    }

#Mainwebsite-igdModal .icotlp-42 {
    max-width: 25px;
    -webkit-filter: brightness(1200%);
    margin-top: 3px;
}

}





/*-----*/

.modal-bg-inner2{
	/*padding:5px; */
    padding: 5px 5px 0px 5px;
    background-color: white;
    width: 100%;
    border-radius: 5px;
}


	.list-closer{
		box-shadow: 0 2px 6px #00000021;
		font-size: 30px;
		position: absolute;
		right: 10px;
		top: -8px;
		background-color: #dcdcdc;
		background-color: white;
		border-radius: 20px;
z-index:9;
		}
	
	#lightbox_apps .modal {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: left;
		background: rgba(0, 0, 0, .9);
		transition: opacity 0.25s ease;
   }
	#lightbox_apps .text-center {
		text-align: center;
   }
	#lightbox_apps .mx-auto {
		text-align: center;
   }
	#lightbox_apps .d-block {
		display: block;
   }
	#lightbox_apps .btn-bluelighty4 {
		color: white;
		border-radius: 20px;
		background-color: #299fd4;
		max-width: 210px;
   }
	#lightbox_apps .btn-bluelighty4:hover {
		background-color: #3498db;
		color: white;
   }
	#lightbox_apps .btn-cs {
		max-width: 210px;
		width: 100%;
   }
	#lightbox_apps .text-bluelighty {
		color: #299fd4;
   }
	#lightbox_apps .btn {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		font-weight: bold;
		user-select: none;
		border: 1px solid transparent;
		padding: 0.375rem 1.5rem;
		font-size: 1rem;
		line-height: 1.8;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   }
	#lightbox_apps .modal__close {
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		position: absolute;
		right: 1em;
		top: 1em;
		width: 1.1em;
		height: 1.1em;
		cursor: pointer;
   }
   /*
	#lightbox_apps .modal__close:after {
		content: '';
		position: absolute;
		width: 2px;
		height: 1.5em;
		background: #ccc;
		display: block;
		transform: rotate(45deg);
		left: 50%;
		margin: -3px 0 0 -1px;
		top: 0;
   }
	#lightbox_apps .modal__close:before {
		content: '';
		position: absolute;
		width: 2px;
		height: 1.5em;
		background: #ccc;
		display: block;
		transform: rotate(45deg);
		left: 50%;
		margin: -3px 0 0 -1px;
		top: 0;
		transform: rotate(-45deg);
   }
	#lightbox_apps .modal__close:hover:after {
		background: #aaa;
   }
	#lightbox_apps .modal__close:hover:before {
		background: #aaa;
   }

   */
	#lightbox_apps .inner-mod {
		width: 100%;
		text-align: center;
   }
	#lightbox_apps .modal__inner {
		transition: top 0.25s ease;
		position: absolute;
		top: -20%;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: auto;
		/*max-width: 910px;*/
		max-width:687px;
		overflow: hidden;
		/*overflow: auto;*/
		background: transparent;
		border-radius: 5px;
		padding: 1em 2em;
		/*max-height: 660px;*/
		height: auto;
   }
	#lightbox_apps .modal__inner a {
		text-decoration: none;
   }
	#lightbox_apps .modal__bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		cursor: pointer;
   }
	#lightbox_apps .float-left {
		float: left;
   }
	#lightbox_apps .icotlp-42 {
		max-width: 30px;
		-webkit-filter: brightness(1200%);
		margin-top: 0px;
   }
	#lightbox_apps .modal-state {
		display: none;
   }
	#lightbox_apps .modal-state:checked + .modal {
		opacity: 1;
		visibility: visible;
   }
	#lightbox_apps .modal-state:checked + .modal .modal__inner {
		top: 20px;
   }
	#lightbox_apps .pointer {
		cursor: pointer;
   }
	#lightbox_apps .tittle-1 {
		font-size: 1.5rem;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: normal;
		text-align: center;
		color: #464646;
		margin-top: 30px;
		margin-bottom: 20px;
   }
	#lightbox_apps .mb-10px {
		margin-top: 10px;
   }
	#lightbox_apps .mb-5px {
		margin-top: 5px;
   }
	#lightbox_apps .mapping-3 {
		font-size: 1rem;
		text-decoration: underline;
		line-height: 2;
   }


	@media screen and (max-width: 768px) {

.list-closer {
    font-size: 29px !important;
    right: -8px !important;
    top: -12px !important;
    background-color: white;
    border-radius: 16px !important;
}

		#lightbox_apps .modal__inner {

			width: 100%;
			box-sizing: border-box;
			/*max-height: 300px;*/
			max-height:768px !important;
			height: auto;
			padding:0.9rem;
	   }
		#lightbox_apps .tittle-1 {
			margin-top: 25px;
			font-size: 1.2rem;
			font-weight: bolder;
	   }
		#lightbox_apps .icotlp-42 {
			max-width: 25px;
			-webkit-filter: brightness(1200%);
			margin-top: 3px;
	   }
		.mapping-3 {
			font-size: 1rem;
			text-decoration: underline;
			line-height: 2;
	   }
   }


	@media screen and (max-width: 500px) {
		#lightbox_apps .modal__inner {

			width: 100%;
			box-sizing: border-box;
			/*max-height: 300px;*/
			max-height:450px !important;
			height: auto;
			padding:0.9rem;
	   	}
	}


@media only screen and (min-width: 1024px)  and (max-width: 1280px) {
    #lightbox_apps .modal__inner {
        max-width: 600px !important;
        overflow: hidden !important;
    }

}
