

/* ~~~~~~~~~~~~~~~~~~~  Tablet: Landscape ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* ~~~~~~~~ Page Layouts ~~~~~~~~ */
	/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
	/* ~~~~~~~~~~ Sections ~~~~~~~~~~ */
	/* Logo */
	/* Nav */
	/* Footer */
	/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
	/* Home Page features */
    #partner-campaign .m-b-0 {
        padding-left: 10px;
    }
    .container {
    max-width: 100vw;

    }

    .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    }

    #add-campaign-portal {
        padding: 0;
        background-color: rgba(148, 148, 148, 0.7);
        position: absolute;
        width: 95%;
        height: auto;
        border: 3px solid black;
        margin: auto;
        top: 78px;
        right: 0;
        left: 0;
        z-index: 999;
        border-radius: 15px;
        display: none;
    }

    #header #social-icon-box .topbar-dropdown .topbar-form {
        right: -158px;
        top: 32px;
        width: 200px;
        padding:20px;
        border-radius: 10px;
    }

    #add-your-voucher-btn {
        padding: 0 15px;
        margin-top: 0;
    }

}

/* ~~~~~~~~~~~~~~~~~~~  Tablet: Portrait ~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
	/* ~~~~~~~~ Page Layouts ~~~~~~~~ */
	/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
	/* ~~~~~~~~~~ Sections ~~~~~~~~~~ */
	/* Logo */
	/* Nav */
	/* Footer */
	/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
	/* Home Page features */
    #partner-campaign .m-b-0 {
        padding-left: 10px;
    }
    .container {
        max-width: 100vw;
    }

    .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}
    #add-campaign-portal {
        padding: 20px;
        background-color: rgba(148, 148, 148, 0.7);
        position: absolute;
        width: 100%;
        height: auto;
        border: 3px solid black;
        margin: auto;
        top: 78px;
        right: 0;
        left: 0;
        z-index: 999;
        border-radius: 15px;
        display: none;
    }

    .box {
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        padding: 27px;
        box-shadow: 0px 10px 15px rgb(56 75 108 / 20%);
        margin-bottom: 20px;
    }

    #header #social-icon-box .topbar-dropdown .topbar-form {
        right: -158px;
        top: 32px;
        width: 200px;
        padding:20px;
        border-radius: 10px;
    }

    #social-icon-box {
        display: block;
    }



}


/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Landscape ~~~~~~~~~~~~~~~~~~~  */
@media only screen and (max-height: 481px) and (max-width: 926px) and (orientation: landscape) {
	/* ~~~~~~~~ Page Layouts ~~~~~~~~ */
	/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
	/* ~~~~~~~~~~ Sections ~~~~~~~~~~ */
	/* Logo */
	/* Nav */
	/* Footer */
	/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
	/* Home Page features */
    #x-btn {
        font-size: 17px;
        height: 30px;
        line-height: 28px;
        padding: 2px 14px;
        margin: 3px;
    }

    .container {
        max-width: 100vw;
    }

.container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}



    #add-campaign-portal {
        padding: 20px;
        background-color: rgba(148, 148, 148, 0.7);
        position: absolute;
        width: 100%;
        height: auto;
        border: 3px solid black;
        margin: auto;
        top: 78px;
        right: 0;
        left: 0;
        z-index: 999;
        border-radius: 15px;
        display: none;
    }


    #partner-campaign .m-b-0 {
        padding-left: 10px;
    }

    #header #social-icon-box .topbar-dropdown .topbar-form {
        right: -158px;
        top: 32px;
        width: 200px;
        padding:20px;
        border-radius: 10px;
    }

  
}


/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Portrait ~~~~~~~~~~~~~~~~~~~  */
@media only screen and (max-width: 480px) and (orientation: portrait) {
	/* ~~~~~~~~ Page Layouts ~~~~~~~~ */
	/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
	/* ~~~~~~~~~~ Sections ~~~~~~~~~~ */
	/* Logo */
	/* Nav */
	/* Footer */
	/* ~~~~~~~~~~ Individual Pages ~~~~~~~~~~ */
	/* Home Page features */

    #x-btn {
        font-size: 17px;
        height: 30px;
        line-height: 28px;
        padding: 2px 14px;
        margin-right: 6px;
    }

.container {
        max-width: 100vw;
    }

.container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -35px;
    margin-left: -35px;
}

/* Portal */
#add-campaign-portal {
	padding: 0;
	background-color: rgba(148, 148, 148, 0.7);
	position: absolute;
	width: 98%;
	height: auto;
	border: 3px solid black;
	margin: auto;
	top: 78px;
	right: 0;
	left: 0;
	z-index: 999;
	border-radius: 15px;
	display: none;
}

#partner-campaign .card-header .row .row{
    padding-left: 148px;
}

#add-your-voucher-btn {
    padding: 0 15px;
    margin-top: 0;
}




.card-header:first-child {

    padding: 10px;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    text-align: center;
    font-size: .9em;
}



#campaign-section .partner_campaign .card-body {
    padding: 10px;
}


.box {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    box-shadow: 0px 10px 15px rgb(56 75 108 / 20%);
    margin-bottom: -15px;
    margin-top: -8px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 80%;
}

#header #social-icon-box .topbar-dropdown .topbar-form {
	right: -158px;
	top: 32px;
	width: 200px;
	padding:20px;
	border-radius: 10px;
}





}